Skip to content

Releases: coinbase/coinbase-sdk-nodejs

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

coinbase-sdk-v0.5.0

12 Sep 00:46
f9fb973
Compare
Choose a tag to compare

Added

  • Add Arbitrum-Mainnet support for Native transfers.
  • Add Coinbase.configure method to allow for configuration of the SDK and marked constructor as deprecated.
  • Return correlation ID from APIError response
  • Add optional fields to CreateContractInvocationOptions to set amount for payable contract method invocations
  • Add a StakingRewardFormat enum to allow for specifying the format in which staking rewards should be returned.