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 thesafe-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 thesafe-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 thesafe-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