Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Releases: 5afe/safe-client-gateway

Version 3.8.0

18 Oct 09:17
a897977
Compare
Choose a tag to compare

What's Changed

  • Documentation sync in #654
  • Migrate from /balances/usd to /balances in #632
  • ChainInfo::shortName no longer nullable in #658
  • Added chain_id to SafeInfo in #657

Full Changelog: v3.7.0...v3.8.0

Version 3.7.0

12 Oct 08:21
a04628c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.6.0...v3.7.0

Version 3.6.0

28 Sep 08:47
670d778
Compare
Choose a tag to compare
  • /safe-app forward endpoint
  • Introduction of vpcTransactionService for CGW request usage only (not exposed to clients)

Version 3.5.0

27 Sep 09:53
f36c3c8
Compare
Choose a tag to compare
  • L2 flag in ChainInfo
  • description string field in ChainInfo
  • Changed baseGas and safeTxGas types to String

Version 3.4.0

13 Sep 08:49
ab2d9cf
Compare
Choose a tag to compare

/v1/chains/ Breaking Change

  • Added support for multiple oracles per chain (#608)
    • Each chain now returns a collection of oracles instead a of single one.
    • A fixed price can also be returned in this collection.

Before v3.4.0:

GET /v1/chains/<chain_id>/

{
  ...
  gasPrice: { } // single gasPrice returned 
}

After v3.4.0:

GET /v1/chains/<chain_id>/

{
  ...
  gasPrice: [] // collection of gas prices are returned. Most relevant one is at the top, others can be used as fallback 
}

Version 3.3.0

06 Sep 08:33
8afde94
Compare
Choose a tag to compare
  • Updated env var names containing URL -> URI and cache timeouts are in milliseconds now
  • Added timeout to post request to the propose and confirm endpoints.

Version 3.2.2

02 Sep 09:11
Compare
Choose a tag to compare
  • Reverting redis dependency update from 0.21.1 to 0.20.0

Version 3.2.1

31 Aug 11:18
875434c
Compare
Choose a tag to compare
  • Invalidate for safeTxHash on propose transaction

Version 3.2.0

30 Aug 09:10
e767520
Compare
Choose a tag to compare
  • POST /transaction/{address}/propose returns the transaction details of the newly posted transaction

Version 3.1.0

23 Aug 12:44
3a77365
Compare
Choose a tag to compare
  • Removed caching of generated response for ChainInfo endpoints
  • Latest available nonce included in gas estimation endpoint
  • Added /owners/{address}/safes forward endpoint
  • Responding with 504 status code on backend timeout