|
|
c659e28aa0
|
feat(storage): replace Tree generic with Arc<dyn TreeViewer> (#7810)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 19:10:45 +00:00 |
|
|
|
ce1e401d21
|
docs: add warning regarding increment_block necessity on write_to_storage (#7816)
|
2024-04-23 16:40:18 +00:00 |
|
|
|
b3db4cf56d
|
feat: add UX improvements on e2e testing (#7804)
|
2024-04-23 14:30:38 +00:00 |
|
|
|
6d2e20cd85
|
chore: Move consensus trait to standalone crate (#7757)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 11:50:19 +00:00 |
|
|
|
c499797a6c
|
chore: export tables macro (#7807)
|
2024-04-23 09:25:42 +00:00 |
|
|
|
b9db4cb61b
|
Implement Compact for Withdrawal (#7604)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-23 09:15:53 +00:00 |
|
|
|
cf789dce7e
|
chore: use workspace deps in nippy jar (#7792)
|
2024-04-22 12:05:42 +00:00 |
|
|
|
223dde200f
|
fix(tree): disable cached trie updates for chains with >1 block (#7753)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-21 09:20:55 +00:00 |
|
|
|
bd4757b3b5
|
chore: make alloy impls feature gated (#7747)
|
2024-04-19 15:18:43 +00:00 |
|
|
|
49c02c3b8e
|
feat: send CanonStateNotifications from execution stage (#7578)
|
2024-04-19 14:39:52 +00:00 |
|
|
|
8a0f8cf835
|
chore: stages crates touchups (#7742)
|
2024-04-19 12:25:11 +00:00 |
|
|
|
1a61d29afd
|
chore(engine): remove find_canonical_ancestor (#7716)
|
2024-04-18 19:45:16 +00:00 |
|
|
|
4ca86fb4d2
|
chore(storage): use chain spec from provider field (#7723)
|
2024-04-18 14:23:27 +00:00 |
|
|
|
70db3d8276
|
storage: fixes behaviour of cursor delete_current on start item (#7646)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-04-17 06:39:21 +00:00 |
|
|
|
d39a8d7404
|
feat: add native compact impl for alloy TxKind (#7686)
|
2024-04-16 20:45:01 +00:00 |
|
|
|
49ceeaf0cc
|
refactor: Drop reth_primitives::Log (#7651)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-16 14:36:06 +00:00 |
|
|
|
0aae8c4210
|
chore: move BlockExecutorStats (#7672)
|
2024-04-16 13:59:00 +02:00 |
|
|
|
33b195af33
|
fix(tree): overlapping parent block hashes (#7669)
|
2024-04-16 10:09:19 +00:00 |
|
|
|
bc485d939e
|
refactor: remove unused codecs (#7639)
|
2024-04-15 12:02:30 +00:00 |
|
|
|
62eb8fd2b2
|
chore(tree): remove BlockchainTreeEngine::unwind (#7647)
|
2024-04-15 09:45:05 +00:00 |
|
|
|
4d79967335
|
chore: simplify DisplayBlocksChain (#7624)
|
2024-04-13 18:25:04 +00:00 |
|
|
|
987e597442
|
Implement compact codec for alloy eip access_list (#7554)
|
2024-04-13 12:53:42 +00:00 |
|
|
|
7918759b2f
|
feat: Implement BlockReader::block_with_senders_range (#7402)
|
2024-04-12 15:57:00 +00:00 |
|
|
|
3ffc729833
|
feat(examples): OP Stack bridge stats ExEx (#7556)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
Co-authored-by: Oliver Nordbjerg <onbjerg@users.noreply.github.com>
|
2024-04-11 16:38:03 +00:00 |
|
|
|
681b1a598f
|
feat(storage): non-optional committed chain in CanonStateNotification (#7566)
|
2024-04-11 13:27:01 +00:00 |
|
|
|
8d3085617d
|
Update iai benchmarks to use iai-callgrind (#7534)
|
2024-04-10 14:48:51 +00:00 |
|
|
|
cfd335b9b7
|
feat: auto impl Arc, & and Box for StateProviderFactory (#7526)
|
2024-04-09 15:13:25 +00:00 |
|
|
|
91a1503079
|
Implement Compact codec for alloy_primitives::Log (#7474)
|
2024-04-08 18:34:14 +00:00 |
|
|
|
6a104cc174
|
chore: rm unused execute function (#7513)
|
2024-04-08 17:28:17 +00:00 |
|
|
|
15131c723e
|
chore: allow transmute annotations (#7494)
|
2024-04-06 08:49:38 +02:00 |
|
|
|
57e25be058
|
chore(tree): accept owned block hash in make_canonical instead of ref (#7465)
|
2024-04-04 19:39:30 +00:00 |
|
|
|
0adaad312d
|
chore: display total storage size in Grafana (#7455)
|
2024-04-04 15:20:19 +00:00 |
|
|
|
ca82ff5be6
|
feat: add block timestamp to meta (#7460)
|
2024-04-04 14:46:20 +00:00 |
|
|
|
1f39b619d4
|
fix: use provider for header range on fn block_range (#7429)
|
2024-04-03 15:58:41 +00:00 |
|
|
|
f71d9c0003
|
feat(prune): timeout (#6958)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-04-03 10:28:49 +00:00 |
|
|
|
a2d53a6f7b
|
chore: move FullProvider trait to reth-provider (#7423)
|
2024-04-02 14:00:33 +00:00 |
|
|
|
2de0bc4976
|
feat: add reth-evm crate (#7397)
|
2024-04-01 16:31:02 +00:00 |
|
|
|
09de0ac13d
|
crit(dep): bump zstd (#7356)
|
2024-03-27 21:07:50 +00:00 |
|
|
|
8e1d78123c
|
fix: spawn batch ranges from a tokio thread instead on SenderRecovery stage (#7333)
|
2024-03-26 17:05:36 +00:00 |
|
|
|
e3d8ceb4be
|
feat: add ETL to HistoryStages (#7249)
|
2024-03-26 16:49:08 +00:00 |
|
|
|
1939939bc1
|
fix(provider): consider static files in last block num/hash lookups (#7327)
|
2024-03-26 14:06:23 +00:00 |
|
|
|
5968e9f3da
|
feat(reth_db/mdbx): fix API regression in DatabaseArguments (#7323)
Co-authored-by: lmittmann <lmittmann@users.noreply.github.com>
|
2024-03-26 12:57:29 +00:00 |
|
|
|
c6abf0ca86
|
chore: misc static tx range (#7326)
|
2024-03-25 15:00:58 +00:00 |
|
|
|
a31202670b
|
chore: apply some style suggestions (#7307)
|
2024-03-24 22:52:33 +00:00 |
|
|
|
7efd5b09d2
|
chore: move paste to workspace deps (#7306)
|
2024-03-24 01:29:36 +00:00 |
|
|
|
56b63adecc
|
perf(tree): integrate parallel state root (#7161)
|
2024-03-21 16:08:49 +00:00 |
|
|
|
1a42b0929f
|
fix(cmd-p2p): split off create_db from init_db (#7265)
|
2024-03-21 11:22:57 +00:00 |
|
|
|
ffbe8be2aa
|
chore(bump): revm v7.2, c-kzg v1.0 (#7240)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-03-21 11:22:37 +00:00 |
|
|
|
672bdcc57f
|
chore: make blockchain tree error results more specific (#7237)
|
2024-03-20 17:13:57 +00:00 |
|
|
|
6801869c0d
|
feat(storage): bump mdbx to 0.12.10 (#7236)
|
2024-03-19 19:50:37 +00:00 |
|