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

Unable to retrieve nonce at current height #1460

Open
praetoriansentry opened this issue Nov 13, 2024 · 3 comments
Open

Unable to retrieve nonce at current height #1460

praetoriansentry opened this issue Nov 13, 2024 · 3 comments
Labels
bug Something isn't working High Priority

Comments

@praetoriansentry
Copy link

It seems like implementations for fetching the nonce at the current block height don't work. latest seems to be fine.

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
@revitteth
Copy link
Collaborator

Fixed by: #1473

@Sharonbc01
Copy link

Hey @revitteth we still need to validate this issue when merged into beta 10 so any objection to me leaving this open?

cc: @praetoriansentry

@revitteth
Copy link
Collaborator

Yeah good plan!

@Sharonbc01 Sharonbc01 reopened this Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working High Priority
Projects
None yet
Development

No branches or pull requests

3 participants