This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Releases: 5afe/safe-client-gateway
Releases · 5afe/safe-client-gateway
Version 3.13.4
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
What's Changed
- Atempt http error deserialization by @jpalvarezl in #748
- Closes #757: Fix wrong
latestNonce
by @rmeissner in #759
Full Changelog: v3.13.2...v3.13.3
Version 3.13.2
Version 3.13.1
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
What's Changed
- Tests for
health
,notifications
andsafe_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
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
inestimation
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
What's Changed
- Tests for
post_confirmation
endpoint in #686 - Improving test coverage for
InfoProvider
in #691 - Coverage for
collectibles
ancontracts
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
inroutes
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
Version 3.10.0
What's Changed
- Refactored
Context
and addedHttpClient
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 forTransactionDetails
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
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