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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
30
30
- feat: Implement account creation with EVM-style alias transaction example.
31
31
- Added validation logic in `.github/workflows/pr-checks.yml` to detect when no new chnagelog entries are added under [Unreleased].
32
32
- Support for message chunking in `TopicSubmitMessageTransaction`.
33
+
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
33
34
34
35
### Changed
35
36
@@ -83,7 +84,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
83
84
- Added `docs\sdk_developers\training\receipts.md` as a training guide for users to understand hedera receipts.
84
85
- Add `set_token_ids`, `_from_proto`, `_validate_checksum` to TokenAssociateTransaction [#795]
85
86
- docs: added `network_and_client.md` with a table of contents, and added external example scripts (`client.py`).
86
-
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
0 commit comments