Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: merge upstream 21d911abb #28

Merged
merged 243 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
243 commits
Select commit Hold shift + click to select a range
20dc0c7
some fmt (#11933)
tcoratger Oct 21, 2024
3f2a41b
chore: rm redundant trait bound (#11940)
mattsse Oct 21, 2024
d9d184d
feat: default impl for some BlockExecutionStrategy methods (#11941)
fgimenez Oct 21, 2024
bddd320
test(trie): narrow the range of keys for sparse trie fuzz (#11937)
shekhirin Oct 21, 2024
7f47ef0
chore: spawn eth_calls as blocking tasks (#11944)
mattsse Oct 21, 2024
1f4ca32
refactor(primitives-traits): rm useless trait bounds for `Receipt` (#…
tcoratger Oct 21, 2024
4d3b35d
test(tx-pool): add unit test for `remove_sender_count` (#11939)
tcoratger Oct 21, 2024
387b0f8
refactor(tx-pool): small refactor for `contains_conflicting_transacti…
tcoratger Oct 21, 2024
cc895e7
fix: always accept transactions with current nonce (#11931)
klkvr Oct 21, 2024
88a38de
chore(rpc): relax some types (#11946)
mattsse Oct 21, 2024
f2ac547
Add custom beacon withdrawals example (#9497)
dapplion Oct 21, 2024
51594c9
chore: relax payload traits (#11947)
mattsse Oct 21, 2024
2973f0c
chore(deps): bump dawidd6/action-homebrew-bump-formula from 3 to 4 (#…
dependabot[bot] Oct 22, 2024
e52f647
chore(primitives): use alloy eth conversion constants (#11892)
tcoratger Oct 22, 2024
1342747
fix: spawn network manager on test exex ctx (#11907)
loocapro Oct 22, 2024
4a68c5e
refactor(rpc): small refactor in `block_with_senders` (#11950)
tcoratger Oct 22, 2024
0df7f65
chore: serde 1.0.210 (#11963)
mattsse Oct 22, 2024
75b39bc
chore: run clippy locked (#11964)
mattsse Oct 22, 2024
e820593
primitive-traits: rm unused `SELECTOR_LEN` (#11959)
tcoratger Oct 22, 2024
cab76f2
fix(engine): run pruner after saving blocks (#11927)
joshieDo Oct 22, 2024
90aaad8
opt: reduce allocs for `parse_deposits_from_receipts` (#11949)
prestwich Oct 22, 2024
df57aed
chore: bump discv5 (#11966)
mattsse Oct 22, 2024
60337d9
feat(rpc): Add flags to disable read tx timeout (#11856)
0x00101010 Oct 22, 2024
b3015c7
fix(trie): removing a blinded leaf should result in an error (#11869)
shekhirin Oct 22, 2024
b20a271
chore(tree): improved debug logging for block insertion (#11958)
fgimenez Oct 22, 2024
8b1dfcc
test(trie): proptest <-> alloy maps integration (#11962)
shekhirin Oct 22, 2024
468ac0d
chore: log enode (#11974)
mattsse Oct 22, 2024
e70b112
feat(trie): update sparse trie hashes below level (#11969)
shekhirin Oct 22, 2024
3174bd5
chore: bump aquamarine (#11965)
mattsse Oct 22, 2024
28c61c1
fix: invoke prometheus recorder on op-reth Cli::run (#11982)
mattsse Oct 22, 2024
22171d2
chore: unpin serde (#11977)
tcoratger Oct 22, 2024
8bfbd97
feat(discv4): add soft_remove_node (#11970)
mattsse Oct 22, 2024
527d344
feat: Add reproducible build profile (#10459)
MoeMahhouk Oct 22, 2024
d68dca1
chore: fix cargo feature warning (#11900)
0xalpharush Oct 22, 2024
74eb375
fix: correctly poll `BasicBlockDownloader` (#11981)
klkvr Oct 22, 2024
6e51762
fix: ping oldest more often (#11988)
mattsse Oct 22, 2024
ee1260a
refactor(tx-pool): move `is_underpriced` to `ValidPoolTransaction` im…
tcoratger Oct 23, 2024
7fd28df
fix: re-establish bond on ping (#11989)
mattsse Oct 23, 2024
ff04de3
chore: bump alloy-eip7702 (#11986)
klkvr Oct 23, 2024
5e0ba41
tx-pool: migrate `ensure_max_init_code_size` to `PoolTransaction` tra…
tcoratger Oct 23, 2024
cf4e774
chore: `Ethereum` -> `Optimism` in comment of `optimism_payload` (#11…
hai-rise Oct 23, 2024
386379e
test(tokio-util): add unit tests for `EventSender` (#11980)
tcoratger Oct 23, 2024
252cdf7
storage: add unit tests for `StorageRevertsIter` (#11999)
tcoratger Oct 23, 2024
55d98bb
fix: check failed find nodes requests before sending new ones (#11997)
mattsse Oct 23, 2024
ab407e7
chore: bump alloy 054 (#12000)
mattsse Oct 23, 2024
8a40d5c
feat(providers): add `AtomicBlockchainProvider` (#11705)
joshieDo Oct 23, 2024
e98a050
fix(trie): account for existing nodes when revealing a node (#11836)
shekhirin Oct 23, 2024
fa30a4f
feat: add osaka hardfork (#11984)
onbjerg Oct 23, 2024
b7167a9
test(tx-pool): add unit test for `GetPooledTransactionLimit` (#11975)
tcoratger Oct 23, 2024
889a7e0
primitive-traits: use alloy `_DURATION` constants (#11960)
tcoratger Oct 23, 2024
89eb73f
refactor: replace extra fields with `ExecutionPayloadSidecar` in engi…
onbjerg Oct 23, 2024
bf612be
chore(hive): update expected failures (#12006)
fgimenez Oct 23, 2024
f3853e7
test(trie): get sparse trie nodes at depth (#12007)
shekhirin Oct 23, 2024
b732619
chore(trie): prefix set doc comment clarification (#12010)
shekhirin Oct 23, 2024
57a21fc
chore: increase max proof window (#12001)
meyer9 Oct 23, 2024
d6f5a89
test: tests for empty block bodies (#12013)
mattsse Oct 23, 2024
2fb63b0
chore: dont log if nothing to evict (#12015)
mattsse Oct 23, 2024
565e4b4
refactor(primitive-traits): use alloy `ETHEREUM_BLOCK_GAS_LIMIT` cons…
tcoratger Oct 23, 2024
044e2d6
refactor(primitive-traits): use alloy `EPOCH_SLOTS` constant (#12018)
tcoratger Oct 23, 2024
f219502
test: more unit tests for `TreeState` (#11687)
tcoratger Oct 24, 2024
4093532
chore(cli): engine cli options conflict with legacy (#11993)
rkrasiuk Oct 24, 2024
082f2cd
refactor: use op-alloy deposit signature (#12016)
caglaryucekaya Oct 24, 2024
7a06298
chore(rpc): make `TransactionCompat::fill` stateful (#11732)
emhane Oct 24, 2024
d7f08cd
chore: remove some clones (#12008)
hai-rise Oct 24, 2024
fcca8b1
refactor: BlockchainTestCase::run rm repetitive convert ForkSpec to C…
nkysg Oct 24, 2024
e04d1b4
perf(net): P2P sink, revert pull/11658 (#11712)
emhane Oct 24, 2024
0df3148
feat(payload): introduce payload freezing for predetermined blocks (#…
hoank101 Oct 24, 2024
84a30b0
primitive-traits: use alloy `INITIAL_BASE_FEE` constant (#12022)
tcoratger Oct 24, 2024
bbeb799
primitive-traits: rm `ALLOWED_FUTURE_BLOCK_TIME_SECONDS` constant (#1…
tcoratger Oct 24, 2024
8bfb7f9
primitive-traits: use alloy `BEACON_NONCE` constant (#12029)
tcoratger Oct 24, 2024
ebd1ed9
feat(exex): notifications trait (#11972)
0xurb Oct 24, 2024
d50da7f
primitives-traits: use alloy `SEPOLIA_GENESIS_HASH` constant (#12024)
tcoratger Oct 24, 2024
2d83f20
chore: reuse alloy-primitives logs bloom (#12031)
mattsse Oct 24, 2024
5e4da59
feat: Add more complex E2E test (#12005)
klkvr Oct 24, 2024
8b317f2
fix: exclude withdrawals from uncle block (#12038)
mattsse Oct 24, 2024
bea6e27
primitive-traits: use alloy `MIN_PROTOCOL_BASE_FEE` constant (#12037)
tcoratger Oct 24, 2024
11149d2
feat(payload builder): transaction pool filter (#10542)
greged93 Oct 24, 2024
53c5476
chore(primitive-traits): rm `EIP1559_` constants (#12036)
tcoratger Oct 24, 2024
e74f185
feat: add BestTransactions::filter_transactions (#12041)
mattsse Oct 24, 2024
2fba3c0
feat: `ExExContext`'s dynamic config (#11983)
0xurb Oct 24, 2024
ba78e43
fix(exex): relax `ExExContext` trait bounds (#12055)
shekhirin Oct 24, 2024
777417a
feat: add `reth test-vectors compact --write|--read` (#11954)
joshieDo Oct 24, 2024
ea4fb26
ci: enable `compact-codec` job (#12056)
joshieDo Oct 25, 2024
965daba
chore: add missing helpers to BestTransactions (#12044)
mattsse Oct 25, 2024
674616c
chore: change `net::discv5` log target to `discv5` (#12045)
PanGan21 Oct 25, 2024
c3182f2
primitives-traits: small refac for `IntegerList` and more doc (#12049)
tcoratger Oct 25, 2024
d988978
feat: improve e2e tests API + feeHistory test (#12058)
klkvr Oct 25, 2024
5a5ec73
Change return type of ReceiptBuilder (#11987)
edisontim Oct 25, 2024
269d705
test: ensure we acquire file lock in tests (#12064)
mattsse Oct 25, 2024
2ae7ee5
fix: increase `arbitrary::Unstructured` buffer size if `NotEnoughData…
joshieDo Oct 25, 2024
a87d654
feat: introduce iterator for default_ethereum_payload function (#11978)
edisontim Oct 25, 2024
58441c1
fix: fail on unwind during `reth import` (#12062)
klkvr Oct 25, 2024
26d1b15
fix: ignore discovered peers with tcp port 0 (#12065)
mattsse Oct 25, 2024
07bda5d
chore: EthBuiltPayload touchups (#12067)
mattsse Oct 25, 2024
09506aa
chore: rm TransactionFilter (#12066)
mattsse Oct 25, 2024
e93e373
making `command` public (#12074)
debjit-bw Oct 25, 2024
5568cca
primitive-traits: add unit tests for `Account` (#12048)
tcoratger Oct 25, 2024
e676d71
feat: Freeze payload if final (#12078)
edisontim Oct 25, 2024
d91cacd
feat(rpc): rpc rate limiter impl (#11952)
kamiyaa Oct 25, 2024
16b64d8
feat(make): add docs lint (#12082)
kien6034 Oct 25, 2024
a349919
docs: remove deleted op-sync workflow from docs (#12086)
AJStonewee Oct 25, 2024
fa59bd5
fix: correctly detect first sync on headers stage (#12085)
klkvr Oct 25, 2024
e0ad598
dev: add `requests` to `EthBuiltPayload` (#12072)
greged93 Oct 26, 2024
cecdf61
feat: `map_chainspec` for `NodeConfig` (#12068)
greged93 Oct 26, 2024
ac329bf
perf: improve debug_traceBlock performance (#11979)
lakshya-sky Oct 26, 2024
44e4c47
chore(sdk): add helper trait to node API to simplify type definition …
emhane Oct 26, 2024
a06c3af
chore(rpc): Remove provider and network trait methods from `EthApiSpe…
emhane Oct 26, 2024
019f347
chore: move optimism execution types test to optimism crate (#12026)
l1nxy Oct 26, 2024
d5f5c0f
chore(rpc): set `RpcNodeCore` as supertrait for `LoadState` (#12094)
emhane Oct 26, 2024
09ebecf
prune: add unit tests for `PruneInput` `get_next_tx_num_range` (#12081)
tcoratger Oct 26, 2024
f616de6
feat(rpc): Start to implement flashbots_validateBuilderSubmissionV3 (…
ryanschneider Oct 26, 2024
b257408
Fix readonly check in libmdbx-rs (#12096)
wtdcode Oct 26, 2024
1bdf429
Remove trait method `Call::evm_config` (#12095)
emhane Oct 26, 2024
ab07fcf
chore(op): simplify blob fields in newly built block header (#12035)
hai-rise Oct 26, 2024
923f4ff
chore: only check for better payload if tx_pool (#12097)
mattsse Oct 26, 2024
a98dc39
chore(rpc): simplify trait bounds on `EthApiSpec` impl (#12101)
emhane Oct 26, 2024
988c5ee
chore(rpc): Add super trait `RpcNodeCore` to `LoadPendingBlock` (#12098)
emhane Oct 26, 2024
8eb1742
refactor(tx-pool): small refactor (#12107)
tcoratger Oct 27, 2024
fae36bd
refactor(storage): small refactor (#12106)
tcoratger Oct 27, 2024
e158369
chore(rpc): remove redundant trait method `LoadBlock::provider` (#12100)
emhane Oct 27, 2024
768404c
chore(rpc): remove redundant trait bounds in eth api (#12105)
emhane Oct 27, 2024
131cc51
chore(rpc): remove redundant `EthBlocks::provider` (#12109)
emhane Oct 27, 2024
b7b3f81
chore(rpc): remove redundant `Trace::evm_config` (#12102)
emhane Oct 27, 2024
0c51609
TransactionsHandle propagation commands should not adhere to caching …
Parikalp-Bhardwaj Oct 27, 2024
1c36b71
docs: small fix in payload doc (#12116)
tcoratger Oct 28, 2024
8605d04
refactor: rm re-exports of alloy eip 4844 constants (#12120)
tcoratger Oct 28, 2024
e4bd135
fix(ci): remove import path from type names on `compact-codec` (#12125)
joshieDo Oct 28, 2024
77e5748
chore(rpc): remove redundant `LoadFee::provider` (#12122)
emhane Oct 28, 2024
8f5fd1d
chore(rpc): remove redundant `EthTransactions::provider` (#12121)
emhane Oct 28, 2024
fbdebe0
chain-state: fix typo (#12112)
tcoratger Oct 28, 2024
0f86287
fix(trie): sparse trie walk should be done in a sorted manner (#12087)
shekhirin Oct 28, 2024
268090e
bench(trie): `RevealedSparseTrie::update_rlp_node_level` (#12046)
shekhirin Oct 28, 2024
1b0f625
perf(trie): collect only changed sparse nodes at a depth (#12093)
shekhirin Oct 28, 2024
0d07d27
feat: Add version to `BeaconEngineMessage` FCU (#12089)
0xOsiris Oct 28, 2024
b5c0a46
feat: add `pending|queued` txs pool helpers (#12128)
lean-apple Oct 28, 2024
7209622
refactor(chainspec): refac and improved doc for `last_block_fork_befo…
tcoratger Oct 28, 2024
87a615f
fix(ci): remove renaming from `compact-codec` (#12133)
joshieDo Oct 28, 2024
d74730a
feat: add a wrapper for `BestTransactions` prioritizing given senders…
klkvr Oct 28, 2024
719ca3a
chain-spec: use alloy `MAINNET_DEPOSIT_CONTRACT_ADDRESS` constant (#1…
tcoratger Oct 28, 2024
1f1c68d
perf(trie): cache prefix set lookups in sparse trie (#12088)
shekhirin Oct 28, 2024
e446feb
chore(deps): weekly `cargo update` (#12108)
github-actions[bot] Oct 28, 2024
380e237
refactor: replace receipt envelope encoded with trait (#11742)
hoank101 Oct 28, 2024
af5ae5a
perf(trie): reduce allocations in sparse trie rlp node calculation (#…
shekhirin Oct 28, 2024
3f4634c
chore: add version to PayloadBuilderAttributes::try_new (#12137)
0xOsiris Oct 28, 2024
1276277
test(trie): use proptest to generate random values (#12140)
shekhirin Oct 28, 2024
b36b021
chore(rpc): define trait `RpcNodeCoreExt` and replace `LoadBlock::cac…
emhane Oct 28, 2024
06d73ee
chore(rpc): inline trait methods of `RpcNodeCore` impl (#12144)
emhane Oct 28, 2024
0733da9
chore(rpc): relax `FullNodeComponents` trait bound on `OpEthApi` to `…
emhane Oct 28, 2024
473026f
chore(rpc): remove redundant `LoadFee::cache` (#12146)
emhane Oct 28, 2024
3d62bfd
chore(rpc): add super trait `RpcNodeCoreExt` to `LoadReceipt` (#12149)
emhane Oct 28, 2024
28f8c47
chore(rpc): remove redundant `LoadTransaction::cache` (#12148)
emhane Oct 28, 2024
37d9643
chore(rpc): remove redundant `LoadState::cache` (#12147)
emhane Oct 28, 2024
ddc9bda
fix(op): fix payload id calculation (#11730)
Rjected Oct 28, 2024
05ee75f
fix: restrict concurrent incoming connections (#12150)
mattsse Oct 28, 2024
367eb44
chore: remove one unwrap (#12152)
mattsse Oct 28, 2024
4621578
dev: track invalid transactions by sender in pool (#12138)
greged93 Oct 28, 2024
0297b8f
fix: use net::discv5 for reth's discv5 tracing target namespace (reve…
zilayo Oct 28, 2024
fbe0462
test: use port0 in tests (#12154)
mattsse Oct 29, 2024
cc2a33c
feat: rate limit incoming ips (#12153)
mattsse Oct 29, 2024
b48fa68
fix(ecies): ecies typo (#12155)
Rjected Oct 29, 2024
7880d4d
refactor: change `PayloadConfig` to use parent header instead of pare…
lean-apple Oct 29, 2024
2dbbd15
chore(provider): remove unused `BlockExecutionReader` trait (#12156)
joshieDo Oct 29, 2024
dd18af1
feat: without-evm cli option in reth (#12134)
debjit-bw Oct 29, 2024
3c60778
storage: `into_iter` with `self` by value (#12115)
tcoratger Oct 29, 2024
1653877
chore(ci): try to read all vectors on `compact-codec` before exiting …
joshieDo Oct 29, 2024
0f9ba64
feat: add geometry to database args (#11828)
evchip Oct 29, 2024
4a8799f
consensus: add unit tests for `ForkchoiceStateTracker` and `Forkchoic…
tcoratger Oct 29, 2024
6f3600d
Revert "feat: add geometry to database args" (#12164)
mattsse Oct 29, 2024
5232842
feat(storage): pass changesets to unwind methods (#7879)
shekhirin Oct 29, 2024
f545877
Revert "Revert "feat: add geometry to database args"" (#12165)
mattsse Oct 29, 2024
e92ecfb
feat: Introduce trait for OpTransaction (#11745)
hoank101 Oct 29, 2024
58f24e0
chore: remove generate sidecar fn (#12167)
mattsse Oct 29, 2024
1006ce7
feat(provider): use `NodeTypes` on `DatabaseProvider` instead (#12166)
joshieDo Oct 29, 2024
2e750f0
test(prune): add unit tests for `ReceiptsLogPruneConfig` (#11916)
tcoratger Oct 29, 2024
8278418
feat: transaction trait (#11877)
edisontim Oct 29, 2024
734c78f
feat(discv4): neighbors packet logging (#12042)
khayss Oct 29, 2024
129f3ba
feat: introduce StateCommitment type (#11842)
frisitano Oct 30, 2024
367b4ed
chore(meta): update SECURITY.md (#12190)
DaniPopes Oct 30, 2024
6e794ee
fix(ecies): bound initial header body size (#12172)
Rjected Oct 30, 2024
2778ba3
tx-pool: fix `ExceedsGasLimit` error message order (#12191)
tcoratger Oct 30, 2024
93a9b8a
feat: Eip1559 params in extradata (#11887)
cody-wang-cb Oct 30, 2024
ff9a42a
feat(eth69): support for ETH69 (#12158)
Abhishekkochar Oct 30, 2024
bb8da98
feat: add is_ethereum trait fn (#12197)
mattsse Oct 30, 2024
755fac0
Wrap sidecar in arcs (#11554)
kdonthi Oct 30, 2024
b3e8327
chore: rename v1 type (#12205)
mattsse Oct 30, 2024
0c39704
feat: add missing is active at timestamp fns (#12206)
mattsse Oct 30, 2024
09c666d
test: add test case for BestTransactions (#12209)
mattsse Oct 30, 2024
b42b189
Reth primitives traits tx type (#11720)
0xriazaka Oct 30, 2024
e5fc048
docs: add context truncated input (#12207)
mattsse Oct 30, 2024
c19af29
feat: add rlp support for `EthVersion` (#12221)
lean-apple Oct 31, 2024
9659717
renamed OptimismPayloadBuilderAttributes to OpPayloadBuilderAttribute…
stevencartavia Oct 31, 2024
66cc619
chore: rm deprecated txpool fn (#12198)
mattsse Oct 31, 2024
41044a2
Apply beacon system call to trace_block (#12030)
stevencartavia Oct 31, 2024
76c5aef
fix(trie): move to sibling on invalid tree mask (#12193)
rkrasiuk Oct 31, 2024
1f1dcc9
chore: simplify SystemCaller setup (#12223)
mattsse Oct 31, 2024
460e26c
renamed OptimismBuiltPayload to OpBuiltPayload (#12227)
stevencartavia Oct 31, 2024
219def9
chore(ci): pin kurtosis to working version (#12225)
fgimenez Oct 31, 2024
d555f9e
chore(book): fix engine api typo (#12231)
Rjected Oct 31, 2024
998b3b3
renamed OptimismPayloadBuilder to OpPayloadBuilder (#12234)
stevencartavia Oct 31, 2024
d020b41
feat: `flashbots_validateBuilderSubmissionV3` (#12168)
klkvr Oct 31, 2024
bd8c4ec
replace DisplayHardforks with Box<dyn Display> (#12219)
stevencartavia Oct 31, 2024
921d1cc
renamed OptimismPoolBuilder to OpPoolBuilder (#12246)
stevencartavia Nov 1, 2024
8d31b65
chore: clippy happy (#12248)
mattsse Nov 1, 2024
249c600
rpc: add `rename` method in `TransportRpcModules` (#12239)
tcoratger Nov 1, 2024
39bc8ce
refactor(revm): simplify `Database` impl for `StateProviderDatabase` …
tcoratger Nov 1, 2024
f0cef9d
revm: add `Database` `Either` helper type (#12240)
tcoratger Nov 1, 2024
2758a56
txpool: added a helper to filter pending txns by predicate (#12204)
lakshya-sky Nov 1, 2024
c6b7408
chore: apply same member order (#12253)
mattsse Nov 1, 2024
f52186c
db-api: opt StorageShardedKey encode, decode (#12143)
nkysg Nov 1, 2024
927be85
feat: track buffered outgoing messages (#12220)
caglaryucekaya Nov 1, 2024
f93dbf5
Remove redundant `SignedTransaction::Signature` (#12185)
emhane Nov 1, 2024
f6bd11c
feature: transaction's input truncate function (#12236)
nadtech-hub Nov 1, 2024
c1a68f2
refactor: move `payload/builder/src/database.rs` to `revm/src/cached.…
lean-apple Nov 1, 2024
d5a3a3a
test(chain-state): add unit tests for `CanonStateNotification` (#12110)
tcoratger Nov 1, 2024
eaac2aa
chore: simplify cached db usage (#12242)
mattsse Nov 1, 2024
d810001
renamed OptimismNetworkBuilder to OpNetworkBuilder (#12255)
stevencartavia Nov 1, 2024
41c4bab
chore: use deref directly (#12256)
mattsse Nov 1, 2024
bc69f63
feat: add asref impls (#12257)
mattsse Nov 1, 2024
969ca3e
fix: check hashed state for loading `TriePrefixSets::destroyed_accoun…
joshieDo Nov 1, 2024
166a234
renamed OptimismExecutorBuilder to OpExecutorBuilder (#12258)
stevencartavia Nov 1, 2024
fdf10a7
test: make cargo t compile in codecs (#12261)
mattsse Nov 1, 2024
a911104
test: make cargo t compile in db-models (#12263)
mattsse Nov 1, 2024
c72f11c
renamed OptimismConsensusBuilder to OpConsensusBuilder (#12265)
stevencartavia Nov 1, 2024
d8bbd36
feat: flashbots_validateBuilderSubmissionV4 (#12243)
ryanschneider Nov 1, 2024
d7ead13
fix: clippy lints (#12269)
klkvr Nov 2, 2024
962fa66
Use Arc<ChainSpec> in SystemCaller (#12268)
stevencartavia Nov 2, 2024
9593f4d
renamed OptimismGenesisInfo to OpGenesisInfo (#12270)
stevencartavia Nov 2, 2024
dbdf60b
renamed OptimismBeaconConsensus to OpBeaconConsensus (#12271)
stevencartavia Nov 2, 2024
c74d2a0
chore(ci): unpin kurtosis (#12272)
fgimenez Nov 2, 2024
f2de55d
chore: make some fields owned (#12274)
mattsse Nov 2, 2024
2aba40b
feat: add `CachedReads::extend` (#12277)
lean-apple Nov 2, 2024
af38a1a
renamed OptimismPayloadTypes to OpPayloadTypes (#12281)
stevencartavia Nov 2, 2024
adff5a9
feat: remove AnyNetwork usage (#12280)
klkvr Nov 2, 2024
e374e4b
renamed OptimismEvmConfig to OpEvmConfig (#12284)
stevencartavia Nov 2, 2024
e167cc9
chore(deps): weekly `cargo update` (#12289)
github-actions[bot] Nov 3, 2024
20d3b21
renamed OptimismEngineTypes to OpEngineTypes (#12285)
stevencartavia Nov 3, 2024
4e3b32c
feat: add more decimals to database growth (#12288)
edisontim Nov 3, 2024
61f19ab
Refactor: use fully-qualified paths in Compact derives(Deon Branch) …
DanielEmmanuel1 Nov 3, 2024
21d911a
docs: add debug.etherscan in the book (#12293)
kien6034 Nov 3, 2024
dcc605a
Merge branch 'main' into chore-merge-upstream-21d911abb
Thegaram Nov 4, 2024
faea47f
update fork base commit
Thegaram Nov 4, 2024
0555d21
fix compact-codec action
Thegaram Nov 4, 2024
5aec554
fix compact-codec action (again)
Thegaram Nov 4, 2024
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
  •  
  •  
  •  
6 changes: 1 addition & 5 deletions .github/assets/hive/expected_failures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ engine-withdrawals:
- Withdrawals Fork on Canonical Block 8 / Side Block 9 - 10 Block Re-Org (Paris) (reth)
- Withdrawals Fork on Canonical Block 8 / Side Block 9 - 10 Block Re-Org Sync (Paris) (reth)

# https://github.com/paradigmxyz/reth/issues/8305
# https://github.com/paradigmxyz/reth/issues/6217
engine-api: []

# https://github.com/paradigmxyz/reth/issues/8305
Expand All @@ -58,6 +56,4 @@ engine-cancun:
- Invalid NewPayload, Incomplete VersionedHashes, Syncing=False, EmptyTxs=False, DynFeeTxs=False (Cancun) (reth)
- Invalid NewPayload, Extra VersionedHashes, Syncing=False, EmptyTxs=False, DynFeeTxs=False (Cancun) (reth)

# https://github.com/paradigmxyz/reth/issues/8579
sync:
- sync reth -> reth
sync: []
46 changes: 46 additions & 0 deletions .github/workflows/compact.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Ensures that `Compact` codec changes are backwards compatible.
#
# 1) checkout `main`
# 2) randomly generate and serialize to disk many different type vectors with `Compact` (eg. Header, Transaction, etc)
# 3) checkout `pr`
# 4) deserialize previously generated test vectors

on:

pull_request:
merge_group:
push:
branches: [scroll]

env:
CARGO_TERM_COLOR: always

name: compact-codec
jobs:
compact-codec:
runs-on: ubuntu-latest
strategy:
matrix:
bin:
- cargo run --bin reth --features "dev"
- cargo run --bin op-reth --features "optimism dev" --manifest-path crates/optimism/bin/Cargo.toml
steps:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- name: Checkout base
uses: actions/checkout@v4
with:
ref: ${{ github.base_ref || 'scroll' }}
# On `scroll` branch, generates test vectors and serializes them to disk using `Compact`.
- name: Generate compact vectors
run: |
${{ matrix.bin }} -- test-vectors compact --write
- name: Checkout PR
uses: actions/checkout@v4
with:
clean: false
# On incoming merge try to read and decode previously generated vectors with `Compact`
- name: Read vectors
run: ${{ matrix.bin }} -- test-vectors compact --read
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
matrix:
include:
- type: ethereum
args: --bin reth --workspace
args: --bin reth --workspace --lib --examples --tests --benches --locked
features: "ethereum asm-keccak jemalloc jemalloc-prof min-error-logs min-warn-logs min-info-logs min-debug-logs min-trace-logs"
- type: optimism
args: --bin op-reth --workspace
args: --bin op-reth --workspace --lib --examples --tests --benches --locked
features: "optimism asm-keccak jemalloc jemalloc-prof min-error-logs min-warn-logs min-info-logs min-debug-logs min-trace-logs"
- type: book
args: --manifest-path book/sources/Cargo.toml --workspace --bins
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update Homebrew formula
uses: dawidd6/action-homebrew-bump-formula@v3
uses: dawidd6/action-homebrew-bump-formula@v4
with:
token: ${{ secrets.HOMEBREW }}
no_fork: true
Expand Down
Loading
Loading