Skip to content

Tags: scroll-tech/stateless-block-verifier

Tags

v2.1.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release: v2 (#47)

* bump version

* add public_input_hash assert

* add changelog

* fix: pre bernoulli (#49)

* fix BLOCKHASH & SELFDESTRUCT in pre bernoulli

* update ci

* update ci

* some cleanup

* minimize trace

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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