Skip to content

Releases: coinbase/coinbase-sdk-nodejs

coinbase-sdk-v0.21.0

28 Feb 22:59
a3ab1a6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

coinbase-sdk-v0.20.0

25 Feb 22:01
f1372ec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.19.0...v0.20.0

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.