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 3f9816e1c #55

Merged
merged 97 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
dcaa06a
feat: make more block types generic (#12812)
klkvr Nov 25, 2024
caac226
chore: make CanonicalInMemoryState generic over sealed header and blo…
syjn99 Nov 25, 2024
04dd005
feat(trie): sparse trie methods for trie task integration (#12720)
shekhirin Nov 25, 2024
863c523
feat: `ChainStorageReader` (#12836)
klkvr Nov 25, 2024
9f37d40
feat: enforce relations between block parts on NodePrimitives (#12846)
klkvr Nov 25, 2024
6b088bd
perf(engine): sparse trie calculation for state root task (#12843)
shekhirin Nov 25, 2024
e2c42ae
test(trie): use proof nodes helper (#12848)
shekhirin Nov 25, 2024
c44e11b
feat: add `Block` AT to `BlockReader` (#12837)
klkvr Nov 25, 2024
8e4a917
refactor: isolate `BlockchainTree` setup in `DefaultEngineLauncher` (…
klkvr Nov 25, 2024
b96c0d9
docs: clarify installation guide NVMe term (#12853)
vcastellm Nov 25, 2024
404f8f8
refactor: unify logic for writing headers (#12858)
klkvr Nov 26, 2024
82eb383
trie: add unit tests for nibbles (#12758)
tcoratger Nov 26, 2024
96d61dd
feat: add pending_transactions_max in trait TransactionPool (#12856)
kien-rise Nov 26, 2024
fae44bf
chore(trie): move prefix sets to `reth_trie_common` (#12860)
rkrasiuk Nov 26, 2024
13cd77c
test: enable op prim arbitrary in e2e test-utils (#12862)
mattsse Nov 26, 2024
9d2e04c
chore: relax mempool impl (#12865)
mattsse Nov 26, 2024
aa0a114
chore(trie): introduce `serde` feature on `reth-trie-common` (#12864)
rkrasiuk Nov 26, 2024
1b4048e
chore: add encodable to pooled recovered (#12866)
mattsse Nov 26, 2024
a28fa24
feat: use Pooled type for get_pooled_transaction_element in pool trai…
mattsse Nov 26, 2024
334ccd0
chore: add helper for encoded (#12868)
mattsse Nov 26, 2024
dab63e6
feat: emit node event when inserted executed block (#12726)
stevencartavia Nov 26, 2024
b34fb78
feat: make PooledTransactionsElementEcRecovered generic over transact…
mattsse Nov 26, 2024
26fc701
feat: `NodePrimitivesProvider` (#12855)
klkvr Nov 26, 2024
2dc9288
chore(trie): move trie updates to `reth-trie-common` (#12863)
rkrasiuk Nov 26, 2024
2b4fa3b
dep(trie): remove `reth-trie` dep from `reth-trie-sparse` (#12872)
rkrasiuk Nov 26, 2024
c19b8e1
chore(trie): remove todo comment (#12875)
rkrasiuk Nov 26, 2024
2776310
feat: use pooled AT for get_pooled_transactions (#12876)
mattsse Nov 26, 2024
2840b6f
chore: make OrderedSealedBlock generic over header and body types (#1…
htiennv Nov 26, 2024
b6d6bf5
deps: bump sysinfo (#12874)
shekhirin Nov 26, 2024
a0f99df
feat(trie): `StorageRootProvider::storage_multiproof` (#12879)
rkrasiuk Nov 26, 2024
dee0b8c
feat: relax constraints for on_get_pooled_txs (#12880)
mattsse Nov 26, 2024
2d6b893
refactor: unify logic for writing receipts (#12878)
klkvr Nov 26, 2024
4dfaa46
chore: unify recover_singer (#12881)
mattsse Nov 26, 2024
6bba5e6
chore(ci): debug logs on kurtosis-op client advance check failure (#1…
fgimenez Nov 26, 2024
ebf837e
chore: unify more tx signed fns (#12883)
mattsse Nov 26, 2024
d51b347
feat: add utility trait methods to Transaction (#12704)
ftupas Nov 26, 2024
2ce7417
feat: relax provider bounds (#12857)
klkvr Nov 26, 2024
5dc914b
chore: make cargo t compile for reth-trie-common (#12884)
mattsse Nov 26, 2024
83af493
Introduce StateCommitment in StateProviders (#12602)
frisitano Nov 26, 2024
38cf6c9
refactor: improve state writing functions for db provider (#12885)
klkvr Nov 26, 2024
e8d63e4
chore: fix unused warning (#12888)
mattsse Nov 26, 2024
02f3427
feat: introduce networkprimitives in transition fetcher (#12889)
mattsse Nov 26, 2024
6b3c7c6
fix(ci): warn instead of failing no tests (#12893)
hai-rise Nov 27, 2024
acfcfbd
perf: minimize clones when saving blocks (#12870)
hai-rise Nov 27, 2024
3b8c661
added generic header (#12897)
PelleKrab Nov 27, 2024
51afa4c
chore(sdk): Add MaybeArbitrary to all ATs on NodePrimitives (#12847)
zitup Nov 27, 2024
b33757f
feat: extends engine validator (#12900)
mattsse Nov 27, 2024
a0e2961
chore: make BeaconConsensusEngineEvent generic over data primitives (…
programskillforverification Nov 27, 2024
42c24f0
refactor: unify code paths for receipts removal (#12887)
klkvr Nov 27, 2024
db9b86a
Upcast trait bound on `BlockBody::Transaction` to `SignedTransaction`…
emhane Nov 27, 2024
b62929c
feat: add engine validator addon (#12905)
mattsse Nov 27, 2024
533b555
feat: add `Receipt` AT to `ReceiptProvider` (#12890)
klkvr Nov 27, 2024
1131bde
feat(engine): proof fetching on state update for StateRootTask (#12458)
fgimenez Nov 27, 2024
7a6a725
feat: add `Receipt` AT to writer traits (#12892)
klkvr Nov 27, 2024
7a60530
fix: small db provider fixes (#12908)
klkvr Nov 27, 2024
26bfe7c
feat: `SparseStateTrie::reveal_multiproof` (#12909)
rkrasiuk Nov 27, 2024
f9ad3f8
chore: add fs-util::open (#12911)
mattsse Nov 27, 2024
2705e3a
feat: add helpers for opcode tracing (#12899)
mattsse Nov 27, 2024
2700db1
feat(trie): `SparseStateTrie::remove_storage_leaf` (#12912)
rkrasiuk Nov 27, 2024
00c5b69
feat: integrate node primitives in engine handler (#12914)
mattsse Nov 27, 2024
4724564
feat(trie): `SparseStateTrie::storage_trie_mut` (#12913)
rkrasiuk Nov 27, 2024
8d70e89
chore: pass generic header to validate_header_base_fee (#12921)
htiennv Nov 27, 2024
2179301
feat: add functions for env creation (#12928)
mattsse Nov 27, 2024
0df02ca
chore: pass generic header and body to validate_shanghai_withdrawals …
htiennv Nov 28, 2024
bb0bd77
chore: make generic data primitives TreeState (#12924)
htiennv Nov 28, 2024
a3eb302
chore: pass generic header to validate_header_gas (#12931)
0xMaze Nov 28, 2024
39e0573
chore: make generic header InvalidHeaderCache (#12940)
htiennv Nov 28, 2024
28ef574
feat(engine): integrate sparse trie into the state root task (#12907)
shekhirin Nov 28, 2024
064f939
perf(tree): reveal multiproof in tree task (#12949)
rkrasiuk Nov 28, 2024
b2e1da3
fix(tree): root task storage leaf removal (#12950)
rkrasiuk Nov 28, 2024
cbcf79a
chore(engine, state root task): remove unused StdReceiverStream struc…
fgimenez Nov 28, 2024
e9a6e45
feat(trie): `SparseStateTrie::update_account` (#12954)
rkrasiuk Nov 28, 2024
c274462
perf: use alloy hash map in trie related code (#12956)
rkrasiuk Nov 28, 2024
1d5bd46
chore: make op-node-testing- leaner (#12958)
mattsse Nov 28, 2024
eac02d9
fix(trie): always create empty storage multiproofs (#12915)
rkrasiuk Nov 28, 2024
8589503
feat(engine): use `SparseStateTrie::update_account` in state root tas…
shekhirin Nov 28, 2024
1210fd9
chore: make ethereum-node deps leaner (#12963)
mattsse Nov 28, 2024
8c86d63
perf(trie): avoid update reallocation & track wiped (#12929)
rkrasiuk Nov 28, 2024
e1b25c8
perf(tree): keep storage trie around for updates (#12971)
rkrasiuk Nov 28, 2024
55b758a
feat: generic data primitives EngineApiEvent (#12964)
hoank101 Nov 28, 2024
cca6372
feat: integrate type specific engine validator in tree service (#12952)
mattsse Nov 28, 2024
9f20ebc
refactor(tx-pool): add enum `InvalidKind` to `mark_invalid` (#12845)
lean-apple Nov 28, 2024
ca72d45
chore(engine): remove uneeded if (#12974)
fgimenez Nov 28, 2024
8e19455
fix: cap request gas limit in eth estimate (#12970)
mattsse Nov 28, 2024
856dc7d
ci: ignore ethereum crates for testing (#12976)
mattsse Nov 28, 2024
29d84e4
fix(tree): account info on state update in root task (#12978)
rkrasiuk Nov 28, 2024
aea5613
chore: lower tmp ban duration for trusted or static peers (#12961)
mattsse Nov 28, 2024
ae395e8
fix(engine): fetched proof targets in state root task (#12983)
shekhirin Nov 28, 2024
da53d76
perf(trie): init hashed storage only on existing **changed** slots (#…
rkrasiuk Nov 28, 2024
793fc23
fix: correctly poll `NetworkState` (#12973)
klkvr Nov 28, 2024
9fe459e
fix: disable state root calculation for eth_simulateV1 (#12993)
klkvr Nov 29, 2024
3f9816e
feat: integrate generic primitives into pruner (#12995)
klkvr Nov 29, 2024
733f60f
chore: merge upstrea
frisitano Nov 29, 2024
a1a9046
fix: add updated fork.yaml
frisitano Nov 29, 2024
928db75
fix: lints
frisitano Nov 29, 2024
1cadff6
fix: feature propogation
frisitano Nov 29, 2024
771056c
fix: lint
frisitano Nov 29, 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
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion .github/assets/hive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ COPY dist/reth /usr/local/bin
COPY LICENSE-* ./

EXPOSE 30303 30303/udp 9001 8545 8546
ENTRYPOINT ["/usr/local/bin/reth"]
ENV RUST_LOG=debug
ENTRYPOINT ["/usr/local/bin/reth"]
2 changes: 2 additions & 0 deletions .github/workflows/kurtosis-op.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
if [ $BLOCK_GETH -ge 100 ] && [ $BLOCK_RETH -ge 100 ] ; then exit 0; fi
echo "Waiting for clients to advance..., Reth: $BLOCK_RETH Geth: $BLOCK_GETH"
done
kurtosis service logs -a op-devnet op-el-2-op-reth-op-node-op-kurtosis
kurtosis service logs -a op-devnet op-cl-2-op-node-op-reth-op-kurtosis
exit 1


Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
partition: 2
total_partitions: 2
- type: optimism
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*"
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
partition: 1
total_partitions: 2
- type: optimism
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*"
args: --features "asm-keccak optimism" --locked --exclude reth --exclude reth-bench --exclude "example-*" --exclude "reth-ethereum-*" --exclude "*-ethereum"
partition: 2
total_partitions: 2
- type: book
Expand Down
65 changes: 48 additions & 17 deletions Cargo.lock

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

Loading
Loading