Releases: coinbase/cdp-sdk-python
Releases · coinbase/cdp-sdk-python
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
cdp-sdk-v0.10.1
What's Changed
- fix(v0.10.1): Fix faucet transaction link by @alex-stone in #40
Full Changelog: 0.10.0...0.10.1
cdp-sdk-v0.10.0
What's Changed
- chore: Release V0.10.0 by @alex-stone in #39
This is a bump from the patch releases to the minor releases in parity with our other SDKs
Full Changelog: 0.0.9...0.10.0
cdp-sdk-v0.0.9
Fixed
- Fixed bug in gasless transfer that blocked sending the full asset balance.