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

[BUG] eth_blockReceipts error response on block : 0x74c95cf #2003

Closed
qn-srikanth opened this issue Dec 26, 2024 · 2 comments
Closed

[BUG] eth_blockReceipts error response on block : 0x74c95cf #2003

qn-srikanth opened this issue Dec 26, 2024 · 2 comments
Labels
bug Something isn't working linear Created by Linear-GitHub Sync

Comments

@qn-srikanth
Copy link

Seid version

name: sei
server_name: <appd>
version: v6.0.1-hotfix-rpc-3
commit: 40be6ab8084cc668a17edf3fe66c9d7695f1acdb
build_tags: netgo,
go: go version go1.21.13 linux/amd64
build_deps:
- cosmossdk.io/errors@v1.0.0
- filippo.io/edwards25519@v1.0.0-rc.1
- github.com/99designs/keyring@v1.2.1

Chain ID
Sei Pacific - 1329

Describe the bug

Block = 0x74c95cf = 122459599

{"method":"eth_getBlockReceipts","params":["0x74c95cf"],"id":1,"jsonrpc":"2.0"}
{"jsonrpc":"2.0","id":1,"error":{"code":-32000,"message":"failed to find transaction in block"}}

To Reproduce

curl https://sei.public-rpc.com \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"eth_getBlockReceipts","params":["0x74c95cf"],"id":1,"jsonrpc":"2.0"}'

Expected behavior
Non-error response for block : 122459599

Screenshots


If applicable, add screenshots to help explain your problem.
Screenshot 2024-12-26 at 2 38 00 PM

@qn-srikanth qn-srikanth added bug Something isn't working linear Created by Linear-GitHub Sync labels Dec 26, 2024
@QN-Ben
Copy link

QN-Ben commented Jan 2, 2025

eth_getBlockReciepts returning incorrect blockNumber responses for block 0x761A36D

curl https://docs-demo.sei-pacific.quiknode.pro/ \
  -X POST \
  -H "Content-Type: application/json" \
  --data '{"method":"eth_getBlockReceipts","params":["0x761A36D"],"id":1,"jsonrpc":"2.0"}' | jq | grep blockNumber

Response:

      "blockNumber": "0x761a36d",
          "blockNumber": "0x761a36d",
          "blockNumber": "0x761a36d",
          "blockNumber": "0x761a36d",
          "blockNumber": "0x761a36d",
      "blockNumber": "0x761a36d",
      "blockNumber": "0x761a36d",
      "blockNumber": "0x761a370",
      "blockNumber": "0x761a370",
      "blockNumber": "0x761a370",
          "blockNumber": "0x761a370",
          "blockNumber": "0x761a370",
      "blockNumber": "0x761a370",
      "blockNumber": "0x761a370",
          "blockNumber": "0x761a370",
          "blockNumber": "0x761a370",
      "blockNumber": "0x761a370",
      "blockNumber": "0x761a370",
          "blockNumber": "0x761a370",
          "blockNumber": "0x761a370",
      "blockNumber": "0x761a36d",
      "blockNumber": "0x761a370",

@qn-srikanth
Copy link
Author

Both these issues have already been resolved with v6.0.1-hotfix-rpc-9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working linear Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

2 participants