-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileAppendTransaction incorrect content after deserialization #2167
Comments
Currently testing with version
As you can see from the logs, the properties have incorrect values |
Closing as this should be released in |
Description
Serializing and then deserializing a FileAppendTransaction causes incorrect content to be set.
After the deserialization, the content is sliced to the chunk size.
Ex. If you have a content length of 100_000 after the deserialization, the content will consist only of the first {chunkSize} bytes.
Steps to reproduce
Additional context
No response
Hedera network
other
Version
v2.42.0-beta.4
Operating system
None
The text was updated successfully, but these errors were encountered: