@coinbase/coinbase-sdk
Advanced tools
Changelog
[0.2.0]
InternalError
Changelog
[0.1.1] - 2024-08-27
listHistoricalBalances
method was parsing conventional ETH balances instead of atomic unitsChangelog
[0.1.0] - 2024-08-22
listHistoricalBalances
wallet method, that lists the historical balances for the wallet's default address.isTerminalState
, isFailedState
and isCompleteState
.createTransfer
and createTrade
functions no longer wait for the transactions to confirm or
fail on-chain.
Transfer
and Trade
object respectively, which support the wait
function, e.g. await transfer.wait()
.reload()
method to work with both External and Wallet address.createStakingOperation
logic to make sure we only pull in newer unsigned txs from the server.
This is especially important for External Address use-case where tx signing and broadcast status is maintained on client side, and we risk overwriting the existing txs.createStakingOperation
to 10 min.Changelog
[0.0.16] - 2024-08-14
listHistoricalBalances
for Address
for fetching historical balances for an assetChangelog
[0.0.15] - 2024-08-12
Wallet
address hydration for Wallet.import
Changelog
[0.0.14] - 2024-08-05
unsigned_payload
, signed_payload
, status
, and transaction_hash
in-line fields on Transfer
are deprecated in favor of those on Transaction
Changelog
[0.0.13] - 2024-07-30
CreateTradeOptions
typeChangelog
[0.0.12] - 2024-07-24
Validator
classChangelog
[0.0.11] - 2024-07-24
Changelog
[0.0.10] - 2024-07-23
StakingReward
and StakingOperation
classesStakingOperation.sign
method, where we were not properly waiting on a PromisebuildStakeOperation
, buildUnstakeOperation
, and buildClaimRewardsOperation
to take mode
as an explicit parameter optional parameter