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.13.4

04 Jan 14:38
Compare
Choose a tag to compare

What's Changed

  • Map redis port to localhost:6379 in #765
  • Update README.md in #764
  • Made trustedForDelegateCall from core services not nullable in #750
  • Bump tokio from 1.14.0 to 1.15.0 in #760
  • Bump ethabi from 15.0.0 to 16.0.0 in #761
  • Added txQueued endpoint specific cache duration #771

Full Changelog: v3.13.3...v3.13.4

Version 3.13.3

20 Dec 13:31
b9ad578
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.13.2...v3.13.3

Version 3.13.2

17 Dec 10:07
a2c67a7
Compare
Choose a tag to compare

What's Changed

  • Updated issue and feature request templates in #746
  • Added chain dependant hook update endpoint in #751
  • Closes #753: Ensure latest nonce is not too low in #754
  • Version bump v3.13.2 for hotfix in #756

Full Changelog: v3.13.1...v3.13.2

Version 3.13.1

14 Dec 17:35
a259388
Compare
Choose a tag to compare

What's Changed

  • Bump mockall from 0.10.2 to 0.11.0 by @dependabot in #740
  • Delegate DELETE endpoints missing trailing / for core service request in #742

Full Changelog: v3.13.0...v3.13.1

Version 3.13.0

13 Dec 14:13
14dfb99
Compare
Choose a tag to compare

What's Changed

  • Tests for health, notifications and safe_apps endpoints in #731
  • txData::to request full address search for contract/token info in #736
  • Introducing TransactionData::trusted_delegate_call_target flag in #737

Full Changelog: v3.12.0...v3.13.0

Version 3.12.0

13 Dec 09:53
9a68185
Compare
Choose a tag to compare

What's Changed

  • Use cla-assistant/github-action in #718
  • exposing ContractInfo in an endpoint in #710
  • docker compose container image building bug in #703
  • Add publicRpcUri to ChainInfo in #721
  • safes module route tests in #720
  • Sort new /balances by fiat balance in #724
  • Included currentNonce in estimation endpoint respnse in #726
  • Version bump v3.11.0 in #728
  • Set broken_intra_doc_links linter to level deny in #729
  • Version bump to v3.11.0 in #733
  • Version bump to v3.12.0 in #734

New Contributors

Full Changelog: v3.11.0...v3.12.0

Version 3.11.0

09 Dec 11:35
Compare
Choose a tag to compare

What's Changed

  • Tests for post_confirmation endpoint in #686
  • Improving test coverage for InfoProvider in #691
  • Coverage for collectibles an contracts modules in #695
  • Bump tokio from 1.13.0 to 1.14.0 in #697
  • Add safe_apps_rpc_uri to ChainInfo in #699
  • Tests for FiatProvider in #701
  • Fixed documentation broken links to structs in routes module in #704
  • Documentation fix for post_transaction in #709
  • Added flags like in the safe core sdk in #713
  • Ignore tx_details_multisig_tx_success (flaky test) in #716
  • Set Delegate safe as nullable in #712
  • Backmerge release 3.10.1 in #717

Full Changelog: v3.10.1...v3.11.0

Version 3.10.1

29 Nov 12:34
aaee0a6
Compare
Choose a tag to compare

What's Changed

  • Fix balances route for balances_v2 in #714

Full Changelog: v3.10.0...v3.10.1

Version 3.10.0

15 Nov 09:52
1d21116
Compare
Choose a tag to compare

What's Changed

  • Refactored Context and added HttpClient wrapper in #663
  • Treat reqwest server and client errors as ApiError in #672
  • Generated json correctly for Confirmation POST request in #677
  • Add disabledWallets to ChainInfo in #681
  • Add Block Explorer API template to ChainInfo in #682
  • Add Features to ChainInfo in #683
  • Include txId in response for TransactionDetails in #685
  • Bump tokio from 1.12.0 to 1.13.0 in #680
  • Version bump to v3.10.0 in #688

Full Changelog: v3.9.0...v3.10.0

Version 3.9.0

08 Nov 09:06
87019f4
Compare
Choose a tag to compare

What's Changed

  • Use rust-toolchain.toml for setting the toolchain
  • Restructure utils
  • Use stable rustc 1.55.0
  • Restructure project by features
  • Add /delegates routing
  • Bump rustc to 1.56.0

Full Changelog: v3.8.0...v3.9.0