You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
safe-global team wants to deploy singleton factory, however, the simulation returns empty bytecode (which means if it is deployed wrongly - it can not be undone as nonce has been already used and contract address won't be usable as there is no code).
Here is a contract deployment data:
simulate the contract deployment (e.g. try to use their signer -> call with deployment data)
check if get_Code returns result (if it is not 0x - then it would be deployed well)
but if it does return 0x - then something reverted, was wrong and contract was not deployed BUT transaction would be pushed, nonce used and other singleton will have a different address - which in this case is unfavorable.
we need to check why this is not returning the right data.
The text was updated successfully, but these errors were encountered:
enitrat
added
the
bug
Inconsistencies or issues which will cause a problem for users or implementors.
label
Oct 23, 2024
safe-global team wants to deploy singleton factory, however, the simulation returns empty bytecode (which means if it is deployed wrongly - it can not be undone as nonce has been already used and contract address won't be usable as there is no code).
Here is a contract deployment data:
There were similar issues for other networks (etherlink and swisstronik), maybe those discussions will also be helpful:
safe-global/safe-singleton-factory#678
safe-global/safe-singleton-factory#545
Edit*
To add how they simulate: (call example)
we need to check why this is not returning the right data.
The text was updated successfully, but these errors were encountered: