File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# CDP Python SDK Changelog
22
3- ## Unreleased
4- - Add support for fetching address reputation
5- - Add ` reputation ` method to ` Address ` to fetch the reputation of the address.
3+ ## [ 0.13.0] - 2024-12-19
64
75### Added
8-
6+ - Add support for fetching address reputation
7+ - Add ` reputation ` method to ` Address ` to fetch the reputation of the address.
98- Add support for registering, updating, and listing smart contracts that are
109deployed external to CDP.
11-
1210- Add ` network_id ` to ` WalletData ` so that it is saved with the seed data and surfaced via the export function
1311- Add ability to import external wallets into CDP via a BIP-39 mnemonic phrase, as a 1-of-1 wallet
1412- Add ability to import WalletData files exported by the NodeJS CDP SDK
13+
14+ ### Deprecated
1515- Deprecate ` Wallet.load_seed ` method in favor of ` Wallet.load_seed_from_file `
1616- Deprecate ` Wallet.save_seed ` method in favor of ` Wallet.save_seed_to_file `
1717
18- ### [ 0.12.1] - 2024-12-10
18+ ## [ 0.12.1] - 2024-12-10
1919
2020### Added
2121
2222- Wallet address contract invocation input validation for payable contracts.
2323
24- ### [ 0.12.0] - 2024-12-06
24+ ## [ 0.12.0] - 2024-12-06
2525
2626### Added
2727
2828- Use Poetry as the dependency manager
2929- Relax dependency version constraints
3030
31- ### [ 0.11.0] - 2024-11-27
31+ ## [ 0.11.0] - 2024-11-27
3232
3333### Added
3434
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " cdp-sdk"
3- version = " 0.12.1 "
3+ version = " 0.13.0 "
44description = " CDP Python SDK"
55authors = [" John Peterson <john.peterson@coinbase.com>" ]
66license = " LICENSE.md"
You can’t perform that action at this time.
0 commit comments