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

Added chunking code for file_create_transaction.rs #861

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mrswastik-robot
Copy link

Description:
I have tried to refactor the code for FileCreateTransaction so that it has the chunking of content functionality just like the FileAppendTransaction does.

I also tried to write the test cases for chunking functionality but the test cases are not getting passed and I am getting the same error every time which is : NoPayerAccountOrTransactionId

image

Fixes #835

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@mrswastik-robot mrswastik-robot requested review from a team as code owners October 29, 2024 19:54
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.

FileCreate/FileUpdate automatic chunking
1 participant