Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
395 commits
Select commit Hold shift + click to select a range
bb1dfc9
perf(txpool): eliminate allocations in basefee enforcement (#18218)
yongkangc Sep 3, 2025
9121dba
docs: update urls in docs (#18245)
mattsse Sep 3, 2025
0550289
feat(optimism): Respond to ping messages with pong in `WsFlashBlockSt…
RomanHodulak Sep 3, 2025
29685ce
test(optimism): Test that `WsFlashBlockStream` pongs a ping (#18217)
RomanHodulak Sep 3, 2025
3d8d7ce
chore: downgrade debug to trace for peer reputation logs (#18250)
quantix9 Sep 3, 2025
1d7fefe
chore: unify engine downloader targets (#18248)
mattsse Sep 3, 2025
36e39eb
fix(optimism): Compare parent hash and latest hash to invalidate cach…
RomanHodulak Sep 3, 2025
ed290b2
modify txns type to have is_gasless field
CryptoKass Aug 14, 2025
d362404
add gas-station crate
CryptoKass Aug 14, 2025
0a53035
added the gas station predeploy to dev.json
CryptoKass Aug 14, 2025
65d82c9
added gas-station precompile to op-reth dev too
CryptoKass Aug 14, 2025
fc03abc
included gasstation precompile state
CryptoKass Aug 14, 2025
79964e4
bypass gas requirements for gasless
CryptoKass Aug 18, 2025
a8c1116
use custom reth
CryptoKass Aug 18, 2025
8368163
feat (WIP): implement gasless transaction support in optimismn
sledro Aug 18, 2025
428c30d
fix overwrite is_gasless
CryptoKass Aug 19, 2025
bef47fc
add gas-station to workspace dependencies
CryptoKass Aug 19, 2025
1092466
validate gasless
CryptoKass Aug 20, 2025
2de401e
add missing contract impl address to dev json
CryptoKass Aug 20, 2025
f85a502
fix tx insertion validation, add post validation helper
CryptoKass Aug 20, 2025
d0aca7e
comments
CryptoKass Aug 20, 2025
00cdaf2
slight refactor
CryptoKass Aug 20, 2025
77765ff
refactor post execution effects
CryptoKass Aug 20, 2025
990d094
set gas station config enabled by default
CryptoKass Aug 21, 2025
003e37f
add gasless validation to txpool validation
CryptoKass Aug 21, 2025
49a26e9
cleanup: removed unsued code, and add better errors for gasless
CryptoKass Aug 21, 2025
1e88525
clean up
sledro Aug 26, 2025
1bc0fcb
clean up 2
sledro Aug 26, 2025
87ca8b0
update Cargo.toml to switch revm dependencies to use the 'feat/gasles…
sledro Aug 26, 2025
58ef54e
refactor gas station code: remove unused functions and improve commen…
sledro Aug 26, 2025
89666cc
remove is_gasless method from TransactionSigned implementation to cle…
sledro Aug 26, 2025
637a59a
implement gasless transaction prioritization in transaction pool
sledro Aug 26, 2025
0772b75
Update Cargo.lock and Cargo.toml to switch revm dependencies to the '…
sledro Sep 4, 2025
6d11983
Remove unused import of is_gasless from builder.rs to streamline code
sledro Sep 4, 2025
107399f
feat(optimism): Decode text messages in `WsFlashBlockStream` (#18257)
RomanHodulak Sep 4, 2025
b1e1932
chore: remove redundant payload trait bounds (#18262)
hai-rise Sep 4, 2025
ecd1898
feat(optimism): Respond to close messages in `WsFlashBlockStream` (#1…
RomanHodulak Sep 4, 2025
c57feda
fix(optimism): Reconnect if ws stream ends in `WsFlashBlockStream` (#…
RomanHodulak Sep 4, 2025
7f86749
test(optimism): Test that UTF-8 encoded messages are received in `WsF…
RomanHodulak Sep 4, 2025
cf46aa0
chore: log prune settings on unwind (#18270)
mattsse Sep 4, 2025
6031109
chore: extract `validate_against_parent_gas_limit` into separate fn (…
klkvr Sep 4, 2025
7c8f5a4
perf: rm redundant collect (#18281)
mattsse Sep 5, 2025
82fa84b
Refactor gasless transaction validation: update is_gasless function a…
sledro Sep 5, 2025
02ff408
perf: build local pending block without updates (#18271)
mattsse Sep 5, 2025
4cc600c
perf(db): do not heap-allocate the stage key per query (#18284)
hai-rise Sep 5, 2025
254860f
chore(txpool): add sanity tests for blob fee bit handling (#18258)
yongkangc Sep 5, 2025
3029709
fix: check prune checkpoints for unwind target limit (#18263)
mattsse Sep 5, 2025
d99f37b
perf: optimize send raw batching (#18280)
mattsse Sep 5, 2025
f8b678c
perf: specialize single batch request (#18289)
mattsse Sep 5, 2025
0cdd548
chore: delist unused deps with `cargo-machete` (#18259)
hai-rise Sep 5, 2025
848d7fa
test(optimism): Test that close message is responded to in `WsFlashBl…
RomanHodulak Sep 5, 2025
9c61b46
perf: specialize validate_transactions_with_origin for task validator…
mattsse Sep 5, 2025
d684535
feat(metrics): add `TxPoolValidatorMetrics` to track inflight validat…
mablr Sep 5, 2025
e93e1fc
feat(gpo): add default fee price argument (#18297)
Zygimantass Sep 5, 2025
0bd1bb2
feat: introduce setting for delegated txs slots (#18298)
mattsse Sep 5, 2025
50e8409
feat: expose `EvmEnv` to `caller_gas_allowance` (#18302)
klkvr Sep 5, 2025
01d6f85
perf: specialize len 1 (#18307)
mattsse Sep 5, 2025
62f03e4
chore: fix various typos in comments and documentation (#18296)
mattsse Sep 6, 2025
63a912e
perf(e2e-test-utils): optimize block checking by fetching header inst…
dizer-ti Sep 6, 2025
ef337d4
feat: introduce maybe_pending method to StateProviderFactory (#18260)
iTranscend Sep 6, 2025
de24793
chore: clippy happy (#18310)
mattsse Sep 6, 2025
6e75f7b
feat(download): support zst archives in reth download (#18237)
Rjected Sep 6, 2025
8b09875
chore: introduce validationtask with capacity (#18291)
mattsse Sep 7, 2025
2e06bbc
chore(deps): weekly `cargo update` (#18312)
github-actions[bot] Sep 7, 2025
119ed88
fix(rpc): error code `eth_sendRawTransactionSync` timeout (#18252)
emhane Sep 7, 2025
a14f345
chore(trie): dont warn on blinded node reveals (#18317)
mediocregopher Sep 8, 2025
4f930c2
refactor(optimism): Extract pending block building responsibility out…
RomanHodulak Sep 8, 2025
bde7464
refactor: change PendingPool and PendingTransaction visibility to pub…
kien-rise Sep 8, 2025
dd69dcb
refactor(engine): persistence logic (#18318)
shekhirin Sep 8, 2025
81b2e16
feat(optimism): flashblock completed sequences (#18272)
julio4 Sep 8, 2025
366d641
feat(trie): Add helper sub-command (#18301)
mediocregopher Sep 8, 2025
e236867
ci: pin Rust to 1.88 when building for Windows in Cross (#18320)
shekhirin Sep 8, 2025
77e1393
docs(reth-bench): fix markdown (#18322)
hai-rise Sep 8, 2025
1a4b5ec
fix(bench): fix deadlock in test data generation (#18321)
hai-rise Sep 8, 2025
cf19c9a
fix(stateless): verify_execution_witness doc for pre-state mismatch (…
radik878 Sep 8, 2025
6e950a1
fix: DB benches (#18314)
hai-rise Sep 8, 2025
9d56da5
chore: bump version 1.7.0 (#18323)
mattsse Sep 8, 2025
23c2dca
chore: bump docs version 1.7.0 (#18326)
mattsse Sep 8, 2025
a35b299
docs: update public dashboards (#18331)
mattsse Sep 8, 2025
b4beab1
chore(trie): use read-only db handle during repair-trie dry-runs (#18…
mediocregopher Sep 9, 2025
4b29f5f
chore(deps): bump actions/setup-go from 5 to 6 (#18332)
dependabot[bot] Sep 9, 2025
e079ddc
chore(deps): bump actions/github-script from 7 to 8 (#18334)
dependabot[bot] Sep 9, 2025
0d13d7f
chore(deps): bump actions/stale from 9 to 10 (#18335)
dependabot[bot] Sep 9, 2025
1e491bc
feat: cache latest built payload (#18324)
klkvr Sep 9, 2025
64afc1e
perf(merkle-stage): only fetch checkpoint in the branch that needs it…
hai-rise Sep 9, 2025
aa5e6ad
fix: properly compute genesis hash (#18300)
mattsse Sep 9, 2025
86eaa6f
feat(op-reth/flashblocks): subscribe to the flashblock sequences prod…
theochap Sep 9, 2025
bfb37da
perf(reth-engine-local): use VecDeque reduce removal operations (#18198)
nkysg Sep 9, 2025
6c9c96c
fix(ci): pin teku image to fix kurtosis-op build (#18345)
fgimenez Sep 9, 2025
b7c2b56
fix(stages): implement entities checkpoint update in merkle stage unw…
SarahADavis Sep 9, 2025
1423a30
perf: use debug_assert for parked pool lookup (#17712)
malik672 Sep 9, 2025
4fdc1ce
refactor(revm): (#18150) use hardfork activation helpers (#18349)
mattsse Sep 9, 2025
394a53d
feat(stateless): Run EEST tests in stateless block validator & bug fi…
jsign Sep 9, 2025
90aa99c
feat: support customizable RPC namespace parsers (#18160)
klkvr Sep 9, 2025
2fa52f3
fix(prune): TransactionLookup pruning issues with pre-merge expiry (#…
mediocregopher Sep 9, 2025
4592186
Update static assertion sizes for RethError and ConsensusError in err…
sledro Sep 9, 2025
3c1f55e
Remove obsolete GitHub configuration files and workflows, including C…
sledro Sep 9, 2025
4c363fe
feat(op-sdk): custom precompiles (#18350)
emhane Sep 9, 2025
3acb577
add build docker ci
sledro Sep 9, 2025
cf343a2
Update Docker workflow to trigger on 'main' branch instead of 'lightl…
sledro Sep 9, 2025
3ce0a38
fix: fix search in vocs doc (#18354)
lean-apple Sep 9, 2025
fe236cd
fix: add is_osaka check before erroring in default_ethereum_payload (…
rezzmah Sep 10, 2025
a3aaccd
perf: optimize canonical_hashes_range with Vec::with_capacity pre-all…
malik672 Sep 10, 2025
700f2e1
feat: add some ethapi builder fns (#18358)
mattsse Sep 10, 2025
e94658f
fix(docs): include .vocs to retain search-index (#18363)
yash-atreya Sep 10, 2025
d6a9228
feat(engine): check header validity after invalid transaction (#18356)
fgimenez Sep 10, 2025
424974c
fix(engine): avoid block fetching inconsistencies for checks during r…
fgimenez Sep 10, 2025
17a41a2
feat: bump hive eest tests (#18013)
fgimenez Sep 10, 2025
f2350e5
fix: check payload id (#18370)
mattsse Sep 10, 2025
967a6fb
perf(trie): Use ParallelSparseTrie (if enabled) for storage tries (#1…
mediocregopher Sep 10, 2025
a80ed91
refactor!: more type-safety in cli (#18375)
klkvr Sep 11, 2025
60568cc
feat: add helper aliases for node adapters (#18366)
klkvr Sep 11, 2025
9d3564e
fix: relax nonce gap rule if configured (#18385)
mattsse Sep 11, 2025
8c2d5cc
fix(docs): disable jekyll which removes the search-index (#18388)
yash-atreya Sep 11, 2025
edc1ae8
fix(docs): mv search-index to dist from .vocs (#18390)
yash-atreya Sep 11, 2025
f3aa57a
fix: map EIP-7623 gas floor errors to expected exception type for tes…
fgimenez Sep 11, 2025
3e4c0cc
feat: replace PendingBlockAndReceipts tuple with dedicated struct (#1…
stevencartavia Sep 11, 2025
40a9954
fix: still use real chain id for no-op network (#18382)
hai-rise Sep 12, 2025
6d4a1a3
chore: use decode_2718_exact for recover raw txs (#18381)
leniram159 Sep 12, 2025
87444ef
chore: fixed broken link in history-expiry.mdx (#18400)
cypherpepe Sep 12, 2025
82fb547
fix(e2e): persist accepted header in CheckPayloadAccepted and align t…
Snezhkko Sep 12, 2025
bd387cd
chore: update e2e-test-utils code owners (#18397)
fgimenez Sep 12, 2025
51bf7e3
perf(db): reuse MDBX DBIs for the same tx (#18292)
hai-rise Sep 12, 2025
72c2d1b
feat(txpool): break down queued transaction states into specific reas…
SarahADavis Sep 12, 2025
ea99870
Update Docker workflow to specify image path for op-reth
sledro Sep 12, 2025
44a48ab
fix: dont update canon chain to ancestor for opstack (#18410)
mattsse Sep 12, 2025
e276480
feat(observability): add phase-level observablity to newPayload proce…
Timosdev99 Sep 13, 2025
bac0e1f
perf: downsize mempool tx priority from `U256` to `u128` (#18413)
hai-rise Sep 13, 2025
f66e197
chore(storage): remove unused `primed_dbis` (#18415)
hai-rise Sep 13, 2025
7694b9d
feat: fn recovered_tx to indexedTx (#18421)
stevencartavia Sep 13, 2025
99b6dc7
feat: add helper to PendingBlockAndReceipts (#18423)
stevencartavia Sep 13, 2025
33c75e8
chore: add state and response to miner error (#18422)
mattsse Sep 13, 2025
1bd6cc2
chore: clean up TS warnings in search index & file finder (#18426)
lipperhey Sep 13, 2025
27e4a05
chore: move and rename PendingBlockAndReceipts to BlockAndReceipts (#…
stevencartavia Sep 14, 2025
2408586
chore(deps): weekly `cargo update` (#18431)
github-actions[bot] Sep 14, 2025
96f8454
chore: remove type aliases (#18433)
mattsse Sep 14, 2025
1b08843
docs: multiple small textual defects (#18434)
crStiv Sep 14, 2025
5516ad2
chore(ci): unpin kurtosis op package (#18456)
fgimenez Sep 15, 2025
7d5415a
perf: Enforce EIP-7825 transaction gas limit for Osaka (#18439)
fredrik0x Sep 15, 2025
d61349b
fix(engine): perform cache updates with guard (#18435)
yongkangc Sep 15, 2025
d2b9c57
fix(engine): remove redundant method-level where bound in InvalidBloc…
MozirDmitriy Sep 15, 2025
ef85d93
perf(db): open MDBX DBIs only once at startup (#18424)
hai-rise Sep 15, 2025
ec2a898
fix(rpc): add validation for missing headers in debug execution witne…
wetkeyboard Sep 15, 2025
e578b1b
chore(ci): update ignored hive tests (#18412)
fgimenez Sep 15, 2025
7cf239a
feat: add CliApp wrapper for ethereum CLI configuration and execution…
fgimenez Sep 15, 2025
2dabb23
fix(rpc): disable tx gas limit in calls (#18473)
mattsse Sep 15, 2025
5844ff7
feat(storage): bump MDBX map size to 8TB (#18360)
shekhirin Sep 15, 2025
5f38ff7
feat: `Block::iter_recovered` (#18476)
klkvr Sep 15, 2025
b7e9f76
feat(network): add shadowfork block hash filtering for peers (#18361)
CPerezz Sep 15, 2025
8e65a1d
fix: missing generic type hint for cursor (#18483)
mattsse Sep 15, 2025
05008e2
feat(op-reth): specialize get_transaction_receipt to check pending fl…
Nathy-bajo Sep 16, 2025
976939a
chore: update superchain commit (#18481)
mattsse Sep 16, 2025
1697826
chore: deconstruct non-exhaustive (#18492)
mattsse Sep 16, 2025
1805283
docs(engine): fix LiveSync target doc and clarify disable-parallel-sp…
VolodymyrBg Sep 16, 2025
d1c9660
docs: fix incorrect transaction type count (#18437)
famouswizard Sep 16, 2025
847330c
fix(cli): disallow --instance 0 (#18496)
SuperFluffy Sep 16, 2025
1185514
fix(engine): exit MultiProofTask loop on closed internal channel (#18…
MozirDmitriy Sep 16, 2025
5274f09
chore: skip prewarm transact errors (#18498)
mattsse Sep 16, 2025
bf58089
feat: more flexible rpc receipts (#18501)
klkvr Sep 16, 2025
7af829e
feat: make `EthBuiltPayload` generic over `NodePrimitives` (#18504)
klkvr Sep 16, 2025
7296fc6
feat: relax `EthBlockAssembler` (#18505)
klkvr Sep 16, 2025
c45817c
chore(engine): avoid panic on mpsc send in sparse trie worker (#18502)
sashass1315 Sep 16, 2025
9fc8949
fix: don't require closure to be `Debug` (#18507)
klkvr Sep 16, 2025
9c892b0
chore: add myself to CODEOWNERS for engine and stages (#18512)
mediocregopher Sep 17, 2025
04c5820
fix: don't override existing tables in `create_tables_for` (#18511)
klkvr Sep 17, 2025
088eb6c
feat(metrics): add transaction error counter for prewarming (#18509)
yongkangc Sep 17, 2025
31ce037
chore: add myself to CODEOWNERS (#18514)
yongkangc Sep 17, 2025
f113a97
chore(ci): run eest osaka tests on hive workflow (#18516)
fgimenez Sep 17, 2025
8a3d984
fix(docs): correct BlockBody root docs and RecoveredBlock “safer vari…
VolodymyrBg Sep 17, 2025
fabf3e8
feat(op/jovian): implement min base fee in op-reth. bump alloy, alloy…
theochap Sep 17, 2025
5c5b21e
feat(optimism): Implement `local_pending_state` for RPC that uses `pe…
RomanHodulak Sep 17, 2025
584d716
feat(engine): fallback for when both state root task and parallel sta…
shekhirin Sep 17, 2025
193f699
chore(engine): remove calldata exception workaround (#18521)
spencer-tb Sep 17, 2025
d9c9810
fix(trie): Don't run repair-trie if MerkleExecute is incomplete (#18497)
mediocregopher Sep 17, 2025
98ce04d
feat: relax `OpEngineValidatorBuilder` for more custom payload types …
hai-rise Sep 17, 2025
4b4b122
docs(engine): improve cache naming and documentation (#18457)
crazykissshout Sep 17, 2025
5a39e57
deps: Upgrade `alloy` and `alloy-evm` versions `1.0.30` => `1.0.32` a…
RomanHodulak Sep 17, 2025
6e6a497
refactor(evm): Replace `revm_spec*` functions with `alloy-evm` and `a…
RomanHodulak Sep 17, 2025
4a958f4
fix: use noopprovider for pending block state root (#18523)
leniram159 Sep 17, 2025
6bf405a
chore(ci): bump hive eest tests to v5.1.0 (#18528)
fgimenez Sep 17, 2025
2b68d3a
fix(rpc): use flashblock when preparing tx response on gettxreceipt (…
mablr Sep 17, 2025
d357d2a
feat(node): rename debug.rpc-consensus-ws to debug-rpc-consensus-url …
wetkeyboard Sep 17, 2025
870389c
refactor: EmptyBodyStorage block reader logic (#18508)
dharmvr1 Sep 17, 2025
59cff10
feat(op-reth): initial setup FlashBlockConsensusClient engine sidecar…
julio4 Sep 18, 2025
64b4ae6
docs: document critical cache safety assumptions in ExecutionCache (#…
Copilot Sep 18, 2025
ece8472
chore: add cache traces (#18538)
mattsse Sep 18, 2025
e8d32a5
feat(rpc): Add `convert_receipt_with_block` method to `ReceiptConvert…
RomanHodulak Sep 18, 2025
ea500f6
chore(ci): bump hive timeout (#18544)
fgimenez Sep 18, 2025
70d634a
feat(rpc): add admin_clearTxpool api (#18539)
wetkeyboard Sep 18, 2025
ce6199a
feat: tree config setting for unwinding canonical header (#18420)
stevencartavia Sep 18, 2025
e2aa417
chore(docker): add FEATURES for op dockerfile (#18489)
wetkeyboard Sep 18, 2025
f9e5030
docs(op): decompress the state file before init-state (#18416)
wetkeyboard Sep 18, 2025
6f385d0
chore(consensus): update EIP-7825 error message format (#18549)
fgimenez Sep 18, 2025
df9b7a0
chore(chainspec): reuse local hardforks in DEV instead of cloning aga…
MozirDmitriy Sep 18, 2025
4e78f95
chore: map NaN to 0.0 (#18560)
mattsse Sep 18, 2025
c9a95d0
feat: add `Future` AT to `LaunchNode` and allow customizing local att…
klkvr Sep 19, 2025
4fcc445
chore(evm): add public constructor to `BlockAssemblerInput` (#18559)
0xOsiris Sep 19, 2025
4e1c552
fix(optimism): always enable interop maintenance task if activated (#…
SarahADavis Sep 19, 2025
5bc507b
fix(reth-bench): do not panic on empty results (#18570)
shekhirin Sep 19, 2025
8aeebe1
fix(txpool): prevent double-processing of tx pool tier (#18446)
yongkangc Sep 19, 2025
d6160de
fix(rpc): return empty log set for invalid filter block ranges (#18112)
dharmvr1 Sep 19, 2025
ebe1a8b
chore(trie): Use Vec<Option<...>> in InMemoryTrieCursor (#18479)
mediocregopher Sep 19, 2025
8f4cc90
chore: clippy manual_string_new warning in version.rs (#18576)
yongkangc Sep 19, 2025
ff51faa
chore(db): Simplifications to trie-related storage-api methods (#18579)
mediocregopher Sep 19, 2025
fa53176
chore(payload-builder): relax Sync bounds on resolve futures (#18585)
VolodymyrBg Sep 19, 2025
379db45
fix: use timestamp derived max blob count on launch (#18590)
mattsse Sep 20, 2025
3655dc7
feat(rpc): make send_raw_transaction_sync timeout configurable (#18558)
WilliamNwoke Sep 20, 2025
55cbefe
perf(persistence): lookup segment operation once (#18588)
hai-rise Sep 20, 2025
aead6c1
chore(ci): update expected and ignored hive tests (#18594)
fgimenez Sep 20, 2025
ff59089
chore(ci): unpin teku image for kurtosis-op (#18595)
fgimenez Sep 20, 2025
aeb6edd
chore(deps): weekly `cargo update` (#18600)
github-actions[bot] Sep 21, 2025
4ddf3dd
docs: multiple small textual defects (#18598)
crStiv Sep 21, 2025
95f1931
test(engine): add new payload handling tests for canonical insertion …
yongkangc Sep 22, 2025
36107c6
fix(cache): Ensure execution cache remains locked until updated (#18564)
yongkangc Sep 22, 2025
3ebfd7a
test: add test case for op tx env conversion (#18581)
mattsse Sep 22, 2025
9806e07
fix: replace tx_hash method with TxHashRef trait bound (#18357) (#18362)
eeemmmmmm Sep 22, 2025
79c71b8
chore: Remove `reth recover storage-tries` sub-command (#18580)
mediocregopher Sep 22, 2025
39d5563
fix: disable block gas limit (#18583)
mattsse Sep 22, 2025
0bd2097
chore: enforce max tx gas limit on estimate and accesslit (#18612)
mattsse Sep 22, 2025
60658be
fix(handshake): validate peer TD from their_status_message during eth…
VolodymyrBg Sep 22, 2025
9e3246e
chore: specialize `send_raw_transaction_sync` for op-reth with flashb…
Peponks9 Sep 22, 2025
87078e9
fix(primitives-traits): simplify Rayon bounds and fix docs (#18620)
Galoretka Sep 22, 2025
dfab5f9
fix(cli): bootnode default address (#18617)
0xMelkor Sep 22, 2025
e3cc6e2
docs: fix incorrect RPC method names in trace calls (#18619)
mdqst Sep 23, 2025
b27a927
chore(primitive-traits): remove redundant auto-trait bounds from Full…
MozirDmitriy Sep 23, 2025
2ec3671
chore(observability): add tokio runtime with custom thread naming (#1…
yongkangc Sep 23, 2025
87c75b9
chore: bump deps (#18630)
mattsse Sep 23, 2025
7dc3aea
chore(revert): revert tokio runtime with custom thread naming (#18631)
yongkangc Sep 23, 2025
f225751
chore: bump inspectors 0.30 (#18633)
mattsse Sep 23, 2025
ee834fb
chore: disable fee charge in env (#18634)
mattsse Sep 23, 2025
70a8c06
feat: add osaka+bpo timestamps (#18627)
mattsse Sep 23, 2025
4c9942b
docs: update dashboard table and rpc urls (#18637)
laibe Sep 23, 2025
088a0d4
chore(observability): add tokio runtime with custom thread naming (#1…
yongkangc Sep 23, 2025
faaebe7
fix: check request gas limit before (#18639)
mattsse Sep 23, 2025
132f5b5
chore: update version to 1.8.0 in Cargo.toml (#18638)
laibe Sep 23, 2025
e613ee9
chore: update voc.config.to text to v1.8.0 (#18644)
laibe Sep 23, 2025
6fdf6c4
chore(deps): bump CodSpeedHQ/action from 3 to 4 (#18333)
dependabot[bot] Sep 23, 2025
44aa0fb
fix: Revert "chore: disable fee charge in env" (#18645)
mattsse Sep 23, 2025
e6608be
chore: release 1.8.1 (#18646)
mattsse Sep 23, 2025
994d73e
chore: bump rust to edition 2024 (#18692)
yongkangc Sep 25, 2025
611c307
feat: make more EVM and RPC conversions fallible (#18685)
mablr Sep 26, 2025
1279476
fix(rpc): fix eth_config impl (#18744)
nethoxa Sep 28, 2025
95897e2
fix: remove cancun check (#18787)
mattsse Sep 30, 2025
1de013b
fix(rpc/engine): check osaka in getBlobsV1 (#18669)
jsvisa Sep 26, 2025
8950b4e
chore: bump version to 1.8.2 (#18792)
laibe Sep 30, 2025
9c30bf7
chore: bump alloy 1.0.37 (#18795)
mattsse Sep 30, 2025
8d03c75
Enable per-transaction gasless validation bypass in CfgEnv for lightl…
sledro Oct 6, 2025
7c1c6f2
Update Dockerfile to use Ubuntu 24.04 as the base image for runtime
sledro Oct 6, 2025
31a452f
Merge branch 'v1.8.2-lightlink' into feat/gasless-2
sledro Oct 28, 2025
3921005
fix: update gasless transaction priority type from U256 to u128
sledro Oct 28, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ slow-timeout = { period = "30s", terminate-after = 4 }
filter = "test(general_state_tests)"
slow-timeout = { period = "1m", terminate-after = 10 }

[[profile.default.overrides]]
filter = "test(eest_fixtures)"
slow-timeout = { period = "2m", terminate-after = 10 }

# E2E tests using the testsuite framework from crates/e2e-test-utils
# These tests are located in tests/e2e-testsuite/ directories across various crates
[[profile.default.overrides]]
Expand Down
45 changes: 0 additions & 45 deletions .github/CODEOWNERS

This file was deleted.

127 changes: 0 additions & 127 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/docs.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/feature.yml

This file was deleted.

88 changes: 0 additions & 88 deletions .github/assets/check_rv32imac.sh

This file was deleted.

Loading