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: LocalTransaction::first_txn_num_in_block: not yet implemented #2712

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

Comments

@canepat
Copy link
Member

canepat commented Feb 10, 2025

Running standalone rpcdaemon at commit 95a6a2d 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:00.339054
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: -32603
+    message: "localtransaction::first_txn_num_in_block: not yet implemented"
+  }
 }
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