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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,10 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
22
22
23
23
### Changed
24
24
- chore: validate that token airdrop transactions require an available token service on the channel (#632)
25
+
<<<<<<< HEAD
25
26
- chore: update local environment configuration in env.example (#649)
26
27
- chore: Update env.example NETWORK to encourage testnet or local usage (#659)
28
+
- chore: updated pyproject.toml with python 3.10 to 3.13 (#510, #449)
27
29
- chore: fix type hint for TokenCancelAirdropTransaction pending_airdrops parameter
28
30
- chore: Moved documentation file `common_issues.md` from `examples/sdk_developers/` to `docs/sdk_developers/` for unified documentation management (#516).
29
31
@@ -70,6 +72,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
70
72
- docs: workflow.md documenting key steps to creating a pull request (#605)
71
73
- Added `docs/discord.md` explaining how to join and navigate the Hiero community Discord (#614).
72
74
75
+
73
76
### Changed
74
77
75
78
- Added direct links to Python SDK channel in Linux Foundation Decentralized Trust Discord back in
@@ -90,7 +93,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
90
93
- Converted monolithic function in `token_create_nft_infinite.py` to multiple modular functions for better structure and ease.
91
94
- docs: Use relative paths for internal GitHub links (#560).
92
95
- Update pyproject.toml maintainers list.
93
-
– docs: Updated README.md/CHANGELOG.md and added blog.md, bud.md and setup.md (#474)
96
+
– docs: Updated README.md/CHANGELOG.md and added blog.md, bud.md and setup.md (#474)
94
97
- renamed docs/sdk_developers/changelog.md to docs/sdk_developers/changelog_entry.md for clarity.
95
98
- Refactor `query_balance.py` into modular, reusable functions with `setup_client()`, `create_account()`, `get_balance()`, `transfer_hbars()`, and `main()` for improved readability, maintainability, and error handling.
96
99
- Unified balance and transfer logging format — both now consistently display values in hbars for clarity.
0 commit comments