|
|
0b6397217c
|
chore: rm optimism feature from chainspec (#11722)
|
2024-10-15 08:24:10 +00:00 |
|
|
|
f684dd4c4c
|
chore(clippy): enable if_then_some_else_none lint (#11679)
Signed-off-by: jsvisa <delweng@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-10-14 15:45:26 +00:00 |
|
|
|
523bfb9c81
|
feat: refactor and integrate local engine into EngineNodeLauncher (#11703)
|
2024-10-14 13:21:41 +00:00 |
|
|
|
5c84daba11
|
fix: dont remove txs manually (#11683)
|
2024-10-12 11:19:48 +00:00 |
|
|
|
1ba631ba95
|
feat: store safe block num as well (#11648)
|
2024-10-10 19:32:15 +02:00 |
|
|
|
70d498d296
|
chore: make clippy happy (#11439)
|
2024-10-02 19:19:13 +00:00 |
|
|
|
fbc01d6cfa
|
chore(deps): bump some breaking deps (#11388)
|
2024-10-01 17:26:47 +00:00 |
|
|
|
a5538bc041
|
chore: alloy 0.4 (#11334)
|
2024-09-30 12:48:37 +00:00 |
|
|
|
ea1d04aa75
|
primitives: rm more alloy_primitives reexports (#11255)
|
2024-09-29 16:48:54 +00:00 |
|
|
|
55bf29e6d2
|
use core::error::Error (#11317)
|
2024-09-29 16:47:48 +00:00 |
|
|
|
65f2664471
|
feat: make NetworkConfigBuilder independent of concrete ChainSpec (#11176)
|
2024-09-26 11:37:20 +00:00 |
|
|
|
353fd60d29
|
refactor: extract optimism receipts hashing logic to reth-optimism-consensus (#11230)
|
2024-09-26 10:24:04 +02:00 |
|
|
|
76a6e0db69
|
remove IntoRecoveredTransaction (#11221)
|
2024-09-25 17:10:11 +00:00 |
|
|
|
c00516c3f9
|
rpc-types: rm alloy-rpc-types-engine reexport (#11206)
|
2024-09-25 14:49:50 +00:00 |
|
|
|
2022dd3de5
|
primitives: rm alloy_consensus::transaction reexports (#11191)
|
2024-09-25 12:13:48 +00:00 |
|
|
|
648e2a4f7d
|
primitives: rm revm-primitives reexport (#11193)
|
2024-09-25 11:06:27 +00:00 |
|
|
|
ae3d279cc3
|
feat: relax chainspec bounds on NodeBuilder and rpc types (#11160)
|
2024-09-24 17:47:04 +00:00 |
|
|
|
fb0555ae7d
|
Refactor Block (#10913)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
|
2024-09-24 10:14:08 +00:00 |
|
|
|
15aee9b144
|
feat: use alloy Signature type (#10758)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-23 13:29:48 +00:00 |
|
|
|
ed1de8996d
|
primitives: use alloy Header struct (#10691)
|
2024-09-23 12:53:43 +00:00 |
|
|
|
159bf2cf16
|
rpc: rm useless alloy_rpc_types reexport (#11098)
Co-authored-by: Emilia Hane <elsaemiliaevahane@gmail.com>
|
2024-09-22 14:29:35 +00:00 |
|
|
|
7cf492d525
|
feat(payload): abstract payload builder in trait (#10965)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-20 07:12:14 +00:00 |
|
|
|
c9057d75c1
|
feat: add Display for BeaconConsensusEngineEvent (#11055)
|
2024-09-19 23:52:36 +00:00 |
|
|
|
6cb26f72af
|
feat: make DatabaseProvider generic over chainspec (#10978)
|
2024-09-19 14:23:06 +00:00 |
|
|
|
9246eac3b0
|
fix(lint): lint warnings consensus test-utils (#11013)
|
2024-09-19 13:22:26 +02:00 |
|
|
|
180f10001c
|
feat: make reth-stages independent of concrete DatabaseProvider (#10934)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-09-19 10:47:55 +00:00 |
|
|
|
94c15c0074
|
chore: add display to FromEngine and other messages (#10986)
|
2024-09-18 13:11:38 +00:00 |
|
|
|
0fa8e83e16
|
refactor: make reth-prune independent of concrete DatabaseProvider (#10921)
|
2024-09-16 11:46:53 +00:00 |
|
|
|
b23bb7e8bc
|
perf: improve genesis handling (#10878)
|
2024-09-13 17:48:44 +00:00 |
|
|
|
47d188cb8e
|
cfg: replace std feature gate alloc imports with extern crate alloc (#10861)
|
2024-09-13 16:01:12 +00:00 |
|
|
|
c38a425207
|
chore: remove prune_modes arg from BlockchainTree::new (#10857)
|
2024-09-12 10:48:25 +00:00 |
|
|
|
cb7832eed5
|
chore: crates/consensus - Use derive_more::Error rather than impl std:error:Error (#10831)
Co-authored-by: garwah <garwah@garwah>
|
2024-09-11 11:11:51 +00:00 |
|
|
|
d11bbe686b
|
refactor: reduce ProviderFactory usage (#10798)
|
2024-09-11 09:36:34 +02:00 |
|
|
|
4cbdc7c125
|
consensus: add unit tests for StorageInner (#10776)
|
2024-09-09 13:27:40 +00:00 |
|
|
|
cb0625c391
|
consensus: replace reth-primitive imports (#10768)
|
2024-09-09 12:54:49 +00:00 |
|
|
|
a996eea94a
|
refactor: relax bound on NodeTypesWithDB (#10720)
|
2024-09-05 19:14:45 +00:00 |
|
|
|
c267c1caf7
|
chore(engine): track elapsed on fork block added (#10710)
|
2024-09-05 15:25:38 +00:00 |
|
|
|
5ecc9d2348
|
feat: integrate NodeTypesWithDB (#10698)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-05 15:17:28 +00:00 |
|
|
|
d4cfb95e68
|
eip4844: use alloy TxEip4844 (#10624)
Co-authored-by: joshieDo <93316087+joshieDo@users.noreply.github.com>
|
2024-09-01 19:20:00 +00:00 |
|
|
|
c5a1c0e131
|
feat(tree): make remove_before aware of the finalized hash (#10574)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-08-29 21:24:56 +00:00 |
|
|
|
ec5ce21965
|
chore(deps): bump alloy (#10537)
Co-authored-by: Oliver <onbjerg@users.noreply.github.com>
|
2024-08-29 13:23:04 +00:00 |
|
|
|
6f086d1060
|
chore(trie): clean up state root methods (#10598)
|
2024-08-28 14:41:29 +00:00 |
|
|
|
0013399234
|
refactor: split validate_block_pre_execution into hardfork specific functions (#10576)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2024-08-28 10:18:03 +00:00 |
|
|
|
7ea748e2d3
|
refactor(provider): random_block and random_block_range functions (#10563)
|
2024-08-27 14:19:43 +00:00 |
|
|
|
69e5a8587b
|
clippy: add manual_is_variant_and clippy lint (#10556)
|
2024-08-27 10:04:19 +00:00 |
|
|
|
4138b52a31
|
chore: remove usage of RichBlock (#10538)
|
2024-08-26 13:18:40 +00:00 |
|
|
|
709e7b73ce
|
clippy: add if_not_else clippy lint (#10524)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 10:58:06 +00:00 |
|
|
|
9c57c4a454
|
clippy: add redundant_else clippy lint (#10525)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-08-26 09:40:10 +00:00 |
|
|
|
5254f16e07
|
feat: add impl From BlockExecutionOutput for ExecutionOutcome (#10507)
|
2024-08-25 18:25:27 +00:00 |
|
|
|
24495cdc5d
|
Add tests for withdrawals provider (#10428)
|
2024-08-22 20:58:25 +00:00 |
|