Skip to content
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

datastore: canonical block 8999999 not found in e3 data storage #2710

Open
canepat opened this issue Feb 10, 2025 · 0 comments
Open

datastore: canonical block 8999999 not found in e3 data storage #2710

canepat opened this issue Feb 10, 2025 · 0 comments
Assignees

Comments

@canepat
Copy link
Member

canepat commented Feb 10, 2025

Running standalone rpcdaemon at commit 0013a82 using local E3 beta1 data storage, the following RPC integration test fails:

python3 ./run_tests.py --api-list eth_call --run-single-test 1 --dump-response

Runs tests in parallel
0411. http           ::eth_call/test_01.json                                          Failed 
TEST ABORTED!
                                                                                                                  
Test time-elapsed:            0:00:03.398057
Number of executed tests:     1/1156
Number of NOT executed tests: 0
Number of success tests:      0
Number of failed tests:       1

producing the following response diff:

 {
-  result: "0x"
+  error: {
+    code: 100
+    message: "block not found"
+  }
 }

The root cause is canonical block 8999999 not found in DataModel abstraction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants