Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

### 2025-11-03

- Switch to binary fuse filter for added performance on trie layers [#5159](https://github.com/lambdaclass/ethrex/pull/5159)

### 2025-10-31

- Avoid unnecessary hash validations [#5167](https://github.com/lambdaclass/ethrex/pull/5167)

- Merge execution with some post-execution validations [#5170](https://github.com/lambdaclass/ethrex/pull/5170)

### 2025-10-31
Expand Down
90 changes: 72 additions & 18 deletions Cargo.lock

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

31 changes: 12 additions & 19 deletions crates/l2/tee/quote-gen/Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rocksdb = { workspace = true, optional = true }
rustc-hash.workspace = true
tokio = { workspace = true, optional = true, features = ["rt"] }
bincode = "1.3.3"
qfilter = "0.2.5"
cuckoofilter = "0.5.0"
rayon.workspace = true

[features]
Expand Down
Loading
Loading