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
EDIT OR EXPAND THE CHECKLIST ON WHAT IS REQUIRED TO BE ABLE TO MERGE A PULL REQUEST FOR THIS ISSUE
188
+
value: |
189
+
To be able to merge a pull request for this issue, we need:
190
+
- [ ] **Changelog Entry:** Correct changelog entry (please link to the documentation - [see guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/changelog_entry.md))
191
+
- [ ] **Signed commits:** commits must be DCO and GPG key signed ([see guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md))
192
+
- [ ] **All Tests Pass:** our workflow checks like unit and integration tests must pass
193
+
- [ ] **Issue is Solved:** The implementation fully addresses the issue requirements as described above
194
+
- [ ] **No Further Changes are Made:** Code review feedback has been addressed and no further changes are requested
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Changelog
1
+
# Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [Semantic Versioning](https://semver.org).
@@ -7,20 +7,24 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7
7
## [Unreleased]
8
8
9
9
### Added
10
-
- Added __str__() to CustomFixedFee and updated examples and tests accordingly.
10
+
11
+
- Added **str**() to CustomFixedFee and updated examples and tests accordingly.
11
12
- Added a github template for good first issues
12
13
- Added `.github/workflows/bot-assignment-check.yml` to limit non-maintainers to 2 concurrent issue assignments.
13
-
- Added all missing fields to __str__() method and updated `test_tokem_info.py`
14
+
- Added all missing fields to **str**() method and updated `test_tokem_info.py`
14
15
- Add examples/tokens/token_create_transaction_pause_key.py example demonstrating token pause/unpause behavior and pause key usage (#833)
15
16
- Added `docs/sdk_developers/training/transaction_lifecycle.md` to explain the typical lifecycle of executing a transaction using the Hedera Python SDK.
16
17
- Add inactivity bot workflow to unassign stale issue assignees (#952)
17
18
- Made custom fraction fee end to end
19
+
- Added Acceptance Criteria section to Good First Issue template for better contributor guidance (#997)
18
20
19
21
### Changed
22
+
20
23
- Allow `PublicKey` for `TokenUpdateKeys` in `TokenUpdateTransaction`, enabling non-custodial workflows where operators can build transactions using only public keys (#934).
21
24
- Bump protobuf toml to protobuf==6.33.2
22
25
23
26
### Fixed
27
+
24
28
- Fixed inactivity bot workflow not checking out repository before running (#964)
0 commit comments