Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Restucturing Part7 Handler and Context rework (bluealloy#1865)
* feat: Restructure Part7 Handler Wire * wip * wip of frames * work on Frame calls * Wip Frame and Exec wire * compile handler wires * fmt * Hand from Handler replacement * Interpreter traits * interpreter popn calls * wip Interpreter refactor, all instructions compile * compiles without precompiles * precompile and instruction table wip * precompile run wip * simple revm statetest run * Example of inspector in revme * small cleanup for presentation * context interface * handler and context interface crates * small cleanup * fmt * Inspector wip * rename and wip Inspector * fixes * fix bugs, mv spec to cfg * fix for tests * fix eof bugs * no_std compile fix * few fixes * clippy * cleanup * remvme bench, builder for context * inline somethings * clippy * example of block traces * enable examples * op handlers * Add op precompiles * some ci fixes * fix tests * fix docs * simplifications, cleanup * enable evm run cmd * must use on chained fn * cleanup
- Loading branch information