-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit tests: rpcdaemon test TraceCallExecutor::trace_filter crashes #40
Labels
Comments
Related to #50 |
This should be fixed for EOS EVM Node and can be integrated into its |
To close this out, we will update the master branch of Silkworm from upstream and then integrate into the main branches of our three dependent products. |
Closed
This issue was solved by PR #108 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Changes we made in the
rawdb::read_body
function introduced in this commit makes unit test "TraceCallExecutor::trace_filter" to crash.The code was expecting blocks to have two transactions, one system tx at the beginning and one at the end of the block. We don't have that in our node implementation.
The text was updated successfully, but these errors were encountered: