Commit Graph

357 Commits

Author SHA1 Message Date
Alexey Shekhirin
90b6d006d1 fix(stages): update entities metrics on SyncHeight event (#3796) 2023-07-15 23:59:03 +03:00
rakita
d001313f99 bug(stages): TxLookup/Sender stages fix range if there is no tx (#3479) 2023-07-15 22:36:27 +03:00
Matthias Seitz
94ba83f635 docs: add a few more docs to ControlFlow (#3603) 2023-07-11 20:39:51 +00:00
joshieDo
65c7c1c4f9 chore: use transaction_by_id_no_hash to avoid hash computation (#3718) 2023-07-11 15:49:33 +00:00
joshieDo
65b07b981e feat(pruning): prune Receipts during pipeline (#3585) 2023-07-11 10:51:34 +00:00
ChosunOne
4b261cef45 style: replace next_sync_target Receiver loop with call to wait_for (#3618) 2023-07-10 16:15:40 +00:00
Matthias Seitz
ad2a8a5a17 chore(deps): bump pprof criterion (#3698) 2023-07-10 15:31:43 +00:00
Alexey Shekhirin
15b21a031a feat(stages): trace log for metric event receive (#3670) 2023-07-09 17:16:55 +00:00
Alexey Shekhirin
f3c7a8253c refactor(stages): use MetricsListener for Execution stage gas metric (#3511) 2023-07-06 11:36:09 +00:00
pistomat
764e58d65d fix: create a test db with path (#3482) 2023-07-03 12:21:36 +00:00
Roman Krasiuk
f2f3425f1c chore: fix clippy (#3540) 2023-07-03 14:26:17 +03:00
Alexey Shekhirin
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
Alexey Shekhirin
83b14cb611 feat(bin, stages): metrics listener (#3483) 2023-06-30 14:27:01 +00:00
joshieDo
c3ea430e4a refactor: move mdbx::test-utils to reth_db::test-utils and add DatabaseEnvRO (#3466) 2023-06-29 23:52:26 +00:00
Matthias Seitz
f49feff5a7 chore: phase out some ethers usage (#3467) 2023-06-29 15:28:28 +00:00
Alexey Shekhirin
d3465e2e32 feat(stages, storage): pruning configuration (#3341)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-06-29 15:04:43 +00:00
joshieDo
a53af3a0f2 refactor: move init_db to reth_db and add DatabaseEnv (#3450) 2023-06-28 21:03:00 +00:00
joshieDo
e10ab387a1 refactor: Stage execute and unwind take an immutable provider reference instead (#3390) 2023-06-27 13:35:00 +00:00
joshieDo
085a703d7c refactor: add BlockWriter and BlockExecutionWriter (#3384) 2023-06-27 09:02:17 +00:00
Léo Vincent
0096739dbb doc: add reth logo to docs (#3317)
Co-authored-by: Oliver Nordbjerg <hi@notbjerg.me>
2023-06-26 15:41:11 +00:00
joshieDo
054f30f43c chore: rename Block*Provider for Block*Reader (#3385) 2023-06-26 14:13:45 +00:00
joshieDo
3e07a5d508 chore: move AccountWriter methods to HashingWriter and HistoryWriter (#3332)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-06-23 10:55:07 +00:00
Roman Krasiuk
d7467e86b4 fix(sync): merkle current block logs (#3326) 2023-06-22 18:15:11 +00:00
joshieDo
68b93a88de refactor: adds StorageReader / HashingWriter / HistoryWriter (#3285) 2023-06-22 14:08:27 +00:00
Bjerg
dc74fad816 test: add support for seeded rng (#3270) 2023-06-21 21:35:28 +00:00
Bjerg
77167134d0 docs: document crate features (#3269) 2023-06-21 19:35:38 +00:00
Thomas Coratger
8fd3cd2d81 feat(stages): replace progress by block_number in PipelineProgress (#3256) 2023-06-21 15:11:55 +00:00
Dan Cline
4dd9c9b25a chore: make clippy happy (#3291) 2023-06-21 02:07:14 +00:00
Bjerg
7ab8a7f3ec chore: use workspace version (#3240) 2023-06-19 17:29:15 +00:00
joshieDo
96abde0965 chore: AccountProvider -> AccountReader & AccountWriter (#3228) 2023-06-19 11:46:47 +00:00
Alexey Shekhirin
f44010b888 feat(config): missing stage configs (#3215) 2023-06-19 08:51:12 +00:00
joshieDo
017c9cea9c chore: move stage methods to StageCheckpointProvider and add StageCheckpointWriter (#3195)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-17 11:06:25 +00:00
Bjerg
e252cd6a2f fix: dynamic batch size for tx lookup stage (#3134) 2023-06-17 01:05:09 +00:00
joshieDo
0d9e1f4997 chore: replaces tx.get::<Table> with provider methods (#3189) 2023-06-17 00:58:16 +00:00
Roman Krasiuk
b90d0b4106 chore(provider): remove transition terminology (#3198) 2023-06-16 11:20:37 +00:00
joshieDo
ab2a38a549 chore: replace ExecutionStage::read_block_with_senders with BlockProvider::block_with_senders (#3168) 2023-06-15 18:46:50 +00:00
Alexey Shekhirin
32e642d6b0 fix(stages): disable index history stages checkpoints (#3178) 2023-06-15 17:06:45 +00:00
Roman Krasiuk
01b0143ecb chore(sync): remove progress terminology from test macros (#3177) 2023-06-15 13:47:19 +00:00
Bjerg
ff36f78c2b feat: stage eta (#3135) 2023-06-15 11:58:35 +00:00
Matthias Seitz
518784205f refactor: convert closure into function (#3144) 2023-06-14 18:09:27 +00:00
Matthias Seitz
3bba41a209 fix: chunk size edge case (#3143) 2023-06-14 16:00:15 +00:00
joshieDo
209d2445b0 chore: rename ShareableDatabase to ProviderFactory (#3121) 2023-06-14 06:49:32 +00:00
Bjerg
724f480bbb Revert "refactor(stages): input target reached & output done checks" (#3136) 2023-06-13 23:49:11 -07:00
Waylon Jepsen
ea2fcee995 chore: use workspace dependencies (#3132) 2023-06-13 22:46:26 +00:00
Roman Krasiuk
3637482f3a chore(stages): raise transaction based commit thresholds (#3128) 2023-06-13 15:38:56 -07:00
Alexey Shekhirin
6752d624a1 refactor(stages): input target reached & output done checks (#3119) 2023-06-13 12:02:48 +00:00
Thomas Coratger
0561675bb9 feat(trie): convert vec to Bytes in Nibbles (#3120) 2023-06-13 11:49:05 +00:00
joshieDo
f55d88b8c4 refactor: remove Transaction and add DatabaseProvider to stages (#3034)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-12 22:37:58 +00:00
Georgios Konstantopoulos
7ec4b0a5cf Revert "refactor(stages): input target reached & output done checks" (#3114) 2023-06-12 10:19:46 -07:00
Alexey Shekhirin
9a8c680e0f refactor(stages): input target reached & output done checks (#3106) 2023-06-12 16:12:19 +00:00