Tags: scroll-tech/stateless-block-verifier
Tags
refactor: remove hooks (#69) The hooks pattern seems to be outdated since we no longer doing post tx checking. The only reason to have hook is to reuse the rlp bytes, which we can do it in a trivial way -- returning it after handling the block. This pr removes the ExecutionHook and changes the way we reusing the rlp bytes.
[feat] refactor and use trace v2 (#17) * upgrade revm to v37 * suppress log * bps counter * fix * less log * noticeable log * short hash * upgrade revm and rust toolchain * remove legacy feature gate * upgrade to v40 * refactor and use trace v2 * do this later