-
Notifications
You must be signed in to change notification settings - Fork 2k
Error: 'pending state is not available' when sending a transaction #9622
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
Comments
looks like issue was introduced with updating alloy 0.6.4 #9280 @yash-atreya mind to have a look at? thank you! |
I think it's an issue of Taiko's, Taiko doesn't support cast will send cast send 0x0000000000000000000000000000000000000000 --value 0 --rpc-url https://rpc.mainnet.taiko.xyz/ --interactive --gas-limit 21000 In foundry's side, I think maybe we can add a new arg for |
@jsvisa thank you, makes sense! @susuper pls use the |
I don't think we should implement a workaround for this as Taiko should adhere to the execution spec and close this as |
yep! I'd agree with @zerosnacks here. This issue arises after the alloy bump because we now set |
Yeah, agree with it. this bug should be fixed in Taiko's side. |
closing per above comments |
Component
Cast
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.3.0 (8cc2079 2025-01-04T00:21:00.936896000Z)
What command(s) is the bug in?
cast send 0x0000000000000000000000000000000000000000 --value 0 --rpc-url https://rpc.mainnet.taiko.xyz --interactive
Operating System
Linux
Describe the bug
Any attempt to create a transaction on the Taiko mainnet results in the following error:
Error: server returned an error response: error code -32000: pending state is not available
Version
nightly-a428ba6ad8856611339a6319290aade3347d25d9
does not exhibit this issue.The text was updated successfully, but these errors were encountered: