-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Foundry support issues for Quorum chains #1726
Comments
@rodion-lim-partior any insights around this? |
@yohanelly95, Quorum does not support London fork. Please pass in only --legacy transactions |
@rodion-lim-partior so I do pass in the legacy flag then the txn goes through but returns an error that
Also when using |
I tested on both cast send and forge create. Seems to be working fine on my end: Version:
|
I see, this seems to be a much older version of foundry. I am using version |
System information
Geth version:
v1.10.3
Quorum version:
v24.4.1
OS & Version: Linux
Expected behaviour
Ability to run forge script/ forge create etc including cast commands for sending txns.
Actual behaviour
forge script
: only runs the first txn then gets stuck waiting for a txn receipt indefinitely even though the txn was successful! The txn receipt is never received.forge create
: same issue as forge scriptcast send
: I get this error even though the txn was successful.--legacy
: using the legacy flag is required even though I have enabled london from genesis, attaching a snippet of my genesis.json.Steps to reproduce the behaviour
Run any foundry based commands on the chain.
The text was updated successfully, but these errors were encountered: