Skip to content

Commit 67d4748

Browse files
authored
refactor: push journal down to trevm (#108)
* refactor: push journal down to trevm * chore: bump trevm dep spec
1 parent a64760e commit 67d4748

File tree

7 files changed

+6
-945
lines changed

7 files changed

+6
-945
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ signet-test-utils = { version = "0.9", path = "crates/test-utils" }
4949
ajj = { version = "0.3.4" }
5050

5151
# trevm
52-
trevm = { version = "0.27.0", features = ["full_env_cfg"] }
52+
trevm = { version = "0.27.1", features = ["full_env_cfg"] }
5353

5454
# Alloy periphery crates
5555
alloy = { version = "1.0.19", features = [

crates/evm/src/driver.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,7 @@ where
592592
// order.
593593
// - Process each enter event in order.
594594
// - Process each enter token event in order.
595+
// - Run system built-in application logic
595596
// - Process each transact event in order.
596597
// - Set the balance of the rollup passage to zero.
597598
// - Credit the basefee to the basefee beneficiary.

0 commit comments

Comments
 (0)