joshieDo
|
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 |
|
Alexey Shekhirin
|
88f83fca39
|
feat(pruner): account history (#4000)
|
2023-08-02 14:12:53 +00:00 |
|
joshieDo
|
134fe81efb
|
feat(pruning): prune ChangeSets & History during pipeline (#3728)
|
2023-07-31 14:36:03 +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 |
|
Bjerg
|
dc74fad816
|
test: add support for seeded rng (#3270)
|
2023-06-21 21:35:28 +00:00 |
|
joshieDo
|
0d9e1f4997
|
chore: replaces tx.get::<Table> with provider methods (#3189)
|
2023-06-17 00:58:16 +00:00 |
|
joshieDo
|
209d2445b0
|
chore: rename ShareableDatabase to ProviderFactory (#3121)
|
2023-06-14 06:49:32 +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 |
|
Alexey Shekhirin
|
529c8e003c
|
refactor(stages): previous_stage -> target in ExecInput (#3030)
|
2023-06-08 12:55:06 +00:00 |
|
Alexey Shekhirin
|
3198af11ae
|
fix(pipeline): simplify previous_stage, respect max_block in metrics (#2989)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-06-05 12:59:32 -07:00 |
|
Roman Krasiuk
|
5d7eba6fb2
|
chore(primitives): move checkpoints under stage mod (#2906)
|
2023-05-30 17:14:13 +00:00 |
|
Roman Krasiuk
|
2478c9f11c
|
chore(stage): cleanup stage id (#2898)
|
2023-05-29 19:22:49 +00:00 |
|
Alexey Shekhirin
|
e4cd48aefd
|
feat(stages): rich checkpoint (#2701)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-05-18 20:45:50 +02:00 |
|
Matthias Seitz
|
352b55dc05
|
chore: rename Error to DatabaseError (#2718)
|
2023-05-17 15:21:46 +02:00 |
|
rakita
|
a739fab3f6
|
fix: Stage bench generation of data (#2329)
|
2023-04-21 12:35:31 +02:00 |
|
Roman Krasiuk
|
ec418d924d
|
feat(trie): read-only root calculation (#2233)
|
2023-04-21 02:36:48 -07:00 |
|
Bjerg
|
68d8506d8e
|
feat: block level indexing (#2275)
Co-authored-by: rakita <dragan0rakita@gmail.com>
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-04-20 15:03:48 -04:00 |
|
Roman Krasiuk
|
0759b30404
|
feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-04-12 09:48:33 -07:00 |
|
rakita
|
633d84ded0
|
feat: Refactor TransitionId tables, BlockBodyIndices table. (#2039)
|
2023-04-05 13:10:18 +02:00 |
|
Matthias Seitz
|
47b9738ede
|
chore: fix some typos (#2025)
|
2023-03-29 14:49:50 +02:00 |
|
Matthias Seitz
|
47878184b9
|
chore(deps): remove unused deps (#1779)
|
2023-03-15 22:47:14 +01:00 |
|
Matthias Seitz
|
ec7b9554f3
|
fix: fix clippy and broken code (#1761)
|
2023-03-15 04:56:46 -07:00 |
|
joshieDo
|
5b90cbc411
|
fix(stages): add commit threshold to merkle stage v2 (#1656)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-03-13 21:47:16 -07:00 |
|
rakita
|
42e3f56108
|
feat: refactor few stages to providers, introduce insert_block (#1474)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-03-01 13:42:45 -07:00 |
|
joshieDo
|
2884eae075
|
perf: bench merkle stage (#1497)
|
2023-02-28 23:20:00 -07:00 |
|
Matthias Seitz
|
dba6b24bde
|
chore: clippy fixes and make benches compile again (#1449)
|
2023-02-18 13:44:06 +01:00 |
|
Georgios Konstantopoulos
|
fad9c04b07
|
feat: Account Hashing Stage Benchmark (#1301)
Co-authored-by: joshieDo <ranriver@protonmail.com>
|
2023-02-17 15:28:46 +08:00 |
|
Matthias Seitz
|
eb2f5e4ea0
|
refactor/perf: use rayon spawn for recovery jobs (#1226)
|
2023-02-09 14:21:33 -08:00 |
|
joshieDo
|
7e68373f2d
|
perf(stages): Adds benchmark to TransactionLookupStage (#1130)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
Co-authored-by: Bjerg <onbjerg@users.noreply.github.com>
|
2023-02-09 13:10:12 -08:00 |
|
Georgios Konstantopoulos
|
d7d61ec2bc
|
bench: total difficulty (#1215)
|
2023-02-07 15:27:30 -08:00 |
|
Georgios Konstantopoulos
|
533e7c9cc5
|
perf(SendersRecovery): re-use Secp256K1 context for >2x speedup and add benches (#1171)
|
2023-02-04 17:09:32 -08:00 |
|