Roman Krasiuk
|
d120effa5d
|
perf(trie): post state cursors (#3588)
|
2023-07-05 15:52:59 +00:00 |
|
Roman Krasiuk
|
c236521cff
|
docs(trie): hashed post state & cursors (#3572)
|
2023-07-04 15:30:34 +00:00 |
|
Alexey Shekhirin
|
770652a787
|
feat(bin, storage): configurable MDBX log level (#3524)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-07-03 12:45:32 +00:00 |
|
Roman Krasiuk
|
f2f3425f1c
|
chore: fix clippy (#3540)
|
2023-07-03 14:26:17 +03:00 |
|
Bjerg
|
4f32f5627c
|
fix: add block rewards to trace_block (#3491)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-07-02 15:06:52 +00:00 |
|
Matthias Seitz
|
e0d5735672
|
feat: add another distance check (#3501)
|
2023-07-02 13:55:27 +02:00 |
|
Matthias Seitz
|
1c796f24fc
|
chore: rustfmt (#3532)
|
2023-07-02 12:51:43 +02: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 |
|
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 |
|
Matthias Seitz
|
112313e55a
|
feat: add pending block with receipts (#3404)
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-06-26 17:25:46 +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 |
|
Roman Krasiuk
|
9c1b48b983
|
chore(provider): simplify history inserts (#3356)
|
2023-06-26 13:40:54 +00:00 |
|
Roman Krasiuk
|
2b1a34116d
|
chore(provider): simplify history unwind (#3355)
|
2023-06-23 15:47:55 +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 |
|
Matthias Seitz
|
e8b09cc59b
|
feat: add pending receipts (#3320)
|
2023-06-22 20:00:16 +00:00 |
|
joshieDo
|
68b93a88de
|
refactor: adds StorageReader / HashingWriter / HistoryWriter (#3285)
|
2023-06-22 14:08:27 +00:00 |
|
Bjerg
|
77167134d0
|
docs: document crate features (#3269)
|
2023-06-21 19:35:38 +00:00 |
|
Thomas Coratger
|
c481987558
|
feat(blockchain-tree): add Display for blocks in Chain (#3230)
|
2023-06-19 17:54:16 +00:00 |
|
Bjerg
|
c46c11b3d7
|
fix: don't send engine events for dupe payloads (#3231)
|
2023-06-19 13:25:21 +00:00 |
|
joshieDo
|
1049202f0f
|
chore: move update_pipeline_stages to StageCheckpointWriter (#3229)
|
2023-06-19 11:53:18 +00:00 |
|
joshieDo
|
96abde0965
|
chore: AccountProvider -> AccountReader & AccountWriter (#3228)
|
2023-06-19 11:46:47 +00:00 |
|
Matthias Seitz
|
dce1e655c5
|
perf: better state retrieval (#3221)
|
2023-06-19 08:56:34 +00:00 |
|
Roman Krasiuk
|
37e8f7b140
|
perf(provider): return empty ommers after merge (#3222)
|
2023-06-19 08:50:00 +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 |
|
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
|
81963a17cd
|
chore: remove unused methods on DatabaseProvider (#3196)
|
2023-06-16 10:51:14 +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 |
|
Bjerg
|
e8a5ba1d5f
|
perf: reduce more allocs (#3176)
|
2023-06-15 13:43:34 +00:00 |
|
Bjerg
|
64392209e9
|
perf: reduce allocations in changeset helpers (#3169)
|
2023-06-15 11:57:46 +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 |
|
Alexey Shekhirin
|
6752d624a1
|
refactor(stages): input target reached & output done checks (#3119)
|
2023-06-13 12:02:48 +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 |
|
Matthias Seitz
|
5b0536bd7b
|
feat: add util function for fetching tagged headers (#3097)
|
2023-06-12 05:58:39 +00:00 |
|
Waylon Jepsen
|
6ef3e12fac
|
Put ChainsSpecs in Arc<> (#3075)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-06-09 17:58:11 +00:00 |
|
Alexey Shekhirin
|
7eeecf0835
|
fix(storage): invalid stage checkpoints on unwind (#3029)
|
2023-06-06 13:18:26 -07:00 |
|
Dan Cline
|
c0fb169da4
|
fix: unwind on execution and senders errors (#2938)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-06-06 13:17:12 -07:00 |
|
Roman Krasiuk
|
b3bd98c370
|
chore(tree): first block naming (#3009)
|
2023-06-06 09:32:06 +00:00 |
|
Alexey Shekhirin
|
e1148c81a7
|
chore(consensus): emit warnings if no CL found (#2961)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-06-05 16:48:40 +00:00 |
|
Georgios Konstantopoulos
|
08900740bc
|
feat: Better progress reporting for stage checkpoints (#2982)
Co-authored-by: Alexey Shekhirin <a.shekhirin@gmail.com>
|
2023-06-05 16:10:46 +00:00 |
|
rakita
|
6fab79bbc2
|
bug(Tree): Commit from tree now calculates history indices (#2978)
|
2023-06-05 08:32:46 -07:00 |
|
Peter Davies
|
37fe44750d
|
Avoid querying unwritten values from changesets during historical lookups (#2966)
|
2023-06-05 03:09:11 +00:00 |
|
Matthias Seitz
|
25dd544468
|
fix: implement pending evm env (#2968)
|
2023-06-05 02:51:26 +00:00 |
|
Matthias Seitz
|
f042548689
|
perf: use final paris difficulty if configured (#2969)
|
2023-06-05 02:47:28 +00:00 |
|