Skip to content

Commit

Permalink
feat(exex): finalize WAL only when all ExExes are on the canonical ch…
Browse files Browse the repository at this point in the history
…ain (#11289)
  • Loading branch information
shekhirin committed Sep 29, 2024
1 parent d94462b commit ce1f669
Show file tree
Hide file tree
Showing 6 changed files with 203 additions and 64 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/exex/exex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ tokio.workspace = true
## misc
dashmap.workspace = true
eyre.workspace = true
itertools.workspace = true
metrics.workspace = true
parking_lot.workspace = true
serde_json.workspace = true
Expand All @@ -62,6 +63,7 @@ reth-testing-utils.workspace = true
alloy-genesis.workspace = true
alloy-consensus.workspace = true

rand.workspace = true
secp256k1.workspace = true
tempfile.workspace = true

Expand Down
Loading

0 comments on commit ce1f669

Please sign in to comment.