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
- The distinction between file_memo (the metadata attribute of the file) and transaction_memo (the note on the transaction itself) is respected.
726
+
- FileCreateTransaction handles file_memo as a native string.
727
+
- FileUpdateTransaction correctly wraps its memo in Google's StringValue protobuf wrapper to distinguish between an absent unchanged state and an explicit clearing of the memo.
728
+
729
+
Flag if file_memo string values are mishandled or swapped with transaction_memo.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
10
10
11
11
- Added CodeRabbit review instructions for the transaction module in `.coderabbit.yaml` (#1696)
12
12
- Added CodeRabbit review instructions and path mapping for the schedule module (`src/hiero_sdk_python/schedule/`) in `.coderabbit.yaml` (#1698)
13
+
- Added advanced code review prompts for the `src/hiero_sdk_python/file` module in `.coderabbit.yaml` to guide reviewers in verifying proper `FileAppendTransaction` chunking constraints and nuances in memo handling for `FileUpdateTransaction` according to Hiero SDK best practices. (#1697)
13
14
14
15
### Src
15
16
- Fix `TopicInfo.__str__()` to format `expiration_time` in UTC so unit tests pass in non-UTC environments. (#1800)
0 commit comments