Skip to content

Releases: coinbase/coinbase-sdk-nodejs

coinbase-sdk-0.0.11

24 Jul 15:44
4388ea6
Compare
Choose a tag to compare

Bugs fixed

  • Fix GetWallet logic when using ServerSigner

coinbase-sdk-v0.0.10

23 Jul 22:10
7a19342
Compare
Choose a tag to compare

Added

  • Add support for Dedicated ETH Staking for external addresses
  • Add support for listing validator details and fetch details of a specific validator

Changed

  • Improved accessibility for StakingReward and StakingOperation classes
  • Fixed a bug with StakingOperation.sign method, where we were not properly waiting on a Promise
  • Changed buildStakeOperation, buildUnstakeOperation, and buildClaimRewardsOperation to take mode as an explicit parameter optional parameter
  • Fix to eslint rule
  • Refactor balances methods

coinbase-sdk-0.0.9

26 Jun 20:22
ffdd696
Compare
Choose a tag to compare

Added

  • CreateTransferOptions type
  • Support external addresses for balance fetching and requesting faucet funds.
  • Support for building staking operations
  • Support for retrieving staking rewards information
  • Add support for listing address trades via address.listTrades

coinbase-sdk-0.0.8

20 Jun 15:07
fa46b78
Compare
Choose a tag to compare

Added

  • Increasing test coverage.
  • Support assets dynamically from the backend without SDK changes.

coinbase-sdk-0.0.7

11 Jun 18:48
aaaf999
Compare
Choose a tag to compare

Added

  • Ability to trade assets from wallet and addresses
    • Note: Only supported on base-mainnet, not on base-sepolia.
  • base-mainnet network support
    • Note: Faucet functionality is not supported.
    • Note: Server signer functionality is not yet supported.
  • ServerSigner object
  • Ability to get default Server-Signer

coinbase-sdk v0.0.6

03 Jun 23:18
fadd3f2
Compare
Choose a tag to compare
  • Ability to create wallets backed by server signers and transfer with them
  • Changed save_wallet to save_seed
  • Changed load_wallets to load_seed and moved at wallet level

coinbase-sdk v0.0.4

29 May 01:00
8d4a0a1
Compare
Choose a tag to compare

Initial release of the Coinbase NodeJS.

Supported networks: Base Sepolia
Wallet create and import
Address management
Send and receive ETH, ETC-20s
Ability to hydrate wallets
API Key-based authentication
API HTTP debugging
User object and getDefaultUser
Individual private key export
Error specifications