Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@coinbase/coinbase-sdk

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinbase/coinbase-sdk - npm Package Versions

124

0.2.0

Diff

Changelog

Source

[0.2.0]

Added

  • USDC Faucet support on Base Sepolia
  • Improved error messages for InternalError
coinbase-owner
published 0.1.1 •

Changelog

Source

[0.1.1] - 2024-08-27

  • Fixed a bug where listHistoricalBalances method was parsing conventional ETH balances instead of atomic units
coinbase-owner
published 0.1.0 •

Changelog

Source

[0.1.0] - 2024-08-22

Added

  • Add listHistoricalBalances wallet method, that lists the historical balances for the wallet's default address.
  • Add toAddressId() method to Transaction class

Removed

  • Remove user concept from the SDK
  • Remove "pending" status from StakingOperationStatusEnum
  • Add staking operation class helper methods like isTerminalState, isFailedState and isCompleteState.
  • Add validator status enum

Changed

  • The createTransfer and createTrade functions no longer wait for the transactions to confirm or fail on-chain.
    • Now they return a Transfer and Trade object respectively, which support the wait function, e.g. await transfer.wait().
    • This ensures that the developer has a reference to the object in case there is a timeout while waiting to land on-chain.
  • Update reload() method to work with both External and Wallet address.
  • Update 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.
  • Increase default timeout for createStakingOperation to 10 min.
coinbase-owner
published 0.0.16 •

Changelog

Source

[0.0.16] - 2024-08-14

Added

  • Add Function listHistoricalBalances for Address 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 Ethereum-Mainnet and Polygon-Mainnet
coinbase-owner
published 0.0.15 •

Changelog

Source

[0.0.15] - 2024-08-12

Changed

  • Fixed Wallet address hydration for Wallet.import
coinbase-owner
published 0.0.14 •

Changelog

Source

[0.0.14] - 2024-08-05

Added

  • Support for Shared ETH Staking for Wallet Addresses

Changed

  • unsigned_payload, signed_payload, status, and transaction_hash in-line fields on Transfer are deprecated in favor of those on Transaction
coinbase-owner
published 0.0.13 •

Changelog

Source

[0.0.13] - 2024-07-30

Added

  • Support for trade with MPC Server-Signer
  • CreateTradeOptions type
coinbase-owner
published 0.0.12 •

Changelog

Source

[0.0.12] - 2024-07-24

Changed

  • Expose Validator class
coinbase-owner
published 0.0.11 •

Changelog

Source

[0.0.11] - 2024-07-24

Changed

  • Fixed signer wallets signing flow
coinbase-owner
published 0.0.10 •

Changelog

Source

[0.0.10] - 2024-07-23

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
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc