Skip to content

Releases: coinbase/cdp-sdk-python

cdp-sdk-v0.21.0

28 Feb 22:58
34bd2c2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

cdp-sdk-v0.20.0

25 Feb 22:06
792e518
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

cdp-sdk-v0.19.0

21 Feb 18:44
5ae9385
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.19.0

cdp-sdk-v0.18.1

13 Feb 16:36
6e4e3bc
Compare
Choose a tag to compare

What's Changed

  • fix: fix import_wallet to use the address index by @jazz-cb in #102

Full Changelog: v0.18.0...v0.18.1

cdp-sdk-v0.18.0

13 Feb 02:15
4c282ee
Compare
Choose a tag to compare

What's Changed

  • feat: Release 0.18.0 with transaction receipt on contract invocations by @milan-cb in #103

Full Changelog: v0.17.0...v0.18.0

cdp-sdk-v0.17.0

11 Feb 21:43
55045b7
Compare
Choose a tag to compare
  • Add broadcast_external_transaction to Address class.

v0.16.0

29 Jan 01:03
59f0475
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

cdp-sdk-v0.15.0

17 Jan 22:35
7511ab1
Compare
Choose a tag to compare

Added

  • Add deploy_contract method to WalletAddress and Wallet to deploy an arbitrary contract.

cdp-sdk-v0.14.1

17 Jan 19:40
e6cd894
Compare
Choose a tag to compare

Fixed

  • Allow wallet mnemonic seed import to optionally accept network_id input argument.

cdp-sdk-v0.14.0

14 Jan 22:23
86e2df2
Compare
Choose a tag to compare

Added

  • Add skip_batching option to Wallet.transfer to allow for lower latency gasless transfers.
  • Add Webhook.delete_webhook instance method to delete a webhook instance.
  • Add ExternalAddress derived Address class.

Deprecated

  • Deprecate Webhook.delete static method in Webhook which deletes a webhook by its ID.