-
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
Error attempting a cast send
transaction: (code: -32602, message: Invalid block range, data: None)
#1977
Comments
thanks for this, I believe this is an issue with |
Seems to be! This could be because there is no prior block. Edited log for more information.
|
With #1880 and using
and prints out a whole bunch of the following:
|
I think this is fixed by #3288 (or at least I cannot reproduce this error anymore). |
Thanks for the ping on this, will close this issue, but let us know if it is still persistent for you on the latest alpha @ryanorendorff 🙇🏻 |
Describe the bug
When attempting to use
cast send
to transfer eth from one account to another on a testnet, the call fails with an error about an improper type.Expected Output
Successful transfer of value from one account to another.
Actual Output
The cast responds with
while the reth node, with the debug statements turned on, prints
Steps to reproduce
Use the genesis file mentioned in this gist to generate a database called
node1
.Call the
reth
with the following node subcommand (note that the secret-key and jwtsecret can be removed)cast
:Node logs
Platform(s)
Mac (Apple Silicon)
What version/commit are you on?
b913b6e from PR #1946
Code of Conduct
The text was updated successfully, but these errors were encountered: