Skip to content

Releases: coinbase/cdp-sdk-python

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.

cdp-sdk-v0.13.0

19 Dec 23:43
b5bb568
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.1...v0.13.0

cdp-sdk-v0.12.1

10 Dec 22:09
df98abb
Compare
Choose a tag to compare

[0.12.1] - 2024-12-10

Added

  • Wallet address contract invocation input validation for payable contracts

cdp-sdk-v0.12.0

06 Dec 18:10
9d9f521
Compare
Choose a tag to compare

[0.12.0] - 2024-12-06

Added

  • Use Poetry as the dependency manager
  • Relax dependency version constraints