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
comment+=`[View Good First Issues across supported Hiero repositories](${gfiQuery})\n\n`;
175
185
}
176
-
186
+
177
187
comment+=`🌟 **Stay connected with the project:**\n`;
178
188
comment+=`- ⭐ [Star this repository](https://github.com/${context.repo.owner}/${context.repo.repo}) to show your support\n`;
179
189
comment+=`- 👀 [Watch this repository](https://github.com/${context.repo.owner}/${context.repo.repo}/watchers) to get notified of new issues and releases\n\n`;
180
-
190
+
181
191
comment+=`We look forward to seeing more contributions from you! If you have any questions, feel free to ask in our [Discord community](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md).\n\n`;
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,9 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
6
6
7
7
## [Unreleased]
8
8
9
-
10
9
### Tests
10
+
- Standardize formatting of `tests/unit/entity_id_helper_test.py` using Black for consistent code style across the test suite (#1527)
11
+
11
12
- Added tests for ProtoBuf Training Example Implementation
12
13
- Formatted `tests/unit/get_receipt_query_test.py` with black for code style consistency. (#1537)
13
14
- format black `tests/unit/hbar*.py`.(#1538)
@@ -31,6 +32,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
31
32
- Format `tests/unit/custom_fee_test.py` with black for code style consistency. (#1525)
32
33
33
34
### Added
35
+
- Added logging in bot-gfi-assign-on-comment.js to prevent silent skips. (`#1668`)
36
+
- Added `AssessedCustomFee` domain model to represent assessed custom fees. (`#1637`)
34
37
- Add __repr__ method for ContractId class to improve debugging (#1714)
35
38
- Added Protobuf Training guide to enhance developer understanding of proto serialization
36
39
and deserialization (#1645)
@@ -140,16 +143,17 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
140
143
- Added first-class support for EVM address aliases in `AccountId`, including parsing, serialization, Mirror Node population helpers.
141
144
- Add automated bot to recommend next issues to contributors after their first PR merge (#1380)
142
145
- Added dry-run support and refactored `.github/workflows/bot-workflows.yml` to use dedicated script `.github/scripts/bot-workflows.js` for improved maintainability and testability. (`#1288`)
146
+
- Added MirrorNode based population for `ContractId`, including parsing and serialization support.
143
147
- Added `/working` command to reset the inactivity timer on issues and PRs. ([#1552](https://github.com/hiero-ledger/hiero-sdk-python/issues/1552))
144
148
- Added `grpc_deadline` support for transaction and query execution.
145
-
146
-
### Changed
149
+
- Type hints to exception classes (`PrecheckError`, `MaxAttemptsError`, `ReceiptStatusError`) constructors and string methods.
147
150
148
151
### Documentation
149
152
- Added comprehensive docstring to `compress_with_cryptography` function (#1626)
150
153
- Replaced the docstring in `entity_id_helper.py` with one that is correct. (#1623)
151
154
152
155
### Changed
156
+
- Refactored `setup_client()` in all `examples/query/` files to use `Client.from_env()` for simplified client initialization (#1449)
153
157
- Updated return of to_bytes function in `src/hiero_sdk_python/transaction/transaction.py`. (#1631)
154
158
- Added missing return type `src/hiero_sdk_python/utils/entity_id_helper.py`. (#1622)
155
159
- Update `verify_freeze()` to treat only ACCOUNT_FROZEN_FOR_TOKEN as a successful freeze verification (#1515)
@@ -249,6 +253,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
249
253
- chore: update MAINTAINERS.md to include new maintainer Manish Dait and sort maintainers by GitHub ID. (#1691)
250
254
251
255
### Fixed
256
+
- Updated Good First Issue recommendations to supported Hiero repositories. (#1689)
252
257
- Fix the next-issue recommendation bot to post the correct issue recommendation comment. (#1593)
253
258
- Ensured that the GFI assignment bot skips posting `/assign` reminders for repository collaborators to avoid unnecessary notifications.(#1568).
254
259
- Reduced notification spam by skipping the entire advanced qualification job for non-advanced issues and irrelevant events (#1517)
0 commit comments