Releases: coinbase/staking-client-library-ts
Releases · coinbase/staking-client-library-ts
Release v0.8.2
What's Changed
- Add contract us section by @drohit-cb in #32
- Simplify Quick Start by @ProfMoo in #34
- Update Rewards Examples API Key Usage by @ProfMoo in #35
- README updates for Partial ETH rewards by @marcin-cb in #36
- README fixes for PES rewards by @marcin-cb in #37
- Expose helper functions by @drohit-cb in #38
Full Changelog: v0.8.1...v0.8.2
Release v0.8.1
Release v0.8.0
What's Changed
- Add OSS Standard Docs by @ProfMoo in #23
- Update README for better, more precise steps by @drohit-cb in #24
- Add another option to provide auth details by @drohit-cb in #25
- Add portfolio to gen file by @ProfMoo in #28
- Updates to README and CONTRIBUTING guide by @drohit-cb in #29
- Stop publishing openapi swagger by @drohit-cb in #30
- Client interface updates by @drohit-cb in #31
Full Changelog: v0.7.1...v0.8.0
Release v0.7.1
What's Changed
- Swap Proto Gen To BSR by @ProfMoo in #16
- Remove ProjectID, Add GHA by @ProfMoo in #17
- Add explicit generation fields by @ProfMoo in #18
- Changed name from Cloud to Coinbase Developer Platform (CDP) by @nemild in #19
- Remove requirement of providing an explicit staking target by @drohit-cb in #20
- Add logic to do automated Github releases by @drohit-cb in #21
- Prep 0.7.1 release by @drohit-cb in #22
New Contributors
Full Changelog: v0.6.0...v0.7.1
Release v0.6.0
What's Changed
- Removal of skip_broadcast flag as an option to CreateWorkflow API. We no longer support ability to broadcast txs and expect a customer to both sign and broadcast tx themselves by @drohit-cb in #15
Full Changelog: v0.5.1...v0.6.0
Release v0.5.1
What's Changed
Here are updates to each API:
-
Orchestration API
- Adds Solana tx signer to aid testing Solana staking workflows
-
Rewards API
- Introduces Cosmos rewards api to help provide access to full rewards and stake balances for validators and delegators
New Contributors
- @teddylo-cb made their first contribution in #14
Full Changelog: v0.5.0...v0.5.1
Release v0.5.0
What's Changed
This release introduces the entire suite of APIs around staking i.e. Orchestration and Rewards to help provide programmatic access to Coinbase's best-in-class staking infrastructure and services.
Here are updates to each API:
Orchestration API
- Introduces Solana orchestration api to help stake SOL to coinbase validators by @marcin-cb
Rewards API
- Introduces Solana rewards api to help provide access to full rewards and stake balances for all validators, and a subset of delegators by @ProfMoo and @teddylo-cb
New Contributors
- @marcin-cb made their first contribution in #13
Full Changelog: v0.4.2...v0.5.0
Release v0.4.2
What's Changed
- Remove deprecated claim_rewards action by @drohit-cb in #12
- Add missing generated timestamp.pb files by @drohit-cb in #12
Full Changelog: v0.4.1...v0.4.2
Release v0.4.1
What's Changed
- Add helper functions in client to check whether a given step is of tx or wait type by @drohit-cb in #11
Full Changelog: v0.4.0...v0.4.1
Release v0.4.0
What's Changed
- Some minor fixes to
performWorkflowStep
andrefreshWorkflowStep
APIs and addition of an e2e ethereum staking example by @drohit-cb in #10
Full Changelog: v0.3.2...v0.4.0