Skip to content

Releases: coinbase/coinbase-sdk-nodejs

coinbase-sdk-v0.13.0

19 Dec 22:48
343e123
Compare
Choose a tag to compare

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

coinbase-sdk-v0.11.3

10 Dec 22:14
5842b30
Compare
Choose a tag to compare

[0.11.3] - 2024-12-10

Added

  • Wallet address contract invocation input validation for payable contracts

coinbase-sdk-v0.11.2

04 Dec 23:05
102e6c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.11.2

coinbase-sdk-v0.11.1

02 Dec 16:00
5c0a2a6
Compare
Choose a tag to compare

Fixed

  • Support setting source and sourceVersion correlation data via Coinbase.configure()

coinbase-sdk-v0.11.0

27 Nov 21:07
ec38dc1
Compare
Choose a tag to compare

What's Changed

Added

  • Add support for funding wallets (Alpha feature release)
    • Must reach out to CDP SDK Discord channel to be considered for this feature.
  • Add rlp_encoded_tx field to EthereumTransaction interface
  • Added create and update feature for SmartContractEventActivity webhook and its related event type filter.
  • Add Vercel support to discord bot implementation by @jair-rosa-cb in #308

Fixed

  • Fixed a bug where the asset ID was not being set correctly for Gwei and Wei

Full Changelog: v0.10.0...v0.11.0

coinbase-sdk-v0.10.0

31 Oct 17:02
bd6e35b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0

coinbase-sdk-v0.9.1

19 Oct 02:01
2471020
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

coinbase-sdk-v0.9.0

17 Oct 17:38
c0d47ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.9.0

coinbase-sdk-v0.8.1

11 Oct 20:33
a4c9685
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

coinbase-sdk-v0.8.0

04 Oct 23:58
49a1941
Compare
Choose a tag to compare

Added

  • Explicit paginated list methods for listing Wallet, Transfer, Transaction, Webhook, PayloadSignature, and HistoricalBalance.

Breaking

  • Webhook#update now takes an Object of {notificationUri, eventTypeFilter} instead of notificationUri string
  • list methods for listing Wallet, Transfer, Transaction, Webhook, PayloadSignature, and HistoricalBalance now take PaginationOptions and return PaginationResponse<T>

Full change set v0.7.0...v0.8.0