New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@coinbase/coinbase-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinbase/coinbase-sdk - npm Package Versions

coinbase-owner
published 0.21.0 •

Changelog

Source

[0.21.0] - 2025-02-28

  • Add getWithdrawalCredentials getter for Validator object to expose withdrawal credentials of an Ethereum validator.
coinbase-owner
published 0.20.0 •

Changelog

Source

[0.20.0] - 2025-02-25

Added

  • Add support for Ed25519 API keys.
coinbase-owner
published 0.19.0 •

Changelog

Source

[0.19.0] - 2025-02-21

Added

  • Ability to create a SmartWallet and send a user operation.
  • Add EURC and cbBTC asset support.
coinbase-owner
published 0.18.1 •

Changelog

Source

[0.18.1] - 2025-02-13

Fixed

  • Fixed a bug where import_wallet would fail if the address list was not being sorted by index.
coinbase-owner
published 0.18.0 •

Changelog

Source

[0.18.0] - 2025-02-13

Added

  • Add TransactionReceipt and TransactionLog to contract invocation response.
coinbase-owner
published 0.17.0 •

Changelog

Source

[0.17.0] - 2025-02-01

Added

  • Add broadcastExternalTransaction method to ExternalAddress to broadcast an external transaction.
coinbase-owner
published 0.16.0 •

Changelog

Source

[0.16.0] - 2025-01-28

Added

  • Add E2E test for gasless transfers Wallet.createTransfer({..., gasless: true})

Fixed

  • Fixed a bug where non-checksummed asset IDs were throwing an error.
coinbase-owner
published 0.15.0 •

Changelog

Source

[0.15.0] - 2025-01-17

Added

  • Add deployContract method to WalletAddress and Wallet to deploy an arbitrary contract.
coinbase-owner
published 0.14.1 •

Changelog

Source

[0.14.1] - 2025-01-17

Fixed

  • Allow wallet mnemonic seed import to optionally accept networkId input argument.
coinbase-owner
published 0.14.0 •

Changelog

Source

[0.14.0] - 2025-01-14

Added

  • Add skipBatching option to Wallet.createTransfer to allow for lower latency gasless transfers.