Releases: coinbase/coinbase-sdk-nodejs
Releases · coinbase/coinbase-sdk-nodejs
coinbase-sdk-v0.7.0
What's Changed
- Add
deployNFT
method toWalletAddress
andWallet
to deploy an ERC721, updatedSmartContract
class to support deployment and fetching contract details by @rohan-agarwal-coinbase in #268 - Add
deployMultiToken
method toWalletAddress
andWallet
to deploy an ERC1155, updatedSmartContract
class to support deployment and fetching contract details by @rohan-agarwal-coinbase in #269 - Add
createWebhook
method toWallet
to deploy a wallet activity webhook, updatedWebhook
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
What's Changed
- [Hotfix] Ensure all types are exported in index.ts by @rohan-agarwal-coinbase in #264
Full Changelog: v0.6.0...v0.6.1
coinbase-sdk-v0.6.0
What's Changed
- [PSDK-443] Quickstart Basenames Registration by @John-peterson-coinbase in #243
- [hotfix] Fix L2 Resolver Address on Register Basenames Quickstart by @John-peterson-coinbase in #244
- V0.6.0 Release by @alex-stone in #258
Full Changelog: v0.5.1...v0.6.0
coinbase-sdk-v0.5.1
What's Changed
Full Changelog: v0.5.0...v0.5.1
coinbase-sdk-v0.5.0
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.
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