Skip to content

Releases: 5afe/safe-relay-service

v4.3.1

04 Aug 10:37
Compare
Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

Full Changelog: v4.3.0...v4.3.1

v4.3.0

21 Mar 11:41
Compare
Choose a tag to compare

What's Changed

🏕 Features

👒 Dependencies

New Contributors

Full Changelog: v4.2.0...v4.3.0

v4.2.0

19 Dec 11:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.1...v4.2.0

v4.1.1

03 Nov 16:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.1.1

v4.1.0

10 Oct 12:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

14 Dec 11:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

25 Nov 15:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

18 Oct 12:20
Compare
Choose a tag to compare

What's Changed

  • Support v1.3.0 Safe contracts and deploy them by default
  • Use black formatter by @Uxio0 in #336
  • Add deprecation flags to swagger where corresponding
  • Update dependencies

Full Changelog: v3.12.11...v4.0.0

v3.12.2

01 Mar 17:26
Compare
Choose a tag to compare

v3.12.0 - Improve resending of transactions

22 Oct 15:55
Compare
Choose a tag to compare
  • 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