forked from hashgraph/hedera-sdk-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: serialize deserialize FileAppend (hashgraph#2532)
* fix: serialize deserialize fileappend Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: return _makeTransactionData Signed-off-by: Ivaylo Nikolov <[email protected]> * test: add integration test for fromByte toByte converison Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: implement better transaction conversion Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: fileappend hip-765 finish implementation Signed-off-by: Ivaylo Nikolov <[email protected]> * revert: remove multi signature multi node feat for FileAppend Signed-off-by: Ivaylo Nikolov <[email protected]> * test: freeze transaction after fromBytes Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: disallow addSignature check for chunked transactions in transaction class Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: linter complains about skipped test Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: move type definitions because of linter Signed-off-by: Ivaylo Nikolov <[email protected]> * revert: old type definitions Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: throw error when required chunks are more than max chunks Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: required chunks should not be an error Signed-off-by: Ivaylo Nikolov <[email protected]> * style: fix jsdoc comment when building incomplete transaction Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: reuse variables in file append integration tests Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: delete already defined variables Signed-off-by: Ivaylo Nikolov <[email protected]> * test: fix typo in test name Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: return back addSignature return type Signed-off-by: Ivaylo Nikolov <[email protected]> * test: fix typo Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: implement maxChunks when serializing content too Signed-off-by: Ivaylo Nikolov <[email protected]> * fix: wrong comparison Signed-off-by: Ivaylo Nikolov <[email protected]> * style: add empty lines Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: generate new transactionId Signed-off-by: Ivaylo Nikolov <[email protected]> * test: add more integration tests Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: extract dummy account id to const Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: fix function nane typo Signed-off-by: Ivaylo Nikolov <[email protected]> * refactor: fix function name typo 2 Signed-off-by: Ivaylo Nikolov <[email protected]> * chore: remove incompleted references Signed-off-by: Ivaylo Nikolov <[email protected]> --------- Signed-off-by: Ivaylo Nikolov <[email protected]> Signed-off-by: b-l-u-e <[email protected]>
- Loading branch information
1 parent
6782b1a
commit 6430e93
Showing
14 changed files
with
299 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.