Skip to content

Releases: coinbase/coinbase-sdk-nodejs

coinbase-sdk-v0.19.0

21 Feb 18:41
d261084
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.18.1...v0.19.0

coinbase-sdk-v0.18.1

14 Feb 17:41
f296d90
Compare
Choose a tag to compare

What's Changed

  • fix: wallet import should not fail when addresses are out of order by @jazz-cb in #381

Full Changelog: v0.18.0...v0.18.1

coinbase-sdk-v0.180

13 Feb 02:58
ced3019
Compare
Choose a tag to compare

What's Changed

  • [Chore] Tweak README by @yuga-cb in #373
  • feat: added support for transaction receipt on contract invocation (PSDK-44) by @milan-cb in #375
  • update changelog and version by @milan-cb in #378
  • feat: Release 0.18.0 with transaction receipt on contract invocations by @milan-cb in #379

Full Changelog: v0.17.0...v0.18.0

coinbase-sdk-v0.17.0

01 Feb 00:20
542b820
Compare
Choose a tag to compare

[0.17.0] - 2025-02-01

Added

  • Add broadcastExternalTransaction method to ExternalAddress to broadcast an external transaction.

v0.16.0

29 Jan 01:01
b0a7c5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

coinbase-sdk-v0.15.0

17 Jan 22:34
277daf2
Compare
Choose a tag to compare

Added

  • Add deployContract method to WalletAddress and Wallet to deploy an arbitrary contract.

coinbase-sdk-v0.14.1

17 Jan 19:38
fc7feca
Compare
Choose a tag to compare

Fixed

  • Allow wallet mnemonic seed import to optionally accept networkId input argument.

coinbase-sdk-v0.14.0

15 Jan 01:09
10a646a
Compare
Choose a tag to compare

Added

  • Add skipBatching option to Wallet.createTransfer to allow for lower latency gasless transfers.

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