github 5afe/safe-client-gateway v3.23.0
Version 3.23.0

latest releases: v3.53.0, v3.52.0, v3.51.0...
2 years ago

What's Changed

New incoming-transfers, module and multisig endpoints (in preview)

Added the following endpoints #850:

  • /v1/chains/<chain_id>/safes/<safe_address>/incoming-transfers – returns the incoming transfers for a given safe (forwards to /safes/{address}/incoming-transfers/ of the safe-transaction-service)
  • /v1/chains/<chain_id>/safes/<safe_address>/module-transactions – returns the module transactions for a given safe (forwards to /safes/{address}/module-transactions/ of the safe-transaction-service)
  • /v1/chains/<chain_id>/safes/<safe_address>/multisig-transactions – returns the multisig-transaction for a given safe (forwards to /safes/{address}/multisig-transactions/ of the safe-transaction-service)

Other changes

  • Bump regex from 1.5.4 to 1.5.5 in #867
  • Bump reqwest from 0.11.3 to 0.11.10 in #865
  • Bump ethcontract-common from 0.15.1 to 0.15.4 in #869

Full Changelog: v3.22.0...v3.23.0

Don't miss a new safe-client-gateway release

NewReleases is sending notifications on new releases.