You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,14 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
35
35
-`staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to AccountInfo
36
36
- Added `examples/token_create_transaction_supply_key.py` to demonstrate token creation with and without a supply key.
37
37
- Added `examples/token_create_transaction_kyc_key.py` to demonstrate KYC key functionality, including creating tokens with/without KYC keys, granting/revoking KYC status, and understanding KYC requirements for token transfers.
38
+
- Add `set_token_ids`, `_from_proto`, `_validate_checksum` to TokenAssociateTransaction [#795]
38
39
- Added BatchTransaction class
39
40
- Add support for token metadata (bytes, max 100 bytes) in `TokenCreateTransaction`, including a new `set_metadata` setter, example, and tests. [#799]
40
41
- Added `examples/token_create_transaction_token_fee_schedule.py` to demonstrate creating tokens with custom fee schedules and the consequences of not having it.
41
42
- Added `examples/token_create_transaction_wipe_key.py` to demonstrate token wiping and the role of the wipe key.
42
43
- Added `examples/account_allowance_approve_transaction_hbar.py` and `examples/account_allowance_delete_transaction_hbar.py`, deleted `examples/account_allowance_hbar.py`. [#775]
43
44
- Added `docs\sdk_developers\training\receipts.md` as a training guide for users to understand hedera receipts.
45
+
- Add `set_token_ids`, `_from_proto`, `_validate_checksum` to TokenAssociateTransaction [#795]
44
46
- docs: added `network_and_client.md` with a table of contents, and added external example scripts (`client.py`).
0 commit comments