nk_ysg
|
e93d36a35e
|
feat: Support custom EvmConfig for ethereumpayload builder (#10117)
|
2024-08-06 09:39:53 +00:00 |
|
Matthias Seitz
|
443f7d56ac
|
perf: spawn eth orchestrator as regular task (#10113)
|
2024-08-05 23:16:31 +00:00 |
|
Emilia Hane
|
33f612a41a
|
chore(net): Move reth_network::NetworkEvents into reth-network-api (#10062)
|
2024-08-05 20:27:59 +00:00 |
|
Roman Krasiuk
|
5a8a7bc8e7
|
chore(rpc): remove parent beacon root from conversion functions (#10090)
|
2024-08-05 15:36:33 +00:00 |
|
nk_ysg
|
71bbae90e2
|
chore(reth-ethereum-engine): Replace HeadersClient + BodiesClient with BlockClient (#10065)
|
2024-08-04 17:39:35 +00:00 |
|
Alexey Shekhirin
|
d7f9a255e1
|
feat(primitives): k256 crate fallback for secp256k1 module (#9989)
|
2024-08-02 12:53:59 +00:00 |
|
Matthias Seitz
|
7fa16c9155
|
feat: add pipeline consistency check to launch ctx and use in launcher (#9994)
|
2024-08-01 17:01:35 +00:00 |
|
Emilia Hane
|
b10517b3bf
|
chore(net): extract NetworkHandle methods for launching node to traits (#9966)
|
2024-08-01 16:44:23 +00:00 |
|
joshieDo
|
624f5d5614
|
fix: set finalized & safe block information on startup (#9898)
Co-authored-by: Danyal Prout <me@dany.al>
|
2024-07-30 12:06:57 +00:00 |
|
Thomas Coratger
|
5827b96d15
|
fix "feat(evm): use RethEvmBuilder inside ConfigureEvm" (#9813)
|
2024-07-30 10:04:55 +00:00 |
|
Delweng
|
87564bd17e
|
chore(revm): rm no longer used BlockExecutorStats (#9830)
Signed-off-by: jsvisa <delweng@gmail.com>
|
2024-07-26 15:33:43 +00:00 |
|
Federico Gimenez
|
77f5ed1a7b
|
feat: add TreeConfig (#9833)
|
2024-07-26 15:16:51 +00:00 |
|
Dan Cline
|
18ebc5eaee
|
chore: rename to PersistenceHandle::spawn_service (#9824)
|
2024-07-25 23:52:02 +00:00 |
|
Matthias Seitz
|
a54ece4feb
|
fix: terminate node on fatal error (#9810)
|
2024-07-25 21:39:50 +00:00 |
|
Matthias Seitz
|
abdbc44c9b
|
Revert "feat(evm): use RethEvmBuilder inside ConfigureEvm" (#9805)
|
2024-07-25 15:40:05 +00:00 |
|
Thomas Coratger
|
b864185f6e
|
feat(evm): use RethEvmBuilder inside ConfigureEvm (#9745)
|
2024-07-25 12:01:54 +00:00 |
|
Matthias Seitz
|
ec9af398c4
|
feat: update network status with new head (#9788)
|
2024-07-25 09:29:44 +00:00 |
|
Federico Gimenez
|
bacc61e567
|
feat: provide CanonicalInMemory state as input to EngineHandler (#9764)
|
2024-07-24 14:29:39 +00:00 |
|
Federico Gimenez
|
5616b4efad
|
feat: integrate BlockchainProvider2 in EthNodeLauncher (#9754)
|
2024-07-24 11:13:40 +00:00 |
|
nk_ysg
|
331c49c5a9
|
chore: no_std support in reth-evm-ethereum (#9687)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-22 18:14:36 +00:00 |
|
Matthias Seitz
|
3ed132eee3
|
feat: integrate payload builder in engine api impl (#9710)
|
2024-07-22 16:43:20 +00:00 |
|
Matthias Seitz
|
e1ddb5f69c
|
feat: update sync state based on chain event (#9695)
|
2024-07-22 09:52:31 +00:00 |
|
Matthias Seitz
|
9b3a011cf2
|
feat: support initial target pipeline sync (#9683)
|
2024-07-22 08:15:05 +00:00 |
|
Matthias Seitz
|
b3c8280321
|
feat: integrate event handling (#9666)
|
2024-07-20 13:29:20 +00:00 |
|
Matthias Seitz
|
c8e6e379d9
|
feat: implement EngineApiRequestHandler::poll (#9670)
Co-authored-by: Federico Gimenez <fgimenez@users.noreply.github.com>
|
2024-07-20 10:44:24 +00:00 |
|
Thomas Coratger
|
9b057037d9
|
refactor: some small refactoring (#9657)
|
2024-07-19 19:03:57 +00:00 |
|
Miguel
|
20090282a9
|
Handling node events (#9658)
|
2024-07-19 18:39:26 +00:00 |
|
Matthias Seitz
|
bbfa63806f
|
chore: rm uneccessary lifetimes in evm config (#9609)
|
2024-07-19 16:19:11 +00:00 |
|
Federico Gimenez
|
2b3047fedb
|
feat: wire components in EthService (#9621)
|
2024-07-19 08:52:24 +00:00 |
|
Jonathan Underwood
|
4a19161557
|
Turn EthService into a Stream and log the events (#9622)
Co-authored-by: Miguel T <88039515+mvares@users.noreply.github.com>
|
2024-07-18 19:15:15 +00:00 |
|
Matthias Seitz
|
9e1ea9718a
|
chore: clarify metrics and prometheus (#9603)
|
2024-07-18 10:26:10 +00:00 |
|
Matthias Seitz
|
e2814406ad
|
feat: add EthNodeLauncher (#9575)
|
2024-07-17 16:23:02 +00:00 |
|
Emilia Hane
|
2aa94e9aee
|
chore(rpc): expose ethapi in node builder for op customisation (#9444)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-16 13:53:03 +00:00 |
|
joshieDo
|
b4363e2b48
|
feat: add max_gas_limit to ChainSpec (#9473)
|
2024-07-12 14:12:15 +00:00 |
|
Matthias Seitz
|
a1e93b79aa
|
chore: rm redundant is_optimism checks (#9438)
|
2024-07-11 08:43:14 +00:00 |
|
Luca Provini
|
47c038201a
|
feat: parsers (#9366)
|
2024-07-10 12:44:18 +00:00 |
|
Oliver
|
92fb25137e
|
feat: eip-7251 (#9335)
|
2024-07-08 12:48:22 +00:00 |
|
joshieDo
|
b4577597c5
|
chore: remove test-utils, arbitrary and proptest from built binary (#9332)
|
2024-07-06 12:02:43 +00:00 |
|
Roman Krasiuk
|
26b7b9720c
|
qol: purge goerli (#9310)
|
2024-07-05 10:38:58 +00:00 |
|
Roman Krasiuk
|
21a9dfc9ec
|
chore(evm): turn associated ConfigureEvm fns into methods (#9322)
|
2024-07-05 09:26:03 +00:00 |
|
greged93
|
93f9a857ce
|
feat: backfill job single block iterator (#9245)
|
2024-07-04 16:33:27 +00:00 |
|
Federico Gimenez
|
edbbc9636e
|
chore: rename eth engine module orchestrator -> service (#9288)
|
2024-07-04 08:25:22 +00:00 |
|
joshieDo
|
9f55a6a702
|
chore: move withdrawal_requests_contract_call to reth-evm (#9272)
|
2024-07-04 06:40:39 +00:00 |
|
Emilia Hane
|
335b93425e
|
chore(rpc): EthApi builder (#9041)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-03 15:30:29 +00:00 |
|
Matthias Seitz
|
78d4f8c4bd
|
feat: add empty ethereum cli crate (#9268)
|
2024-07-03 15:08:07 +00:00 |
|
Federico Gimenez
|
3440b2f2b5
|
feat: add ethereum engine chain orchestrator (#9241)
|
2024-07-03 14:56:56 +00:00 |
|
joshieDo
|
7a647f4f1e
|
chore: move pre_block_beacon_root_contract_call to evm crates (#9244)
|
2024-07-03 14:54:28 +00:00 |
|
Alexey Shekhirin
|
8e5204c119
|
refactor(evm): set prune modes optionally for the batch executor (#9176)
|
2024-07-03 11:05:02 +00:00 |
|
Roman Krasiuk
|
e5a634cece
|
chore(execution): verify cumulative gas used before receipts root (#9224)
|
2024-07-01 15:41:26 +00:00 |
|
joshieDo
|
cf8a9163af
|
chore: remove usage of tx_env_with_recovered (#9222)
|
2024-07-01 15:12:36 +00:00 |
|