We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Successful simulations can still revert. Not all errors from the call_trace are taken into account.
error
call_trace
The changes included in web-core need to be added to the Transaction Builder as well.
web-core
gno:0x828cF988De33bf93527533852E95e2DA449Ec171
Open a 1.1.1 Safe on Gnosis Chain and create the following batch in the Transaction Builder:
to
changeMasterCopy
0x3E5c63644E683549055b9Be8653de26E0B4CD36E
setMasterCopy
0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4
0x7a48Dac683DA91e4faa5aB13D91AB5fd170875bd
swapOwner
Simulate transaction and observe it succeeding, but upon execution failing.
Simulation does not succeed.
Simulation succeeds.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Successful simulations can still revert. Not all
error
s from thecall_trace
are taken into account.The changes included in
web-core
need to be added to the Transaction Builder as well.Environment
gno:0x828cF988De33bf93527533852E95e2DA449Ec171
Steps to reproduce
Open a 1.1.1 Safe on Gnosis Chain and create the following batch in the Transaction Builder:
to
of current Safe,changeMasterCopy
to0x3E5c63644E683549055b9Be8653de26E0B4CD36E
to
of Current Safe,setMasterCopy
to0xf48f2B2d2a534e402487b3ee7C18c33Aec0Fe5e4
to
of0x7a48Dac683DA91e4faa5aB13D91AB5fd170875bd
,swapOwner
to
of0x7a48Dac683DA91e4faa5aB13D91AB5fd170875bd
,swapOwner
from to-be-added owner added in 3.Simulate transaction and observe it succeeding, but upon execution failing.
Expected result
Simulation does not succeed.
Obtained result
Simulation succeeds.
Screenshots
sim.mp4
The text was updated successfully, but these errors were encountered: