Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
63d8408
update reth to v1.8.1
Wollac Sep 25, 2025
ab963d8
update blob params
Wollac Sep 26, 2025
6559ff4
remove prefix
Wollac Sep 26, 2025
e59cb3a
update reth to v1.8.2
Wollac Oct 7, 2025
fefe6ed
update reth to v1.9.1
Wollac Nov 11, 2025
02c0115
update CHANGELOG.md
Wollac Nov 11, 2025
9540f32
resolve revm-context-interface
Wollac Nov 12, 2025
c0e02fa
update reth to v1.9.3
Wollac Nov 18, 2025
3f2406a
fix pre-merge check
Wollac Nov 18, 2025
e3aaecc
add cycle tracker
Wollac Nov 18, 2025
45599d5
fix call and create gas cost
Wollac Nov 19, 2025
efde316
minor improvements
Wollac Nov 19, 2025
aaf8a17
fix trace.py
Wollac Nov 19, 2025
9f1a3a9
minor improvements
Wollac Nov 20, 2025
87aaacf
fix file extension
Wollac Nov 28, 2025
1079d79
Merge branch 'main' into feat/cycle-tracker
Wollac Dec 3, 2025
4241d58
Merge branch 'main' into feat/cycle-tracker
Wollac Dec 15, 2025
dc5e3b4
Merge branch 'main' into feat/cycle-tracker
Wollac Feb 2, 2026
bda2c9b
update license header
Wollac Feb 2, 2026
cf8b81e
Merge branch 'main' into feat/cycle-tracker
Wollac Feb 5, 2026
de2b2a1
Merge branch 'main' into feat/cycle-tracker
Wollac Feb 5, 2026
cbdacbf
improve trace
Wollac Feb 6, 2026
3e3047b
fix scratch
Wollac Feb 9, 2026
fd5c995
Merge branch 'main' into feat/cycle-tracker
Wollac Feb 12, 2026
fd0c9ee
Merge branch 'main' into feat/cycle-tracker
Wollac Mar 10, 2026
3bff1d1
minor cleanups
Wollac Mar 10, 2026
9c26905
minor fixes
Wollac Mar 10, 2026
c679330
minor fixes
Wollac Mar 10, 2026
aa8cac6
Merge branch 'main' into feat/cycle-tracker
Wollac May 13, 2026
cf812e8
fix: adapt cycle tracker to reth v2.1.0 API
Wollac May 13, 2026
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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@ target
.idea/

.DS_Store

# Zeth specific
/cache/
/block-benchmarks.csv
/opcode-profile.csv
/trace.json.gz
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- New feature `unsafe-pre-merge` must be enabled to prove pre-merge blocks.
- Implement versioned caching for input files. This ensures backward compatibility with older cache files by converting them to the current schema on the fly.
- Add `cycle-tracker` feature and helper script for detailed profiling of zkVM cycle costs per opcode.

## [0.2.1](https://github.com/boundless-xyz/zeth/releases/tag/v0.2.1) - 2025-08-05

Expand Down
Loading
Loading