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
Note: this issue could be tracked in a multitude of repositories (here, Safe Transaction Service, Safe{Wallet}) but is only here for simplicity.
As we natively support child Safe Accounts in Safe{Wallet}, we have received report of on-chain none collision. This occurs because children do not track nonces of untrusted transactions - proposals have no signatures.
We should investigate the possibility to track the queue when proposing via a child.
Reproduction steps
Propose >1 transactions in child Safe Accounts
Execute proposals in paren Safe Accounts
Expected behavior
Proposals are visible in child Safe Account queues, preventing proposal at the same nonce.
Description
Note: this issue could be tracked in a multitude of repositories (here, Safe Transaction Service, Safe{Wallet}) but is only here for simplicity.
As we natively support child Safe Accounts in Safe{Wallet}, we have received report of on-chain none collision. This occurs because children do not track nonces of untrusted transactions - proposals have no signatures.
We should investigate the possibility to track the queue when proposing via a child.
Reproduction steps
Expected behavior
Proposals are visible in child Safe Account queues, preventing proposal at the same nonce.
Additional information
The text was updated successfully, but these errors were encountered: