8000 datastore: canonical block 8999999 not found in e3 data storage · Issue #2710 · erigontech/silkworm · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
datastore: canonical block 8999999 not found in e3 data storage #2710
Open
@canepat

Description

@canepat

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
5690
 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0