Releases: coinbase/coinbase-sdk-nodejs
Releases · coinbase/coinbase-sdk-nodejs
coinbase-sdk-v0.4.0
What's Changed
- Remove yarn.lock file since we use npm to build by @rohan-agarwal-coinbase in #218
- Update getDefaultAddress and getAddress to fetch addresses if not loaded by @rohan-agarwal-coinbase in #217
- support new scope in CDP change by @howard-at-cb in #223
- Bump package to 0.4.0 to prepare for release by @rohan-agarwal-coinbase in #224
Full Changelog: v0.3.0...v0.4.0
coinbase-sdk-v0.3.0
What's Changed
- [PSDK-441] Arbitrary Message Signing Support on WalletAddress by @John-peterson-coinbase in #201
- Revert "[PSDK-441] Arbitrary Message Signing Support on WalletAddress" by @John-peterson-coinbase in #202
- [PSDK-441] Arbitrary Message Signing Support on WalletAddress by @John-peterson-coinbase in #203
- [PSDK-441] createPayloadSignature for Wallet Class by @John-peterson-coinbase in #207
- Support webhook signature header by @chaoyaji-cb in #199
- Updated README for CDP docs link by @rohan-agarwal-coinbase in #209
- add listtransactions function for address #188 by @xinyu-li-cb in #208
- Added ability to get private key for WalletAddress and updated yarn.lock file by @rohan-agarwal-coinbase in #213
- Support smart contract invocations by @alex-stone in #206
- Bump package.json to v0.3.0 by @alex-stone in #214
- Release v0.3.0 by @alex-stone in #215
- Support webhook signature header by @chaoyaji-cb in #192
New Contributors
- @rohan-agarwal-coinbase made their first contribution in #209
Full Changelog: v0.2.0...v0.3.0
coinbase-sdk-v0.2.0
What's Changed
- Document available staking options by @drohit-cb in #125
- [chore] Update README Docs for Transfer / Trade wait() by @John-peterson-coinbase in #191
- [chore] update readme and remove capabilities matrix by @jazz-cb in #190
- [hotfix] Internal Error Message Surfacing by @John-peterson-coinbase in #196
Full Changelog: v0.1.1...v0.2.0
coinbase-sdk-v0.1.1
What's Changed
- Adding Webhook quickstart template by @cb-davidlai in #180
- [hotfix] Bump quickstart template SDK version by @alex-stone in #183
- Update docs by @drohit-cb in #184
- [bugfix] Use proper atomic units for staking balances by @deangalvin-cb in #189
New Contributors
- @cb-davidlai made their first contribution in #180
- @deangalvin-cb made their first contribution in #189
Full Changelog: v0.1.0...v0.1.1
coinbase-sdk-v0.1.0
What's Changed
- [HistoricalBalances] add wallet level function by @xinyu-li-cb in #157
- Expose toAddressId() method on Transaction class by @drohit-cb in #158
- Pass address index when registering address by @alex-stone in #159
- Webhook api by @chaoyaji-cb in #156
- Cleanup staking operation + wallet address related code by @drohit-cb in #168
- Support dynamic network constants by @alex-stone in #169
- fix sequence by @marchsu in #167
- Add correlation context to request headers by @alex-stone in #171
- Add wallet model support for Dedicated ETH Staking by @drohit-cb in #165
- [hotfix] patch for setting page by @xinyu-li-cb in #173
- Remove user concept by @alex-stone in #170
- V0.1.0 SDK Release by @alex-stone in #176
New Contributors
- @chaoyaji-cb made their first contribution in #156
Full Changelog: v0.0.16...v0.1.0
coinbase-sdk-v0.0.16
Added
- Add Function
listHistoricalBalances
forAddress
for fetching historical balances for an asset - Support for retrieving historical staking balances information
- USD value conversion details to the
StakingReward
object - Gasless USDC Sends
- Support for Etherum-Mainnet and Polygon-Mainnet
v0.0.15
Changed
- Fixed
Wallet
address hydration forWallet.import
coinbase-sdk-v0.0.14
Added
- Support for Shared ETH Staking for Wallet Addresses
Changed
unsigned_payload
,signed_payload
,status
, andtransaction_hash
in-line fields onTransfer
are deprecated in favor of those onTransaction
coinbase-sdk-v0.0.13
Added
- Support for trade with MPC Server-Signer
CreateTradeOptions
type
coinbase-sdk-v0.0.12
Bugs Fixed
- Expose
Validator
class