-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve binary unpacking of some core
nodeos
types
- Unpacking binary `Except` now correctly works. - Unpacking binary `Action` and `ActionTrace` now correctly works. - Unpacking binary `TransactionTrace` now correctly works. - Unpacking binary `TransactionReceipt` type will now correctly set the inner `TransactionWithID.ID` field correctly. - Unpacking binary `BlockState` now correctly works but is restricted to EOSIO 2.0.x version.
- Loading branch information
Matthieu Vachon
committed
May 5, 2020
1 parent
d702d87
commit bcdc4bb
Showing
12 changed files
with
1,129 additions
and
111 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
Oops, something went wrong.