Releases: coinbase/cdp-sdk-python
Releases · coinbase/cdp-sdk-python
cdp-sdk-v0.0.8
Added
- Include correlation ID in API Error
cdp-sdk-v0.0.7
Added
- Include ERC20 and ERC721 token transfer information into transaction content.
- Support for wallet and address webhooks to trigger based on onchain activities.
cdp-sdk-v0.0.6
What's Changed
- Support for read_contract to read from smart contracts by @rohan-agarwal-coinbase in #29
Full Changelog: 0.0.5...0.0.6
cdp-sdk-v0.0.5
Added
-
- Support list historical balances and list transactions function for address.
cdp-sdk-v0.0.4
Added
- Contract invocation support.
- Arbitrary message signing support.
- Deploy ERC20, ERC721, and ERC1155 smart contracts.
- Hashing utilities for EIP-191 / EIP-712 data messages.
Fixed
- Fixed bug in
Wallet
default_address
property for newly hydrated wallets.
cdp-sdk-v0.0.3
Added
- Initial public release of CDP Python SDK.
cdp-sdk-v0.0.2
Added
- Autogenerated documentation hosted on Github Pages
cdp-sdk-v0.0.1
Added
- Initial Release of CDP SDK