safe-wallet-web
safe-wallet-web copied to clipboard
Batch tx show "conflicting nonce" warning during execution in bulk
Bug description
In queue, while tx in bulk are executed, if any of the tx is a batch of tx, they will show the "nonce conflicting" warning message
Environment
- Browser: Chrome
- Wallet: Any
- Chain: Any (tested in sepolia)
- Env: Current dev 1.32
Steps to reproduce
- Go to safe 1/1, with the queue tx list empty
- Create a tx (like send funds) and queue it
- Create 2 more tx, but as add them as a batch instead of signing
- Confirm the batch of those 2 tx
- Check the Queue list that you have 2 tx, the 2nd being the batch of 2 tx created before
- Execute in bulk
- Check the queue list
Expected result
Tx should not be "fighting for the nonce", since they are one transaction
Obtained result
The "Conflicting nonce" warning shows