-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fix PUSHN Opcode Non-Compliance Co-authored-by: Lexterl33t <bryton@fuzzinglabs.com> * Test for PUSHn non compliance Co-authored-by: mhoste51 <mathieu@fuzzinglabs.com> * Remove console.log from test * Comment moved above the code * Comment moved above the code (updated) * Update the user balance to 0 * Refacto after the review Co-authored-by: mhoste51 <mathieu@fuzzinglabs.com> * evm: update push logic * evm: test all push opcodes * evm: add stack test for code with jumps, truncated push opcodes * evm: fix cache item for truncated pushs * evm/interpreter: use subarray instead of slice for push bytes cache --------- Co-authored-by: Mhoste <mathieu@fuzzinglabs.com> Co-authored-by: Scorbajio <indigophi@protonmail.com> Co-authored-by: Jochem Brouwer <jochembrouwer96@gmail.com>
- Loading branch information
1 parent
1774df6
commit a1f5de0
Showing
3 changed files
with
52 additions
and
7 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