-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(crypto-transaction): use RLP for serialization (#800)
* Remove getBytes * Remove serialize from tx * Move assetSize to serializer * Remove deserialize * Recoverable signature works with EcdsaSignature * Use v r s values in transaction * Use RLp serialization * Regenerate crypto * Fix tests * Update e2e tests * Fix serializer * Fix tests * Fix test-framework tests * Enable tests * style: resolve style guide violations * Fix deps * Enable all tests * Remove console logs * Regenerate crypto --------- Co-authored-by: sebastijankuzner <[email protected]>
- Loading branch information
1 parent
16b8aef
commit 0d51fd9
Showing
43 changed files
with
2,383 additions
and
2,063 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
Oops, something went wrong.