-
Notifications
You must be signed in to change notification settings - Fork 52
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
[WIP]Adding the Anvil Fork on the multiples tasks. #438
base: feat/sim-stacked-tasks
Are you sure you want to change the base?
[WIP]Adding the Anvil Fork on the multiples tasks. #438
Conversation
…will revert with GS26 since the signature is not an owner.
I have fixed the previous issues, now I am stuck in the part to generate a correct signature since the threshold need to be My plan is to:
Alternative plan that we could consider is using the: // 1. import all 4 task scripts |
Trying to add the Anvil fork feature, however I am stuck when the simulation broadcast into the anvil fork.
Somehow this is only deploying the contract and create an inconsistency between the simulation and the execution onchain.
cf screenshot ->
The trace before broadcast:
The trace during the broadcast, only deploying the contract (Maybe I should call a function into this new contract created for now, I am stuck).
If anyone has an idea why?
To execute the script just need to do:
and to kill anvil if needed because stuck.
Would merge this one to close the PR #437