Skip to content

Releases: 5afe/safe-relay-service

v3.11.0 - Resend transactions

16 Sep 15:08
Compare
Choose a tag to compare
  • Set default gas price to fast
  • Resend transactions after 10 minutes if they're stuck
  • Allow to ban signers

v3.10.4 - Stop frontrunning

02 Sep 11:38
Compare
Choose a tag to compare
  • Transactions are sent with just 2/3 of the estimated refund. That way it shouldn't be profitable to frontrun the relay

v3.10.3

05 Aug 09:59
Compare
Choose a tag to compare
  • Update dependencies
  • Improve add_token command
  • Improve logging
  • Use token decimals for token price calculation
  • Allow to set relay tx sender ethereum address as refund receiver

v3.8.9

08 Apr 11:43
Compare
Choose a tag to compare
  • Add a new fix for gas problems #200

v3.8.8

25 Mar 11:23
Compare
Choose a tag to compare
  • Add command to resend pending txs
  • Fix nonce estimation problems
  • Fix geth

v3.8.5

04 Mar 16:02
Compare
Choose a tag to compare
  • Update dependencies
  • Fix 63/64 gas estimation problem using another approach
  • Fix on startup slack message
  • Update dependencies (Django to v3)

v3.8.3

12 Feb 10:46
Compare
Choose a tag to compare
  • Adjust basegas after hardfork
  • Use Cache-Control for swagger
  • Update dependencies

Version 3.8.2

15 Jan 11:02
Compare
Choose a tag to compare
  • Fix KyberOracle
  • Update and check pending txs
  • Disable tracing (no refactor)

Version 3.8.1

10 Jan 15:21
Compare
Choose a tag to compare
  • Fix typo storing txHash as safeTxHash

Support V1.1.1 Safe Contracts

10 Jan 10:24
Compare
Choose a tag to compare
  • Add support for V1.1.1 and FallbackHandler
  • Deprecate old v1 Safe creation endpoints without CREATE2
  • Update web3.py to v5
  • Cache token list
  • Cache gas station
  • Alert when txs take too long to mine
  • Add Kyber/Uniswap oracles