safe-wallet-web icon indicating copy to clipboard operation
safe-wallet-web copied to clipboard

fix: do not show nonce conflict warning for batch transactions.

Open jmealy opened this issue 2 months ago • 4 comments

What it solves

Resolves #3502

How this PR fixes it

Displays batch transactions as a single transaction instead of a group of transactions.

How to test it

  • Create a batch tx and sign
  • Create any other tx and sign
  • bulk execute the two Txs
  • There should be no warning about conflicting nonces within the bulk tx, as they are all executed as one tx with the same nonce

Screenshots

image

Checklist

  • [ ] I've tested the branch on mobile 📱
  • [ ] I've documented how it affects the analytics (if at all) 📊
  • [ ] I've written a unit/e2e test for it (if applicable) 🧑‍💻

jmealy avatar Apr 24 '24 16:04 jmealy