Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
89 commits
Select commit Hold shift + click to select a range
dbb4132
feat: pruning progress and metrics improvements (#504)
sadiq1971 Dec 18, 2025
5683b09
feat: implement prune batching (#530)
dhyaniarun1993 Dec 18, 2025
b96c20b
Update lockfile
emhane Dec 18, 2025
e7b0729
feat: address lookup table (#509)
dhyaniarun1993 Dec 18, 2025
79c980f
feat: backfill address map (#512)
dhyaniarun1993 Dec 18, 2025
bea7727
feat(docs): Wipe readme (#531)
emhane Dec 18, 2025
c7dbc8b
feat(docs): Add metrics dashboard to readme (#532)
emhane Dec 18, 2025
63ae61e
chore: docs added (#536)
dhyaniarun1993 Dec 19, 2025
509145e
fix(book): Add missing docs from upstream main (#538)
emhane Dec 22, 2025
70f2eb2
fix(trie): Fix broken `Debug` impl unit test (#539)
emhane Dec 22, 2025
231c5f9
refactor(trie): return `OpProofsStorageError` from `store_block_updat…
Himess Dec 23, 2025
ef1af4c
feat: metrics panel for debug api ext (#533)
sadiq1971 Jan 5, 2026
37b01a0
fix: cargo deny (#542)
sadiq1971 Jan 5, 2026
b504ef9
refactor(trie): return `OpProofsStorageError` from `execute_and_store…
Himess Jan 5, 2026
5269442
Fix conflicts
emhane Jan 5, 2026
2ce4b6c
Fix conflicts
emhane Jan 5, 2026
3e16115
fix: initialize-op-proofs needs chain parameter (#544)
dhyaniarun1993 Jan 5, 2026
30724cc
fix: support Send in test_op_proofs_state_provider_ref_debug (#546)
dhyaniarun1993 Jan 5, 2026
ff7d3bc
chore(trie): return `OpProofsStorageError` from `unwind_history` (#548)
emhane Jan 6, 2026
cf3439e
refactor(trie): return OpProofsStorageError from unwind_and_store_blo…
Himess Jan 6, 2026
3bad8cd
feat: integrated storing address mapping (#534)
sadiq1971 Jan 6, 2026
f3108ee
chore: refactor op-proofs cli (#554)
itschaindev Jan 8, 2026
8d657e6
feat: added startup safety check for massive pruning operation (#556)
dhyaniarun1993 Jan 8, 2026
da069d0
fix: reduce default proofs pruning interval (#560)
dhyaniarun1993 Jan 8, 2026
a1b9113
chore: fix reorg e2e (#558)
dhyaniarun1993 Jan 9, 2026
84b2cbc
chore: improve `append_or_delete_dup_sorted` (#552)
itschaindev Jan 9, 2026
8149634
chore(trie): replace `eyre` with `OpProofsStorageError` (#564)
itschaindev Jan 9, 2026
649e2ee
chore: revert hybrid storage experiment (#568)
dhyaniarun1993 Jan 12, 2026
f50600a
chore: remove stale RUSTSEC-2025-0137 advisory from deny.toml (#576)
Himess Jan 12, 2026
32d857a
refactor(trie): extract save_hashed_accounts closure to method1 (#570)
Himess Jan 12, 2026
655db7b
feat: optimized history deletions (#565)
sadiq1971 Jan 12, 2026
345d979
ci: restrict codecov workflows to merge_group and workflow_dispatch (…
Himess Jan 13, 2026
9957e07
Fix lint
emhane Jan 13, 2026
9f53a02
fix(doc): proofs doc fixed (#582)
dhyaniarun1993 Jan 13, 2026
61462e5
feat: optimised initial state update for pruning (#563)
dhyaniarun1993 Jan 14, 2026
94c2da0
docs: OpProofStorage DB Schema (#583)
sadiq1971 Jan 14, 2026
8c1f2d0
chore: push devstack support for op-reth upstream (#585)
itschaindev Jan 14, 2026
01860c4
chore: added rpc to codecov `op-historical-proof` component (#586)
dhyaniarun1993 Jan 14, 2026
eb0bb9b
feat: add verification interval for integrity check (#577)
itschaindev Jan 14, 2026
80c8768
chore: hardware requirement section added (#579)
dhyaniarun1993 Jan 14, 2026
bf55ac2
chore(doc): limitation section added (#580)
dhyaniarun1993 Jan 14, 2026
c4c98e7
chore: backfill refactor (#578)
dhyaniarun1993 Jan 15, 2026
70fc636
chore: update optimism (#590)
dhyaniarun1993 Jan 15, 2026
88e1a97
chore(tire): Improve test coverage for `OpProofsStorageError` (#589)
emhane Jan 15, 2026
41c450f
chore(doc): CLI fixed in README (#595)
dhyaniarun1993 Jan 16, 2026
2025b50
fix: db_stat after upstream pull (#601)
dhyaniarun1993 Jan 16, 2026
bb5ff4a
fix: docs after upstream pull (#603)
dhyaniarun1993 Jan 16, 2026
74d6e83
test: unit test for exex (#599)
sadiq1971 Jan 19, 2026
005c5da
fix: `MdbxStorageCursor` non first key issue (#602)
itschaindev Jan 19, 2026
32c6d7e
chore: added exex missing tests (#605)
dhyaniarun1993 Jan 20, 2026
948ac6a
Fix conflicts
emhane Jan 20, 2026
6366a06
chore: getProof benchmark utility added (#550)
dhyaniarun1993 Jan 20, 2026
f8b1b0c
Update lockfile
emhane Jan 20, 2026
a2c6050
chore(evm): Revert redundant diff with stable (#608)
emhane Jan 20, 2026
603ed14
chore(ci): fix compact ci workflow (#609)
dhyaniarun1993 Jan 21, 2026
270324f
chore(payload-builder): Rm empty file (#616)
emhane Jan 21, 2026
6c8bcd8
feat: refactor and optimise pruning (#587)
dhyaniarun1993 Jan 21, 2026
ad32f63
fix: prune redundant tombstones at history horizon (#620)
dhyaniarun1993 Jan 21, 2026
64ad04c
feat: backfill job restart-safe and idempotent (#594)
sadiq1971 Jan 21, 2026
2864803
chore(trie): Use `reth-trie-common` to enable `serde-bincode-compat` …
emhane Jan 22, 2026
ca47208
chore(deps): Use stable deny.toml (#618)
emhane Jan 22, 2026
2b71ac2
feat: backfill renamed to initialize (#622)
sadiq1971 Jan 22, 2026
762789c
feat: refactored store (#623)
sadiq1971 Jan 23, 2026
071ec92
chore: mv proof args to rollup node (#625)
dhyaniarun1993 Jan 23, 2026
0330642
chore(trie): Revert redundant diff (#610)
emhane Jan 23, 2026
e3f36f4
chore: use reth versioned deps (#627)
dhyaniarun1993 Jan 23, 2026
3139429
Update lockfile
emhane Jan 26, 2026
962d3e9
chore(trie): Fix lint (#636)
emhane Jan 26, 2026
6d0b0a5
fix: removed unused pruner metrics (#638)
sadiq1971 Jan 27, 2026
9455950
chore(trie): Remove redundant generic lifetime for `InitializationJob…
emhane Jan 27, 2026
cf7fff1
chore(trie): Make `initialize` a method of `InitializationJob` (#635)
emhane Jan 27, 2026
37df8a8
refactor(trie): use parking_lot::RwLock in InMemoryProofsStorage (#637)
Himess Jan 27, 2026
37ddc0e
feat: async notification processing (#614)
dhyaniarun1993 Jan 27, 2026
ebc7d2a
chore: simplify OpProofsStore (#639)
dhyaniarun1993 Jan 27, 2026
8a9f5ac
chore: ExEx config builder (#642)
dhyaniarun1993 Jan 27, 2026
a07b172
chore(trie): Fix redundant type annotations (#645)
emhane Jan 27, 2026
aff1004
chore(trie): Replace redundant clone of entries in `InitializationJob…
emhane Jan 27, 2026
5044443
chore: update to Reth 1.10.2 (#648)
meyer9 Jan 27, 2026
3bf7f9c
chore: moved proof initialization to `reth-optimism-node` (#640)
sadiq1971 Jan 28, 2026
250e76b
chore: separate initial state store trait (#647)
dhyaniarun1993 Jan 28, 2026
41c2e4f
chore(test): support reth as in sequencer and validator (#650)
dhyaniarun1993 Jan 29, 2026
6f93f11
Update lockfile
emhane Jan 29, 2026
eba9c26
chore: Cherry-pick #550 (#652)
emhane Jan 29, 2026
d4cb0f3
Merge branch 'stable' into stable-proofs-op-reth-only-env
emhane Jan 29, 2026
b03a8ed
chore: fix flaky e2e test (#653)
dhyaniarun1993 Jan 29, 2026
62e95ff
chore(test): dep dump
dhyaniarun1993 Jan 29, 2026
004983d
unstable merged
dhyaniarun1993 Jan 29, 2026
83c0576
Merge branch 'unstable' into arun/chore/dep-bump
dhyaniarun1993 Jan 29, 2026
262dca0
Merge branch 'stable-proofs-op-reth-only-env' into arun/chore/dep-bump
emhane Jan 29, 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
100 changes: 45 additions & 55 deletions Cargo.lock

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

19 changes: 10 additions & 9 deletions crates/optimism/tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/chelnak/ysmrr v0.6.0
github.com/ethereum/go-ethereum v1.16.3
github.com/stretchr/testify v1.10.0
golang.org/x/sync v0.14.0
golang.org/x/sync v0.18.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -43,7 +43,7 @@ require (
github.com/cockroachdb/redact v1.1.5 // indirect
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
github.com/coder/websocket v1.8.13 // indirect
github.com/consensys/gnark-crypto v0.18.0 // indirect
github.com/consensys/gnark-crypto v0.18.1 // indirect
github.com/containerd/cgroups v1.1.0 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
Expand Down Expand Up @@ -262,15 +262,16 @@ require (
go.uber.org/mock v0.4.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/mod v0.24.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/term v0.31.0 // indirect
golang.org/x/text v0.25.0 // indirect
golang.org/x/mod v0.29.0 // indirect
golang.org/x/net v0.47.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
golang.org/x/term v0.37.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/time v0.11.0 // indirect
golang.org/x/tools v0.32.0 // indirect
golang.org/x/tools v0.38.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
google.golang.org/grpc v1.69.4 // indirect
Expand Down
Loading
Loading