Commit Graph

392 Commits

Author SHA1 Message Date
0adc856431 feat(primitives): increase minimum pruning distance (#4750) 2023-09-28 18:29:22 +00:00
5f9a917fb1 feat: Alloy migration (#4737)
Co-authored-by: Alessandro Mazza <121622391+alessandromazza98@users.noreply.github.com>
Co-authored-by: Supernovahs.eth <91280922+supernovahs@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-09-28 15:55:39 +00:00
b85aa94033 docs: paradigmxzy -> paradigmxyz (#4837) 2023-09-28 14:27:30 +00:00
5e01a21ec4 chore(tree, engine, prune, stages, storage): improve logs (#4790) 2023-09-26 17:01:37 +00:00
7024e9a8e9 chore(dep): reth db workspace (#4782) 2023-09-26 11:31:09 +00:00
8f9d2908ca chore: add and fix more lints, improve docs (#4765) 2023-09-25 15:46:46 +00:00
0874767cd9 refactor(interfaces): Result -> RethResult, Error -> RethError (#4695) 2023-09-20 21:13:16 +00:00
11ee5d7530 fix: typos (#4648)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
2023-09-19 10:34:37 +00:00
4aa3ebdbdd chore: fix doc lints (#4639) 2023-09-18 17:08:35 +00:00
f153d8f4d4 feat(revm): Integrate State (#3512)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
2023-09-16 11:00:22 +00:00
eb38c0dc85 chore: fix warnings (#4553) 2023-09-11 15:25:29 +00:00
6bb94af5bb feat(stages): respect PruneModes in TxLookup stage (#4390) 2023-09-01 14:06:49 +00:00
e66e3e3556 feat(storage, tree): respect Transaction Lookup pruning in the blockchain tree (#4410) 2023-09-01 12:51:34 +00:00
1a40daef8a docs: add aquamarine as dep to reth (#4433) 2023-08-31 19:09:27 +00:00
edf31806d8 feat(stages): respect PruneModes in Index History stages (#4382) 2023-08-31 10:27:07 +00:00
5339502f3f chore(stages): document index history stages pruning (#4379) 2023-08-28 13:14:49 +00:00
312cf724bc feat(pruner): respect batch size per run (#4246)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-08-23 17:23:25 +00:00
7f9116b747 dep: move metrics to workspace (#4289) 2023-08-21 09:33:50 +00:00
2904745650 chore: bump metrics (#4265) 2023-08-18 14:57:28 +00:00
8a2c3abd2a feat(pipeline): prune receipts based on log emitters (#4044) 2023-08-16 16:38:36 +00:00
c743acde77 feat(db): add search to reth db list command (#4165) 2023-08-15 17:28:30 +00:00
2e1ef4dfa5 feat(prune): don't prune changesets if taking an incremental hashing/trie route (#4025)
eth tests unrelated, new blob txs
2023-08-02 19:06:17 +02:00
88f83fca39 feat(pruner): account history (#4000) 2023-08-02 14:12:53 +00:00
72e6a1ec9f chore(stages): remove unnecessary prune configuration from history index stages (#4018) 2023-08-01 12:17:51 +00:00
4688fd2ae0 feat(pruner): transaction senders (#3912) 2023-08-01 11:30:02 +00:00
134fe81efb feat(pruning): prune ChangeSets & History during pipeline (#3728) 2023-07-31 14:36:03 +00:00
0b913e2265 fix(pipeline): clear MerkleStage checkpoints on invalid root (#3973)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-07-31 13:31:43 +00:00
e2142481c0 chore(deps): bump itertools (#3998) 2023-07-31 11:53:24 +00:00
adce7eae0e test: cover index storage history stage with stage_test_suite_ext tests (#3898) 2023-07-26 17:48:06 +00:00
74bbe5afa8 fix(stages): transaction lookup stage checkpoint calculation (#3909) 2023-07-26 16:44:46 +00:00
8cdb097829 chore: simplify workspace = true usage (#3930) 2023-07-26 15:21:09 +00:00
736de2028c feat(pruner): transaction lookup (#3892) 2023-07-25 17:41:23 +00:00
076c91a916 feat: add Tracing call pool (#3908) 2023-07-25 14:51:30 +00:00
1ca7f3ae40 feat(pruner, storage): prune receipts & save checkpoints to database (#3733)
Co-authored-by: joshieDo <ranriver@protonmail.com>
2023-07-24 16:39:02 +00:00
88376e3bd1 test: cover index account history stage with stage_test_suite_ext tests (#3383) 2023-07-24 15:48:26 +00:00
90b6d006d1 fix(stages): update entities metrics on SyncHeight event (#3796) 2023-07-15 23:59:03 +03:00
d001313f99 bug(stages): TxLookup/Sender stages fix range if there is no tx (#3479) 2023-07-15 22:36:27 +03:00
94ba83f635 docs: add a few more docs to ControlFlow (#3603) 2023-07-11 20:39:51 +00:00
65c7c1c4f9 chore: use transaction_by_id_no_hash to avoid hash computation (#3718) 2023-07-11 15:49:33 +00:00
65b07b981e feat(pruning): prune Receipts during pipeline (#3585) 2023-07-11 10:51:34 +00:00
4b261cef45 style: replace next_sync_target Receiver loop with call to wait_for (#3618) 2023-07-10 16:15:40 +00:00
ad2a8a5a17 chore(deps): bump pprof criterion (#3698) 2023-07-10 15:31:43 +00:00
15b21a031a feat(stages): trace log for metric event receive (#3670) 2023-07-09 17:16:55 +00:00
f3c7a8253c refactor(stages): use MetricsListener for Execution stage gas metric (#3511) 2023-07-06 11:36:09 +00:00
764e58d65d fix: create a test db with path (#3482) 2023-07-03 12:21:36 +00:00
f2f3425f1c chore: fix clippy (#3540) 2023-07-03 14:26:17 +03:00
951fd0ae0c feat(stages, tree): update sync metrics from blockchain tree (#3507)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-07-02 13:21:06 +00:00
83b14cb611 feat(bin, stages): metrics listener (#3483) 2023-06-30 14:27:01 +00:00
c3ea430e4a refactor: move mdbx::test-utils to reth_db::test-utils and add DatabaseEnvRO (#3466) 2023-06-29 23:52:26 +00:00
f49feff5a7 chore: phase out some ethers usage (#3467) 2023-06-29 15:28:28 +00:00