Skip to content

v3.12.0 - Improve resending of transactions

Compare
Choose a tag to compare
@Uxio0 Uxio0 released this 22 Oct 15:55
· 254 commits to master since this release
  • Resending of stuck transactions with a new nonce (if transaction has been replaced by mistake) is now posible
  • Transactions that are still on the relay queue but are not valid (lower nonce than the Safe's nonce) will be removed
  • Resending of transactions with the same gasPrice (very important for networks like xDai) is now supported
  • Safe Creation now sets the refundReceiver, so frontrunning is not a problem at all, it would be even good (someone relays the transaction and the relay gets paid)
  • Update dependencies
  • Minor improvements on admin panel
  • Add more tests for gas estimation
  • Update dependencies