Releases: coinbase/cdp-sdk-python
Releases · coinbase/cdp-sdk-python
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
cdp-sdk-v0.11.0
What's Changed
- Fix Asset from_model bug to use passed in asset_id when initializing by @rohan-agarwal-coinbase in #46
- Support for fund and quote_fund for wallet funding by @rohan-agarwal-coinbase in #47
- Fix quote fund to properly pass in normalized amount by @rohan-agarwal-coinbase in #50
- Contract webhook support by @howard-at-cb in #52
- chore: Prep v0.11.0 release by @alex-stone in #51
- Release V0.11.0 by @alex-stone in #53
Full Changelog: 0.10.4...v0.11.0
cdp-sdk-v0.10.4
Added
- Wallet address key export
cdp-sdk-v0.10.3
Added
- Adds
source
andsource_version
to correlation header for better observability.
Fixed
- Fix bug in
WalletAddress
invoke_contract
that failed to properly handleamount
with typestr
cdp-sdk-v0.10.2
What's Changed
- Fix for additional uint and int types by @rohan-agarwal-coinbase in #41
Full Changelog: 0.10.1...0.10.2