We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems like implementations for fetching the nonce at the current block height don't work. latest seems to be fine.
latest
Making this call
cast nonce --block $(cast block-number --rpc-url https://rpc.internal.zkevm-rpc.com) --rpc-url https://rpc.internal.zkevm-rpc.com 0xCE27d8BCee45dB3E457EcF8629264Ca7893AAaAc
will fail with an error like:
server returned an error response: error code -32000: RPC error response: block with number 7527390 not found
But such a call will work fine against mainnet:
cast nonce --block $(cast block-number --rpc-url https://zkevm-rpc.com) --rpc-url https://zkevm-rpc.com 0xCE27d8BCee45dB3E457EcF8629264Ca7893AAaAc
The text was updated successfully, but these errors were encountered:
Fixed by: #1473
Sorry, something went wrong.
Hey @revitteth we still need to validate this issue when merged into beta 10 so any objection to me leaving this open?
cc: @praetoriansentry
Yeah good plan!
No branches or pull requests
It seems like implementations for fetching the nonce at the current block height don't work.
latest
seems to be fine.Making this call
will fail with an error like:
But such a call will work fine against mainnet:
The text was updated successfully, but these errors were encountered: