Skip to content

Releases: coinbase/cdp-sdk-python

cdp-sdk-v0.21.0

Choose a tag to compare

@rohan-agarwal-coinbase rohan-agarwal-coinbase released this 28 Feb 22:58
34bd2c2

What's Changed

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

cdp-sdk-v0.20.0

Choose a tag to compare

@rohan-agarwal-coinbase rohan-agarwal-coinbase released this 25 Feb 22:06
792e518

What's Changed

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

cdp-sdk-v0.19.0

Choose a tag to compare

@rohan-agarwal-coinbase rohan-agarwal-coinbase released this 21 Feb 18:44
5ae9385

What's Changed

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

cdp-sdk-v0.18.1

Choose a tag to compare

@jazz-cb jazz-cb released this 13 Feb 16:36
6e4e3bc

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

Choose a tag to compare

@milan-cb milan-cb released this 13 Feb 02:15
4c282ee

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

Choose a tag to compare

@John-peterson-coinbase John-peterson-coinbase released this 11 Feb 21:43
55045b7
  • Add broadcast_external_transaction to Address class.

v0.16.0

Choose a tag to compare

@milan-cb milan-cb released this 29 Jan 01:03
59f0475

What's Changed

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

cdp-sdk-v0.15.0

Choose a tag to compare

@rohan-agarwal-coinbase rohan-agarwal-coinbase released this 17 Jan 22:35
7511ab1

Added

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

cdp-sdk-v0.14.1

Choose a tag to compare

@John-peterson-coinbase John-peterson-coinbase released this 17 Jan 19:40
e6cd894

Fixed

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

cdp-sdk-v0.14.0

Choose a tag to compare

@0xRAG 0xRAG released this 14 Jan 22:23
86e2df2

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.