Releases: coinbase/coinbase-sdk-nodejs
Releases · coinbase/coinbase-sdk-nodejs
coinbase-sdk-v0.19.0
What's Changed
- add eurc & cbbtc to Coinbase assets by @milan-cb in #386
- SmartWallet support by @rohan-agarwal-coinbase in #376
Full Changelog: v0.18.1...v0.19.0
coinbase-sdk-v0.18.1
What's Changed
Full Changelog: v0.18.0...v0.18.1
coinbase-sdk-v0.180
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
[0.17.0] - 2025-02-01
Added
- Add
broadcastExternalTransaction
method toExternalAddress
to broadcast an external transaction.
v0.16.0
What's Changed
- Release 0.15.0 by @rohan-agarwal-coinbase in #366
- Bug fix for non-checksummed address by @milan-cb in #367
- chore: added USDC gasless transfer e2e test by @milan-cb in #369
- Milan/v0.16.0 release prep by @milan-cb in #370
- V0.16.0 by @milan-cb in #371
New Contributors
Full Changelog: v0.15.0...v0.16.0
coinbase-sdk-v0.15.0
Added
- Add
deployContract
method toWalletAddress
andWallet
to deploy an arbitrary contract.
coinbase-sdk-v0.14.1
Fixed
- Allow wallet mnemonic seed import to optionally accept
networkId
input argument.
coinbase-sdk-v0.14.0
Added
- Add
skipBatching
option toWallet.createTransfer
to allow for lower latency gasless transfers.
coinbase-sdk-v0.13.0
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 toAddress
to fetch the reputation of the address
- Add
- Add
networkId
toWalletData
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 ofWallet.loadSeedFromFile()
by @derek-cb in #347 - Deprecate
Wallet.saveSeed()
method in favor ofWallet.saveSeedToFile()
by @derek-cb in #347
Full Changelog: v0.11.3...v0.13.0
coinbase-sdk-v0.11.3
[0.11.3] - 2024-12-10
Added
- Wallet address contract invocation input validation for payable contracts