Skip to content

Commit

Permalink
feat: expose fee and forwarded fee recipient addresess of a validator (
Browse files Browse the repository at this point in the history
  • Loading branch information
drohit-cb authored Feb 11, 2025
1 parent 2f184f5 commit 08536d6
Show file tree
Hide file tree
Showing 8 changed files with 90 additions and 1,037 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Coinbase Go SDK Changelog

## [0.0.19] - 2025-02-11

### Added

- Add `FeeRecipientAddress` and `ForwardedFeeRecipientAddress` functions to the `Validator` resource to help users get the fee_recipient and forwarded_fee_recipient addresses for a given validator.

## [0.0.18] - 2025-02-10

### Added
Expand Down
2 changes: 0 additions & 2 deletions gen/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ Class | Method | HTTP request | Description
- [TradeList](docs/TradeList.md)
- [Transaction](docs/Transaction.md)
- [TransactionContent](docs/TransactionContent.md)
- [TransactionLog](docs/TransactionLog.md)
- [TransactionReceipt](docs/TransactionReceipt.md)
- [TransactionType](docs/TransactionType.md)
- [Transfer](docs/Transfer.md)
- [TransferList](docs/TransferList.md)
Expand Down
37 changes: 0 additions & 37 deletions gen/client/model_ethereum_transaction.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 69 additions & 1 deletion gen/client/model_ethereum_validator_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 08536d6

Please sign in to comment.