-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
base chain: op-reth nonce returns an error when getting transaction data #11708
Comments
could you please elaborate, |
This account obviously has a lot of transactions, nonce should not be 0x0. result info,
|
the missing deposit receipt version is solved by a pretty big change which is making |
Or is it because of the huge transaction volume of this address? https://basescan.org/address/0xdeaddeaddeaddeaddeaddeaddeaddeaddead0001 |
that is a system address - does its txns not get a nonce? @mattsse |
for rpc, the noce field is the tx receipt's nonce field |
looks like we just need to use the nonce here
I believe we already had this at some point |
Describe the bug
The nonce value is inconsistent with the actual user nonce
Steps to reproduce
Use the request request node to view the nonce in the returned data and compare it with the browser.
curl --location --request POST 'http://127.0.0.1:21601'
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)'
--header 'Content-Type: application/json'
--data-raw '{
"jsonrpc":"2.0",
"method":"eth_getTransactionByBlockHashAndIndex",
"params":[
"0xd75603fddf8651d797bf4c7c6f36e404726a6a9771b6fd66b4337bd0207f5a9d",
"0x0"
],
"id":1
}'
Node logs
No response
Platform(s)
Linux (x86)
What version/commit are you on?
v1.1.0
What database version are you on?
2024-10-14T08:30:26.080146Z INFO Initialized tracing, debug log directory: /root/.cache/reth/logs/dev
Current database version: 2
Local database version: 2
Which chain / network are you on?
base
What type of node are you running?
Archive (default)
What prune config do you use, if any?
No response
If you've built Reth from source, provide the full command you used
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: