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
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Transferred ownership to my Safe address from above.
I minted 1 token with id=7 to 0x00984CBdcAc32676d811f5bDB82bC50ae6dd6784 (an EOA)
Now the actual steps:
Open contract interaction.
use the erc721 token address from above (0xAd9104d92DB0215A4397511f06E79C01bA757c1a)
select transferFrom
Enter id=7 to from=0x00984CBdcAc32676d811f5bDB82bC50ae6dd6784 and to=0x0e329fa8d6Fcd1ba0Cda495431F1f7CA24F442C2
Review and create tx with owner 1
Now with owner 2, try to confirm the tx
Expected result
No warning
Obtained result
Warning shows up.
Misc
NOTE: I was NOT able to reproduce this is a 2/8 Safe. Only after I changed the threshold to 3/8, the error appeared. Also I was NOT able to reproduce this when deploying the token contract without optimization. (Could be coincidence or not, just wanted to mention that.
* Fix checkIfTxIsExecution method implementation
* Add tests for checkIfTxIsExecution/checkIfTxIsCreation/checkIfTxIsApproveAndExecution/
* Minimice number of ifs with same result
Co-authored-by: Mati Dastugue <[email protected]>
Co-authored-by: Daniel Sanchez <[email protected]>
This is based on a report from an external team on Slack, however I reproduced this on Rinekby.
Title/Description
Tx marked as "This transaction will most likely fail" even though it doesn't
Environment
Steps to reproduce
Prerequisites:
id=7
to0x00984CBdcAc32676d811f5bDB82bC50ae6dd6784
(an EOA)Now the actual steps:
0xAd9104d92DB0215A4397511f06E79C01bA757c1a
)transferFrom
id=7
tofrom=0x00984CBdcAc32676d811f5bDB82bC50ae6dd6784
andto=0x0e329fa8d6Fcd1ba0Cda495431F1f7CA24F442C2
Expected result
No warning
Obtained result
Warning shows up.
Misc
Screenshots
The text was updated successfully, but these errors were encountered: