Releases: coinbase/coinbase-sdk-ruby
Releases · coinbase/coinbase-sdk-ruby
coinbase-sdk-v0.13.0
What's Changed
- feat: Add address reputation by @alex-stone in #221
- chore(PSDK-640): add network_id to WalletData by @0xRAG in #223
- feat: Support registering and updating external smart contracts by @alex-stone in #220
- chore: Prepare for release v0.13.0 by @alex-stone in #224
- Release V0.13.0 by @alex-stone in #225
New Contributors
Full Changelog: v0.11.0...v0.13.0
coinbase-sdk-v0.11.0
What's Changed
- chore: Bump OpenAPI client by @alex-stone in #216
- chore: Fix Smart Contract reads without ABI specified by @alex-stone in #217
- feat: Add Funding Support by @alex-stone in #215
Full Changelog: v0.10.0...v0.11.0
coinbase-sdk-v0.10.0
What's Changed
- sync CDP transaction struct change by @xinyu-li-cb in #208
- Added support for reading from smart contracts by @rohan-agarwal-coinbase in #207
- feat: Support async faucet transactions by @alex-stone in #213
- Release V0.10.0 by @alex-stone in #214
Full Changelog: v0.7.0...v0.10.0
coinbase-sdk-v0.7.0
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 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 @chaoyaji-cb in #189
Full Changelog: v0.6.0...v0.7.0
coinbase-sdk-v0.6.0
What's Changed
- Support deploying smart contract tokens (ERC20) by @alex-stone in #188
- disable e2e test that uses server-signer by @jazz-cb in #192
- chore: Merge latest master into v0.6.0 by @alex-stone in #194
- Support contract invocations without ABI or amount by @alex-stone in #193
- Bump version to v0.6.0 by @alex-stone in #195
- V0.6.0 Release by @alex-stone in #196
Full Changelog: v0.5.0...v0.6.0
coinbase-sdk-v0.5.0
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
What's Changed
- Support webhook signature header by @chaoyaji-cb in #174
- [Address] add list address transactions function by @xinyu-li-cb in #165
- [PSDK-441] Arbitrary Message Signing by @John-peterson-coinbase in #175
- Support invoking smart contracts from MPC Wallets by @alex-stone in #176
- Release v0.3.0 by @alex-stone in #177
- Support webhook signature header by @chaoyaji-cb in #168
Full Changelog: v0.2.0...v0.3.0
coinbase-sdk-v0.2.0
What's Changed
- Update docs by @drohit-cb in #166
- Release V0.2.0 by @jazz-cb in #173
Full Changelog: v0.1.1...v0.2.0
coinbase-sdk-v0.1.1
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
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