Skip to content

Commit

Permalink
chore: update changelog. (Protocol 22 Soroban RPC changes.)
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Oct 11, 2024
1 parent f739063 commit 1bdd45e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Release History
#### Update
- feat!: support constructors in contract creation via `TransactionBuilder.append_create_contract_op`, the signature of the function has been changed.
- refactor!: Updated `signer` parameter in auth to accept a callable returning (public_key, signatures) instead of just public_key.
- feat: add support for Soroban PRC's `getVersionInfo` API interfaces.
- refactor!: The `paging_token` field has been removed from `EventInfo`, use the `cursor` in `GetEventsResponse` instead.
- refactor!: The legacy `cost` field has been removed from `SimulateTransactionResponse`, parse it from `transaction_data` instead.
- feat: Add `transaction_hash` to `GetTransactionResponse` and `GetTransactionsResponse`.

### Version 11.1.0

Expand Down

0 comments on commit 1bdd45e

Please sign in to comment.