forked from polkadot-evm/frontier
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* v can only be 27 or 28 prefixed only with zeros (polkadot-evm#964) * check input size is a multiple of 192 (like in geth) (polkadot-evm#963) * pad input if too short * pad input in modexp * pad all input fields + fix wrong test * fix modexp gas cost * remove dbg! * remove redundant arg + import vec! * use copy_from_slice * clippy * clippy * fix template compilation * more ecrecover tests Co-authored-by: librelois <c@elo.tf>
- Loading branch information
Showing
4 changed files
with
139 additions
and
83 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