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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,23 +25,26 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
25
25
-`alias`, `staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to AccountCreateTransaction
26
26
-`staked_account_id`, `staked_node_id` and `decline_staking_reward` fields to AccountInfo
27
27
- Added `examples/token_create_transaction_supply_key.py` to demonstrate token creation with and without a supply key.
28
+
- 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.
28
29
- Added BatchTransaction class
29
30
- Add support for token metadata (bytes, max 100 bytes) in `TokenCreateTransaction`, including a new `set_metadata` setter, example, and tests. [#799]
30
-
31
31
- Added `examples/token_create_transaction_token_fee_schedule.py` to demonstrate creating tokens with custom fee schedules and the consequences of not having it.
32
+
- Added `examples/token_create_transaction_wipe_key.py` to demonstrate token wiping and the role of the wipe key.
33
+
- Refactored examples/transfer_token.py into modular functions (setup_client(), create_account(), create_token(), associate_token(), transfer_tokens()) and introduced a clear main() execution flow for improved readability, reuse, and maintainability while preserving identical runtime behavior (#773).
32
34
33
35
### Changed
34
36
- Upgraded step-security/harden-runner v2.13.2
35
37
- bumped actions/checkout from 5.0.0 to 6.0.0
36
38
- Limit workflow bot to one message per PR
37
39
- Refactored token-related example scripts (`token_delete.py`, `token_dissociate.py`, etc.) for improved readability and modularity. [#370]
38
-
- upgrade: step security action upgraded from harden-runner-2.13.1 to harden-runner.
40
+
- upgrade: step security action upgraded from harden-runner-2.13.1 to harden-runner-2.13.1
39
41
- chore: Split `examples/account_allowance_nft.py` into separate `account_allowance_approve_transaction_nft.py` and `account_allowance_delete_transaction_nft.py` examples.
40
42
- chore: bump protobuf from 6.33.0 to 6.33.1 (#796)
41
43
- fix: Allow `max_automatic_token_associations` to be set to -1 (unlimited) in `AccountCreateTransaction` and add field to `AccountInfo`.
42
44
- Allow `PrivateKey` to be used for keys in `TopicCreateTransaction` for consistency.
43
45
- Update github actions checkout from 5.0.0 to 5.0.1 (#814)
44
46
- changed to add concurrency to workflow bot
47
+
45
48
### Fixed
46
49
47
50
- chore: fix test.yml workflow to log import errors (#740)
0 commit comments