Skip to content
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

fix: incomplete file append transaction #2600

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

SvetBorislavov
Copy link
Contributor

Description:
This pull request fixes the FileAppendTransaction when building an incomplete transaction and you don't want to set contents. Previously the contents were required and you couldn't create incomplete transactions without setting the content.

Checklist

  • Tested (unit, integration, etc.)

Signed-off-by: Svetoslav Borislavov <[email protected]>
@SvetBorislavov SvetBorislavov requested review from a team as code owners October 22, 2024 14:33
Copy link

Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.47%. Comparing base (3408441) to head (09d4ebe).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2600      +/-   ##
==========================================
+ Coverage   84.45%   84.47%   +0.01%     
==========================================
  Files         283      283              
  Lines       71088    71083       -5     
==========================================
+ Hits        60037    60046       +9     
+ Misses      11051    11037      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ivaylonikolov7 ivaylonikolov7 merged commit 9f4c6f2 into main Oct 24, 2024
13 checks passed
@ivaylonikolov7 ivaylonikolov7 deleted the fix-file-append-serialize branch October 24, 2024 08:23
@ivaylonikolov7 ivaylonikolov7 mentioned this pull request Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants