Alexey Shekhirin
|
068220bb0a
|
feat(pruner, stages): logs for Prune stage (#9520)
|
2024-07-15 16:47:17 +00:00 |
|
Alexey Shekhirin
|
5734b1727f
|
feat(stages): add more logs to Execution (#9524)
|
2024-07-15 15:58:38 +00:00 |
|
Roman Krasiuk
|
63e5dac0b6
|
feat(trie): write sorted hashed state (#9519)
|
2024-07-15 15:15:58 +00:00 |
|
Alexey Shekhirin
|
80b02fec0f
|
fix(stages): update prune sender recovery stage checkpoint (#9513)
|
2024-07-15 13:44:47 +00:00 |
|
Alexey Shekhirin
|
61c85bb3e5
|
refactor(pruner): dedicated static file segments (#9262)
|
2024-07-12 12:02:40 +00:00 |
|
Alexey Shekhirin
|
805673c656
|
chore(pruner): remove deletion limit per block, make it per run (#9446)
|
2024-07-11 20:16:30 +00:00 |
|
joshieDo
|
22df39a100
|
chore: use DatabaseProviderRW on StateWriter::write_to_storage instead of TX (#9449)
|
2024-07-11 19:54:41 +00:00 |
|
Alexey Shekhirin
|
b040b86a54
|
feat(prune, stages): prune pipeline stage (#9419)
|
2024-07-11 19:18:56 +00:00 |
|
joshieDo
|
112b2332e3
|
chore: use DatabaseProviderRW instead of TX on stages (#9451)
|
2024-07-11 18:56:09 +00:00 |
|
Dan Cline
|
a29d8bdbdf
|
feat: remove get or take usage (#9412)
|
2024-07-10 16:10:41 +00:00 |
|
Dan Cline
|
83ce56e8a8
|
feat: make unwind_table_by_walker take RangeBounds (#9404)
|
2024-07-09 19:23:18 +00:00 |
|
joshieDo
|
b3a5593455
|
chore: disable test-utils for stages-api on stages (#9331)
|
2024-07-05 15:25:08 +00:00 |
|
Park Smith
|
08feab1a56
|
feat: log throughput in execution stage (#9253)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-07-05 12:20:52 +00:00 |
|
Dan Cline
|
5ccff2a6fa
|
chore: use direct link to threshold docs (#9284)
|
2024-07-03 21:45:11 +00:00 |
|
Roman Krasiuk
|
1998f44b1b
|
trie: revamp trie updates (#9239)
|
2024-07-03 14:38:48 +00:00 |
|
Alexey Shekhirin
|
8e5204c119
|
refactor(evm): set prune modes optionally for the batch executor (#9176)
|
2024-07-03 11:05:02 +00:00 |
|
Dan Cline
|
405b730455
|
chore: remove prune_modes from BlockWriter (#9231)
|
2024-07-02 19:40:07 +00:00 |
|
Dan Cline
|
e95c6dba9d
|
chore: use format_gas and format_gas_throughput for gas logs (#9247)
|
2024-07-02 17:54:49 +00:00 |
|
Alexey Shekhirin
|
9129b97c5b
|
feat(exex): backfill executor (#9123)
|
2024-06-28 15:22:42 +00:00 |
|
Alexey Shekhirin
|
8775a93d33
|
feat(cli): reth prune (#9055)
|
2024-06-26 14:54:06 +00:00 |
|
Thomas Coratger
|
c885257e52
|
clippy: rm outdated clippy allow (#9070)
|
2024-06-25 11:17:32 +02:00 |
|
DaniPopes
|
07def85cda
|
chore: tweak profiles, rename debug-fast to profiling (#9051)
|
2024-06-24 13:20:06 +00:00 |
|
Dan Cline
|
8492ab3d52
|
chore: remove proptest arbitrary from codec derive and tests (#8968)
|
2024-06-20 23:02:07 +00:00 |
|
Alexey Shekhirin
|
abbc0e6338
|
feat(stages): clarify Merkle error (#8981)
|
2024-06-20 10:53:51 +00:00 |
|
Dan Cline
|
e2b8254a3d
|
chore: use execution-types instead of provider where possible (#8971)
|
2024-06-19 22:42:25 +00:00 |
|
joshieDo
|
de6cdff7e3
|
chore: remove reth-primitives dependency from reth-stages-api (#8902)
|
2024-06-17 18:01:35 +00:00 |
|
joshieDo
|
2a5c93fab3
|
chore: use reth_chainspec where possible (#8891)
|
2024-06-17 16:09:09 +00:00 |
|
Dan Cline
|
3b27da59dc
|
chore: move gas units to primitives constants (#8849)
|
2024-06-14 19:28:08 +00:00 |
|
joshieDo
|
fc770423b3
|
fix(ci): add missing const fn (#8822)
|
2024-06-14 10:07:39 +00:00 |
|
joshieDo
|
76c8f4842c
|
chore: move proof types and root functions from primitives/proofs into reth-trie-common (#8724)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-13 16:36:18 +00:00 |
|
Krishang
|
e5111f0339
|
feat: add append_receipts function (#8718)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-06-13 14:08:57 +00:00 |
|
Pelle
|
0de932d174
|
chore: remove HeaderSyncMode::Continuous & debug.continuous (#8714)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
|
2024-06-12 15:09:45 +00:00 |
|
Alexey Shekhirin
|
3b8cc0653b
|
feat(provider): BlockReader::sealed_block_with_senders_range (#8750)
|
2024-06-11 16:31:18 +00:00 |
|
Thomas Coratger
|
a5d825edb3
|
refactor: rename BundleStateWithReceipts to BlockExecutionOutcome (#8730)
|
2024-06-11 16:06:49 +00:00 |
|
joshieDo
|
b8759733d4
|
chore: move primitives/stage to reth-stages-types (#8749)
|
2024-06-11 14:38:26 +00:00 |
|
Dan Cline
|
bd1f5ba8eb
|
feat: add gas throughput debug log to execution progress (#8734)
|
2024-06-11 02:16:48 +00:00 |
|
Alexey Shekhirin
|
79113551ee
|
feat(stages): send a notification to ExExes only when Execution stage commits (#8720)
|
2024-06-11 00:54:52 +00:00 |
|
Thomas Coratger
|
ad0be4ca06
|
refactor: replace BatchBlockExecutionOutput by BundleStateWithReceipts (#8709)
|
2024-06-10 16:46:39 +00:00 |
|
joshieDo
|
b16a6ec029
|
chore: move primitives/trie to reth-trie-types (#8717)
|
2024-06-10 15:00:14 +00:00 |
|
Alexey Shekhirin
|
e5832d5189
|
chore(stages): remove execute_inner method (#8719)
|
2024-06-10 12:21:11 +00:00 |
|
Matthias Seitz
|
2852893a7d
|
chore: rename network-types to network-peers (#8699)
|
2024-06-09 13:13:46 +00:00 |
|
joshieDo
|
ade059235b
|
chore: move primitives/prune to reth-prune-types (#8676)
|
2024-06-07 15:24:39 +00:00 |
|
Matthias Seitz
|
e4a08fbbf9
|
chore: misc stages docs (#8669)
|
2024-06-07 11:08:19 +00:00 |
|
Federico Gimenez
|
a583defad7
|
fix: save last finalized block (#8473)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2024-06-06 15:31:56 +00:00 |
|
nishuyes
|
b11c83cee6
|
Fix code spell lint in CI (#8634)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2024-06-06 09:11:01 +00:00 |
|
Oliver
|
51a28f22da
|
chore: split db abstraction into new crate (#8594)
|
2024-06-04 21:45:57 +00:00 |
|
joshieDo
|
6dd8400f12
|
chore: remove StaticFileProvider field from StaticFileProducer (#8583)
|
2024-06-04 12:29:26 +00:00 |
|
Thomas Coratger
|
2b4fa96065
|
add explicit_iter_loop clippy lint (#8570)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 18:14:50 +00:00 |
|
Thomas Coratger
|
b686872716
|
add explicit_into_iter_loop clippy lint (#8569)
|
2024-06-03 17:44:44 +00:00 |
|
Thomas Coratger
|
7c17c6e469
|
add doc_markdown clippy lint (#8552)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2024-06-03 13:21:45 +00:00 |
|