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

feat: support eth_getBlockReceipts #1

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Conversation

fenghaojiang
Copy link

@fenghaojiang fenghaojiang commented Jan 25, 2024

feat: support eth_getBlockReceipts

test

curl -X POST  'http://127.0.0.1:8124/eth-chain' -d '{"jsonrpc":"2.0","method":"eth_getBlockReceipts","params":["0x12329f1"],"id":1}' -H 'Content-Type: application/json'

backend logs:

[2024-01-25T06:47:18Z INFO  cached_eth_rpc] cache missed for method eth_getBlockReceipts with key 1:eth_getBlockReceipts:0x12329f1
[2024-01-25T06:47:46Z INFO  cached_eth_rpc] cache hit for method eth_getBlockReceipts with key 1:eth_getBlockReceipts:0x12329f1
[2024-01-25T06:47:48Z INFO  cached_eth_rpc] cache hit for method eth_getBlockReceipts with key 1:eth_getBlockReceipts:0x12329f1
[2024-01-25T06:47:49Z INFO  cached_eth_rpc] cache hit for method eth_getBlockReceipts with key 1:eth_getBlockReceipts:0x12329f1
[2024-01-25T06:47:50Z INFO  cached_eth_rpc] cache hit for method eth_getBlockReceipts with key 1:eth_getBlockReceipts:0x12329f1

@tonyke-bot
Copy link

awesome. can you also add the method name to the README

@tonyke-bot tonyke-bot merged commit 7aad1cd into fuzzland:main Jan 25, 2024
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

Successfully merging this pull request may close these issues.

2 participants