Releases: coinbase/coinbase-sdk-nodejs
Releases · coinbase/coinbase-sdk-nodejs
coinbase-sdk-0.0.11
Bugs fixed
- Fix GetWallet logic when using ServerSigner
coinbase-sdk-v0.0.10
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
andStakingOperation
classes - Fixed a bug with
StakingOperation.sign
method, where we were not properly waiting on a Promise - Changed
buildStakeOperation
,buildUnstakeOperation
, andbuildClaimRewardsOperation
to takemode
as an explicit parameter optional parameter - Fix to eslint rule
- Refactor balances methods
coinbase-sdk-0.0.9
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
Added
- Increasing test coverage.
- Support assets dynamically from the backend without SDK changes.
coinbase-sdk-0.0.7
Added
- Ability to trade assets from wallet and addresses
- Note: Only supported on
base-mainnet
, not onbase-sepolia
.
- Note: Only supported on
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
- 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
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