Skip to content

Releases: coinbase/coinbase-sdk-ruby

coinbase-sdk-v0.13.0

19 Dec 22:10
2b88123
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.13.0

coinbase-sdk-v0.11.0

27 Nov 21:04
6b92ca0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

coinbase-sdk-v0.10.0

31 Oct 17:02
d20e7ab
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.10.0

coinbase-sdk-v0.7.0

26 Sep 18:35
4352c77
Compare
Choose a tag to compare

What's Changed

  • Add deploy_nft support for deploying ERC721 contracts from MPC / dev-managed wallets. by @rohan-agarwal-coinbase in #200
  • Add deploy_multi_token support for deploying ERC1155 contracts from MPC / dev-managed wallets. by @rohan-agarwal-coinbase in #201
  • Add createWebhook method to Wallet to deploy a wallet activity webhook, updated Webhook class to disallow users from specifying webhook signature. Webhook signature is now generated by the API. by @chaoyaji-cb in #189

Full Changelog: v0.6.0...v0.7.0

coinbase-sdk-v0.6.0

18 Sep 21:28
3b5de66
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

coinbase-sdk-v0.5.0

12 Sep 00:42
2c5f8e5
Compare
Choose a tag to compare

Added

  • Add Arbitrum-Mainnet support for Native transfers.
  • Add optional arguments to allow setting amount for payable contract method invocations

coinbase-sdk-v0.3.0

05 Sep 22:18
c2180d8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

coinbase-sdk-v0.2.0

29 Aug 19:10
a96fcf6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

coinbase-sdk-v0.1.1

22 Aug 23:46
a93da7e
Compare
Choose a tag to compare

What's Changed

Fixed

  • Incorrect stake client api being used for staking_operation.complete when calling broadcast_staking_operation in #164

Full Changelog: v0.1.0...v0.1.1

coinbase-sdk-v0.1.0

22 Aug 20:44
408e36a
Compare
Choose a tag to compare

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