Skip to content

coinbase-sdk-v0.1.0

Compare
Choose a tag to compare
@alex-stone alex-stone released this 22 Aug 20:44
· 41 commits to master since this release
408e36a

What's Changed

  • Add support for listing historical balances for a wallet, defaulting to the
  • historical_balances function for wallet: listing historical balances for default address of the wallet.
  • Expose all networks as constants, e.g. Coinbase::Network::ETHEREUM_MAINNET
  • Add support for managing Webhooks.
  • Add support for listing smart contract events.
  • Add support for Dedicated ETH Staking for wallet addresses

Breaking Changes

  • All method signatures that took a network_id now take a network that can be either a network constant (e.g. Coinbase::Network::BASE_MAINNET) or a network ID (e.g. :base_mainnet)

Added

  • Add to_address_id method to Transaction class
  • Remove "pending" status from staking operation status

#148
#140
#154
#149
#156
#136
#150
#153
#138
#158
#155
#161
#157

Full Changelog: v0.0.16...v0.1.0