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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,18 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
10
10
11
11
- Modularized `transfer_transaction_fungible` example by introducing `account_balance_query()` & `transfer_transaction()`.Renamed `transfer_tokens()` → `main()`
12
12
- Phase 2 of the inactivity-unassign bot:Automatically detects stale open pull requests (no commit activity for 21+ days), comments with a helpful InactivityBot message, closes the stale PR, and unassigns the contributor from the linked issue.
13
-
- Added **str**() to CustomFixedFee and updated examples and tests accordingly.
13
+
- Added `__str__()` to CustomFixedFee and updated examples and tests accordingly.
14
14
- Added unit tests for `crypto_utils` (#993)
15
15
- Added a github template for good first issues
16
16
- Added `.github/workflows/bot-assignment-check.yml` to limit non-maintainers to 2 concurrent issue assignments.
17
-
- Added all missing fields to **str**() method and updated `test_tokem_info.py`
17
+
- Added all missing fields to `__str__()` method and updated `test_tokem_info.py`
18
18
- Add examples/tokens/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#833)
19
19
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
20
20
- Add inactivity bot workflow to unassign stale issue assignees (#952)
21
21
- Made custom fraction fee end to end
22
22
- feat: AccountCreateTransaction now supports both PrivateKey and PublicKey [#939](https://github.com/hiero-ledger/hiero-sdk-python/issues/939)
23
23
- Added Acceptance Criteria section to Good First Issue template for better contributor guidance (#997)
24
-
- Added **str**() to CustomRoyaltyFee and updated examples and tests accordingly (#986)
24
+
- Added `__str__()` to CustomRoyaltyFee and updated examples and tests accordingly (#986)
25
25
- Restore bug and feature request issue templates (#996)(https://github.com/hiero-ledger/hiero-sdk-python/issues/996)
26
26
- Support selecting specific node account ID(s) for queries and transactions and added `Network._get_node()` with updated execution flow (#362)
27
27
- Add TLS support with two-stage control (`set_transport_security()` and `set_verify_certificates()`) for encrypted connections to Hedera networks. TLS is enabled by default for hosted networks (mainnet, testnet, previewnet) and disabled for local networks (solo, localhost) (#855)
0 commit comments