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
@@ -17,6 +17,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
17
17
- Style: formatted `tests/unit/prng_transaction_test.py` with black (#1546)
18
18
- Formatted contract unit tests with black for consistent style. (#1523)
19
19
- Format account test files with Black (#1519)
20
+
- Format `tests/unit/node*.py` with Black for consistent code style (#1545)
20
21
- Improve unit test coverage for Hbar, including edge cases, validation, comparisons, and hashing. (#1483)
21
22
- Standardize formatting of evm_address_test.py using Black for improved consistency and readability (#1529)
22
23
- Formatted unit test files using Black.
@@ -217,7 +218,6 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
217
218
- 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.
218
219
- Update changelog workflow to trigger automatically on pull requests instead of manual dispatch (#1567)
219
220
- Formatted key-related unit test files (`key_utils_test.py`, `test_key_format.py`, `test_key_list.py`) using the black formatter
220
-
- chore: update maintainer guidelines link in MAINTAINERS.md (#1605)
0 commit comments