Releases: coinbase/coinbase-sdk-nodejs
Releases · coinbase/coinbase-sdk-nodejs
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
coinbase-sdk-v0.11.2
What's Changed
- Update fund and quoteFund interfaces to take objects and added listFundOperations by @rohan-agarwal-coinbase in #330
Full Changelog: v0.11.1...v0.11.2
coinbase-sdk-v0.11.1
Fixed
- Support setting
source
andsourceVersion
correlation data viaCoinbase.configure()
coinbase-sdk-v0.11.0
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
What's Changed
- feat(CDF-3933): Add discord bot implementation to quickstart by @jair-rosa-cb in #305
- feat(CDF-3933): Improve discord bot implementation by @jair-rosa-cb in #307
- Release V0.10.0 by @alex-stone in #312
Full Changelog: v0.9.1...v0.10.0
coinbase-sdk-v0.9.1
What's Changed
- Fixed readContract for functions that take in nested args by @rohan-agarwal-coinbase in #300
Full Changelog: v0.9.0...v0.9.1
coinbase-sdk-v0.9.0
What's Changed
- Support for readContract to read from smart contracts by @rohan-agarwal-coinbase in #295
Full Changelog: v0.8.1...v0.9.0
coinbase-sdk-v0.8.1
What's Changed
- fix: Make register-basename.js Quickstart Template Executable by @John-peterson-coinbase in #286
- Quickstart template for USDC bridging using CCTP by @rohan-agarwal-coinbase in #281
- Webhook update hotfix (#289) by @howard-at-cb in #292
Full Changelog: v0.8.0...v0.8.1
coinbase-sdk-v0.8.0
Added
- Explicit paginated list methods for listing
Wallet
,Transfer
,Transaction
,Webhook
,PayloadSignature
, andHistoricalBalance
.
Breaking
Webhook#update
now takes an Object of{notificationUri, eventTypeFilter}
instead ofnotificationUri
string- list methods for listing
Wallet
,Transfer
,Transaction
,Webhook
,PayloadSignature
, andHistoricalBalance
now takePaginationOptions
and returnPaginationResponse<T>