Releases: coinbase/cdp-sdk-python
Releases · coinbase/cdp-sdk-python
cdp-sdk-v0.18.1
What's Changed
Full Changelog: v0.18.0...v0.18.1
cdp-sdk-v0.18.0
What's Changed
Full Changelog: v0.17.0...v0.18.0
cdp-sdk-v0.17.0
- Add
broadcast_external_transaction
toAddress
class.
v0.16.0
cdp-sdk-v0.15.0
Added
- Add
deploy_contract
method toWalletAddress
andWallet
to deploy an arbitrary contract.
cdp-sdk-v0.14.1
Fixed
- Allow wallet mnemonic seed import to optionally accept
network_id
input argument.
cdp-sdk-v0.14.0
Added
- Add
skip_batching
option toWallet.transfer
to allow for lower latency gasless transfers. - Add
Webhook.delete_webhook
instance method to delete a webhook instance. - Add
ExternalAddress
derivedAddress
class.
Deprecated
- Deprecate
Webhook.delete
static method inWebhook
which deletes a webhook by its ID.
cdp-sdk-v0.13.0
What's Changed
- feat: Support Register/List/Update Smart Contract by @jianlunz-cb in #65
- chore(PSDK-640): add network_id to WalletData by @0xRAG in #66
- feat: Change update api to be an instance method by @jianlunz-cb in #67
- feat: Add reputation score by @arpitsrivastava-cb in #64
- feat(PSDK-670): Support external wallet imports, wallet imports from CDP Python SDK by @derek-cb in #68
- chore: Version bump to v0.13.0, changelog by @derek-cb in #70
- Release v0.13.0 by @derek-cb in #69
New Contributors
- @jianlunz-cb made their first contribution in #65
- @0xRAG made their first contribution in #66
- @arpitsrivastava-cb made their first contribution in #64
- @derek-cb made their first contribution in #68
Full Changelog: 0.12.1...v0.13.0
cdp-sdk-v0.12.1
[0.12.1] - 2024-12-10
Added
- Wallet address contract invocation input validation for payable contracts
cdp-sdk-v0.12.0
[0.12.0] - 2024-12-06
Added
- Use Poetry as the dependency manager
- Relax dependency version constraints