Skip to content

Releases: coinbase/coinbase-sdk-nodejs

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

coinbase-sdk-v0.7.0

26 Sep 18:31
bba7f47
Compare
Choose a tag to compare

What's Changed

  • Add deployNFT method to WalletAddress and Wallet to deploy an ERC721, updated SmartContract class to support deployment and fetching contract details by @rohan-agarwal-coinbase in #268
  • Add deployMultiToken method to WalletAddress and Wallet to deploy an ERC1155, updated SmartContract class to support deployment and fetching contract details by @rohan-agarwal-coinbase in #269
  • Add createWebhook method to Wallet to deploy a wallet activity webhook, updated Webhook class to disallow users from specifying webhook signature. Webhook signature is now generated by the API. by @howard-at-cb in #245

Full Changelog: v0.6.1...v0.7.0

coinbase-sdk-v0.6.1

23 Sep 22:30
e74faca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

coinbase-sdk-v0.6.0

18 Sep 23:14
4c88584
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

coinbase-sdk-v0.5.1

12 Sep 18:27
8ada8f7
Compare
Choose a tag to compare

What's Changed

  • [0.5.1][hotfix] Add arbitrum to network list by @jazz-cb in #242

Full Changelog: v0.5.0...v0.5.1