forked from openethereum/parity-ethereum
-
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.
Implement Simple Subroutines for the EVM (EIP 2315) (openethereum#11629)
* Implement Simple Subroutines for the EVM (EIP 2315) * Finished base impl, added tests * Add EIP2315 into berlin chainspec * Update ethcore/evm/src/interpreter/shared_cache.rs Co-Authored-By: Andronik Ordian <[email protected]> * Update ethcore/trace/src/types/error.rs Co-Authored-By: Andronik Ordian <[email protected]> * Update ethcore/types/src/engines/params.rs Co-Authored-By: Andronik Ordian <[email protected]> * Update ethcore/trace/src/types/error.rs Co-Authored-By: Andronik Ordian <[email protected]> * fix gas tier & tests * Update ethcore/evm/src/interpreter/mod.rs Co-Authored-By: Andronik Ordian <[email protected]> * Comment substack_limit test * Revert using U256 for bad jump size reporting Co-authored-by: adria0.eth <[email protected]> Co-authored-by: adria0 <[email protected]> Co-authored-by: Andronik Ordian <[email protected]>
- Loading branch information
1 parent
1ace3c7
commit 234a287
Showing
12 changed files
with
359 additions
and
30 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
Oops, something went wrong.