Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
83 commits
Select commit Hold shift + click to select a range
b1f1e9d
docs: fix doc comments: clarify downloaded bytes and builder return c…
strmfos Jul 28, 2025
7f2bdbb
perf(trie): Process multiproof reveals for storage tries in parallel …
mediocregopher Jul 28, 2025
6430535
fix(era-test): fix integration tests for era (#17646)
lean-apple Jul 28, 2025
7ff8f3f
perf: avoid redundant notifications (#17647)
mattsse Jul 28, 2025
6e148e6
perf(txpool): rm unused best bijection (#17649)
mattsse Jul 28, 2025
9ebe4e5
chore: only cast basefee once (#17648)
mattsse Jul 28, 2025
92020d9
perf: can shortcircuit here if no peers (#17650)
mattsse Jul 28, 2025
f517e01
perf: only notify if we have listeners (#17651)
mattsse Jul 28, 2025
6487f0b
feat: separate EngineValidator from PayloadValidator (#17641)
fgimenez Jul 29, 2025
60bbd66
refactor: move invalid block hook creation from LaunchContext to AddO…
fgimenez Jul 29, 2025
e38e247
perf: box larger futures (#17633)
mattsse Jul 29, 2025
12fb913
perf: add benchmark for on_canonical_state_change (#17645)
mattsse Jul 29, 2025
489f262
docs(trie): update ParallelSparseTrie documentation (#17538)
mediocregopher Jul 29, 2025
6923e05
refactor(cli): replace From<Header> with CliHeader trait (#17656)
shiyasmohd Jul 29, 2025
056ae2a
feat: added max-readers flag for db (#17663)
Soubhik-10 Jul 29, 2025
32e27c0
fix: create`tx_env` after applying state overrides for `estimate_gas`…
haardikk21 Jul 29, 2025
a5f2d58
perf: remove redundant metrics update (#17660)
mattsse Jul 30, 2025
938d589
feat(merkle): add IntermediateRootState for storage root progress (#1…
Rjected Jul 30, 2025
dac5868
feat: tracked State for local pending block (#17600)
Rimeeeeee Jul 30, 2025
dd4b286
docs(example): extract full contract state from db (#17601)
sergey-melnychuk Jul 30, 2025
7001f7a
feat: convert BlockExecutionErrors (#17573)
stevencartavia Jul 30, 2025
3772535
fix: RPC: feeHistoryEntry should return 0.0 when blob_params.max_blob…
acerone85 Jul 30, 2025
26173f9
feat(trie): add ParallelSparseTrieMetrics (#17405)
Rjected Jul 30, 2025
6a587a2
perf(trie): reuse allocated trie input in payload processor (#17371)
Rjected Jul 30, 2025
dd3479f
chore: rm clone for witness (#17684)
mattsse Jul 30, 2025
6c7f7f7
fix(pool): optimize canonical state change benchmark (#17688)
keanji-x Jul 31, 2025
98e30d4
chore(sdk): Add example for building offline `TraceApi` with node bui…
emhane Jul 31, 2025
568a7e0
refactor: stream transactions while executing payload (#17661)
klkvr Jul 31, 2025
f0051e1
fix: use primitive header type for fetching header (#17691)
mattsse Jul 31, 2025
0f1ff20
fix(config): default back gas limit to 45M on mainnet (#17690)
0xMushow Jul 31, 2025
575a99f
chore: bump `alloy-op-hardforks` and `op-alloy` (#17697)
lean-apple Jul 31, 2025
ed56417
feat(trie): add blinded node metrics in ProofTaskManager (#17685)
Rjected Jul 31, 2025
3a2bf26
fix(txpool): also emit promoted pending tx on pool drift (#17695)
mattsse Jul 31, 2025
54a4a23
fix: skip pending tx updates with higher prio value (#17699)
mattsse Jul 31, 2025
2170f1b
test(op-chainspec): add isthmus checks (#17698)
lean-apple Aug 1, 2025
7d660b5
refactor: move BasicEngineValidator creation into EngineApiValidatorB…
fgimenez Aug 1, 2025
db779ed
fix: feature-gate std-only methods in sparse trie (#17706)
fgimenez Aug 1, 2025
8553bf9
feat: add all_transaction_hashes (#17700)
mattsse Aug 1, 2025
f74efdb
chore: fix clippy warnings (#17707)
stevencartavia Aug 1, 2025
6234f61
fix: forward unknown hashes pre bedrock (#17709)
mattsse Aug 1, 2025
3a201c2
test(exex): add advance backfill range test (#17714)
nkysg Aug 2, 2025
cf3ab02
chore(deps): weekly `cargo update` (#17716)
github-actions[bot] Aug 3, 2025
d5f5907
test: add ordering test (#17703)
mattsse Aug 4, 2025
6c37ef5
chore: add flag to disable txpool gossip (#17724)
bharath-123 Aug 4, 2025
4db6adf
chore: fix clippy docs (#17726)
mattsse Aug 4, 2025
1aee213
deps: bump libmdbx to 0.13.7 (#17727)
shekhirin Aug 4, 2025
48941e6
fix(GPO): calculate `max_tx_gas_used` corner case (#17679)
yiweichi Aug 4, 2025
944a5fc
fix: execution-apis eth_syncing should return false (#17730)
shemnon Aug 5, 2025
ac83c27
fix(db-common): compute state root when initializing from genesis (#1…
Rjected Aug 5, 2025
4d96ea0
test(generators): add topics_count parameter to random_receipt (#17718)
SkandaBhat Aug 5, 2025
f052c46
feat: Execute execution-apis-tests in e2e tests (#17708)
shemnon Aug 5, 2025
4f6f97d
chore: rm trie dep (#17732)
mattsse Aug 5, 2025
f3a42bc
fix: typo in file deletion error message (#17729)
radik878 Aug 5, 2025
62425b2
chore: feature gate async (#17734)
mattsse Aug 5, 2025
bf2700a
feat: add jovian to `OpChainSpec` (#17671)
lean-apple Aug 6, 2025
49f7543
chore: remove redundant word in comment (#17728)
queryfast Aug 6, 2025
a4e8584
feat(chain-state): add `IndexedTx` helper (#17737)
lean-apple Aug 6, 2025
f5c2502
feat: delay block -> payload conversions (#17681)
klkvr Aug 6, 2025
baa0329
fix: enforce propagate on getpooledtx (#17720)
mattsse Aug 6, 2025
b5e6592
fix: add missing semicolon in wallet generation loop (#17739)
Fibonacci747 Aug 6, 2025
59e4a55
feat(grafana): add state root duration histogram graph (#17745)
Rjected Aug 6, 2025
9862481
fix(stages): use correct block number in error message (#17751)
reallesee Aug 7, 2025
82bbed9
feat: nix flake (#17757)
mediocregopher Aug 7, 2025
c23e533
refactor(witness): remove unnecessary curly braces in closure (#17752)
Snezhkko Aug 8, 2025
a9cd3fc
chore: Fix typo `tx_inf` -> `tx_info` (#17763)
moricho Aug 8, 2025
d8f9f05
fix: add validation against parent header in `reth-stateless` (#17754)
Wollac Aug 8, 2025
5f0d334
chore: msrv 1.88 (#17782)
mattsse Aug 10, 2025
31dd133
docs: remove deprecated difficulty check comment (#17781)
georgehao Aug 11, 2025
6260c10
chore(deps): weekly `cargo update` (#17777)
github-actions[bot] Aug 11, 2025
42ae8be
fix(network): push header before next header check in `get_headers_re…
colinlyguo Aug 11, 2025
1ba9e68
fix: reth dev node implement the `--block-max-transactions` arg (#17784)
schoentgenaa Aug 11, 2025
69a1951
docs: add optimism Access-list spec (#17775)
schoentgenaa Aug 11, 2025
76c4c02
chore: replace ~/.cargo with $CARGO_HOME (#17776)
schoentgenaa Aug 11, 2025
3e0ceda
feat: persist origin on pooled tx backup for propagation setting (#17…
iTranscend Aug 11, 2025
0b1c94a
feat: add op db access example (#17796)
mattsse Aug 11, 2025
3ba2370
chore: remove redundant words in comment (#17753)
viktorking7 Aug 11, 2025
bcbd2d6
chore: Expose payload builder handle and metrics (#17764)
SozinM Aug 11, 2025
a3fe9e8
update fork base commit
greged93 Aug 11, 2025
323f2af
chore: reconcile merge
greged93 Aug 12, 2025
84fd09f
feat: update addon and engine API
greged93 Aug 12, 2025
aa053e7
feat: replace IntoTxEnv by ToTxEnv
greged93 Aug 12, 2025
8053981
feat: update openvm workflow
greged93 Aug 13, 2025
2c1a1f2
ci: update env for openvm
greged93 Aug 13, 2025
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
10 changes: 6 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- uses: rui314/setup-mold@v1
- uses: dtolnay/rust-toolchain@master
with:
toolchain: "1.86" # MSRV
toolchain: "1.88" # MSRV
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
Expand Down Expand Up @@ -274,13 +274,15 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-02-14
toolchain: nightly-2025-07-30
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- run: cargo install --locked --git http://github.com/openvm-org/openvm.git --tag v1.2.0 cargo-openvm
- run: cargo install --locked --git https://github.com/openvm-org/openvm.git --tag v1.4.0-rc.2 cargo-openvm
- name: verify openvm compatibility
run: cargo openvm build --manifest-dir crates/scroll/openvm-compat
env:
OPENVM_RUST_TOOLCHAIN: nightly-2025-07-30
run: cargo openvm build --manifest-path crates/scroll/openvm-compat/Cargo.toml

lint-success:
name: lint success
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ links-report.json
__pycache__/
*.py[cod]
*$py.class

# direnv
.envrc
.direnv/
Loading
Loading