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+=`There are currently no open ${wasGoodFirstIssue ? 'beginner' : 'similar'} issues in this repository. \n\n`;
147
-
comment+=`You can check out good first issues across the entire Hiero organization: [Hiero Good First Issues](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Ahiero-ledger+archived%3Afalse+label%3A%22good+first+issue%22+)\n\n`;
170
+
comment+=`There are currently no open issues available at or near the ${completedLabelText} level in this repository.\n\n`;
171
+
constorgLabel=recommendedLabel==='Beginner' ? 'beginner' : 'good first issue';
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,15 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
11
11
### Tests
12
12
13
13
- Formatted `tests/unit/conftest.py` with black for code style consistency. (#1522)
14
+
- format `black tests/unit/nft_id_test.py` with Black.(#1544)
14
15
- Format `tests/unit/executable_test.py` with Black.(#1530)
15
16
- Format `tests/unit/hedera_trust_manager_test.py` with Black for consistent code style (#1539)
16
17
- Format tests/unit/logger_test.py with black for code style consistency (#1541)
17
18
- Format `tests/unit/batch_transaction_test.py` with Black.(`#1520`)
18
19
- Style: formatted `tests/unit/prng_transaction_test.py` with black (#1546)
19
20
- Formatted contract unit tests with black for consistent style. (#1523)
20
21
- Format account test files with Black (#1519)
22
+
- Format `tests/unit/node*.py` with Black for consistent code style (#1545)
21
23
- Improve unit test coverage for Hbar, including edge cases, validation, comparisons, and hashing. (#1483)
22
24
- Standardize formatting of evm_address_test.py using Black for improved consistency and readability (#1529)
23
25
- Formatted unit test files using Black.
@@ -133,7 +135,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
133
135
- 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`)
134
136
135
137
### Changed
136
-
138
+
- Refactored `examples/consensus/topic_create_transaction.py` to use `Client.from_env()` (#1611)
137
139
- Updated GitHub Actions setup-node action to v6.2.0.
138
140
- chore: format tests/unit/mock_server.py with black (#1542)
139
141
- Updated actions/checkout to v6.0.1 and actions/github-script v8.0.0 in bot-next-issue-recommendation workflow (#1586)
@@ -218,10 +220,9 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
218
220
- Enhance TopicInfo `__str__` method and tests with additional coverage, and update the format_key function in `key_format.py` to handle objects with a \_to_proto method.
219
221
- Update changelog workflow to trigger automatically on pull requests instead of manual dispatch (#1567)
220
222
- Formatted key-related unit test files (`key_utils_test.py`, `test_key_format.py`, `test_key_list.py`) using the black formatter
221
-
- chore: update maintainer guidelines link in MAINTAINERS.md (#1605)
222
223
223
224
### Fixed
224
-
225
+
- Fix the next-issue recommendation bot to post the correct issue recommendation comment. (#1593)
225
226
- Ensured that the GFI assignment bot skips posting `/assign` reminders for repository collaborators to avoid unnecessary notifications.(#1568).
226
227
- Reduced notification spam by skipping the entire advanced qualification job for non-advanced issues and irrelevant events (#1517)
227
228
- Aligned token freeze example filename references and improved error handling by catching broader exceptions with clearer messages. (#1412)
0 commit comments