Skip to content

Commit 7ad490b

Browse files
committed
chore: updated changelog
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent 6de0869 commit 7ad490b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
1010
- Fix the TransactionGetReceiptQuery to raise ReceiptStatusError for the non-retryable and non success receipt status
1111
- Refactor `AccountInfo` to use the existing `StakingInfo` wrapper class instead of flattened staking fields. Access is now via `info.staking_info.staked_account_id`, `info.staking_info.staked_node_id`, and `info.staking_info.decline_reward`. The old flat accessors (`info.staked_account_id`, `info.staked_node_id`, `info.decline_staking_reward`) are still available as deprecated properties and will emit a `DeprecationWarning`. (#1366)
1212
- Added abstract `Key` supper class to handle various proto Keys.
13+
- Added Transaction size calculation properties `size`, `body_size` and `body_size_all_chunks`.
1314

1415
### Examples
1516

0 commit comments

Comments
 (0)