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

X Layer Testnet #95

Open
octo-gone opened this issue Aug 6, 2024 · 1 comment
Open

X Layer Testnet #95

octo-gone opened this issue Aug 6, 2024 · 1 comment
Labels
♦ evm Network support Ethereum virtual machine 🧾 receipts Dataset contains Receipts data

Comments

@octo-gone
Copy link
Contributor

No description provided.

@octo-gone octo-gone converted this from a draft issue Aug 6, 2024
@octo-gone octo-gone added ♦ evm Network support Ethereum virtual machine 🧾 receipts Dataset contains Receipts data labels Aug 6, 2024
@octo-gone octo-gone moved this from Available to Blocked in ArrowSquid Datasets Aug 29, 2024
@octo-gone octo-gone reopened this Aug 29, 2024
@octo-gone
Copy link
Contributor Author

RPC return block that has different parent hash

curl -X POST -H "content-type: application/json" \
-d '{"jsonrpc": "2.0", "id": 1, "method": "eth_getBlockByNumber", "params": ["0xf3410f", false]}' \
https://xlayertestrpc.okx.com/ --compressed  2>/dev/null | jq .result.parentHash
"0x0d03a1be58c068e3d05969b3282ae1bc29e086cefdd5ed95b80ebda39cbcbd94"
curl -X POST -H "content-type: application/json" 
-d '{"jsonrpc": "2.0", "id": 2, "method": "eth_getBlockByNumber", "params": ["0xf3410e", false]}' \
https://xlayertestrpc.okx.com/ --compressed  2>/dev/null | jq .result.hash
"0xcb131af78c2b8c138b29870bac01ca634591d61f2d7f7be29b934dd7c38ab079"

X Layer verified that it was change to match Erigon RPC's blockhash and zkNode's blockhash.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♦ evm Network support Ethereum virtual machine 🧾 receipts Dataset contains Receipts data
Projects
Status: Bugs & Issues
Development

No branches or pull requests

1 participant