Skip to content

coinbase-sdk-v0.13.0

Latest
Compare
Choose a tag to compare
@0xRAG 0xRAG released this 19 Dec 22:48
343e123

What's Changed

  • Add support for registering, updating, and listing smart contracts that are deployed external to CDP by @jianlunz-cb in #349
  • Add support for fetching address reputation by @arpitsrivastava-cb in #342
    • Add reputation method to Address to fetch the reputation of the address
  • Add networkId to WalletData so that it is saved with the seed data and surfaced via the export function by @0xRAG in #343
  • Add ability to import external wallets into CDP via a BIP-39 mnemonic phrase, as a 1-of-1 wallet by @derek-cb in #347
  • Add ability to import WalletData files exported by the Python CDP SDK by @derek-cb in #347
  • Add getters for Validator object to expose more data to users by @marcin-cb in #344

Deprecated

  • Deprecate Wallet.loadSeed() method in favor of Wallet.loadSeedFromFile() by @derek-cb in #347
  • Deprecate Wallet.saveSeed() method in favor of Wallet.saveSeedToFile() by @derek-cb in #347

Full Changelog: v0.11.3...v0.13.0