|
|
e4cd48aefd
|
feat(stages): rich checkpoint (#2701)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-05-18 20:45:50 +02:00 |
|
|
|
352b55dc05
|
chore: rename Error to DatabaseError (#2718)
|
2023-05-17 15:21:46 +02:00 |
|
|
|
fd45c8726d
|
chore: executor error cleanup (#2709)
|
2023-05-17 11:13:08 +02:00 |
|
|
|
9a4244867f
|
refactor: cleanup Providererror (#2710)
|
2023-05-17 11:00:55 +02:00 |
|
|
|
9b79218c18
|
fix(p2p): network sync state (#2699)
|
2023-05-16 22:24:40 +02:00 |
|
|
|
ae2b0954c6
|
perf: do not compile traces in release mode (#2652)
|
2023-05-15 17:06:10 -07:00 |
|
|
|
a0b6b207a6
|
chore(poststate): size hint (#2653)
|
2023-05-12 14:22:58 -07:00 |
|
|
|
748f90ed3c
|
fix: unwind stages with respect to commit threshold (#2500)
|
2023-05-12 10:50:47 -07:00 |
|
|
|
e34cdc4e0d
|
feat: extend engine syncing with single block downloads (#2626)
|
2023-05-12 15:02:45 +02:00 |
|
|
|
ab55ea5e04
|
fix(execution): extend poststate before threshold check (#2602)
|
2023-05-08 15:13:08 +02:00 |
|
|
|
09f1a5b640
|
feat(execution): state change size based commits (#2494)
|
2023-05-05 09:57:16 -07:00 |
|
|
|
3dd27782e1
|
refactor: give Pipeline a database (#2558)
|
2023-05-04 12:27:53 -07:00 |
|
|
|
209911c10c
|
chore: add pipeline field docs and remove continous (#2550)
|
2023-05-04 19:50:38 +02:00 |
|
|
|
90fa586ced
|
refactor: remove SyncstateUpdater generics and use boxed instead (#2534)
|
2023-05-03 04:57:28 -07:00 |
|
|
|
159a856373
|
fix: sync to max block (#2527)
|
2023-05-02 20:51:53 +02:00 |
|
|
|
be87dcc682
|
fix(stage): merkle checkpoint target (#2512)
|
2023-05-02 06:04:00 -07:00 |
|
|
|
7f764028d2
|
feat(cli): consensus engine events (#2473)
|
2023-05-01 17:46:03 +02:00 |
|
|
|
1651009c19
|
fix(stages): transaction block lookup (#2481)
|
2023-04-30 14:32:45 +02:00 |
|
|
|
d146bb86f6
|
chore(clippy): make clippy happy (#2475)
|
2023-04-30 11:40:43 +02:00 |
|
|
|
576f33b151
|
fix: consensus validation method typo (#2432)
|
2023-04-27 16:04:50 +02:00 |
|
|
|
d6aa7e0f91
|
feat: add stagekind enum and initialise syncstage table (#2426)
|
2023-04-27 14:18:10 +02:00 |
|
|
|
837555e296
|
chore(consensus): Clear up the naming and intention behind checks (#2415)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
|
2023-04-26 18:04:36 +02:00 |
|
|
|
57a19f91f0
|
nit: fix typo in merkle stage (#2413)
|
2023-04-26 18:37:50 +03:00 |
|
|
|
ccdaa74e41
|
fix: drive pipeline forever in debug.continuous (#2375)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
|
2023-04-25 10:39:51 -07:00 |
|
|
|
f373731262
|
feat: add StateRootProvider trait (#2383)
|
2023-04-25 05:54:01 -07:00 |
|
|
|
b4d69e68dc
|
perf: remove redundant ommers sealing (#2386)
|
2023-04-25 05:53:16 -07:00 |
|
|
|
e2c27073e6
|
fix: use a gauge for mgas_processed metric (#2353)
|
2023-04-23 14:06:44 +02:00 |
|
|
|
370c39525a
|
feat(stages): Simplify TD stage (#2344)
|
2023-04-21 20:56:13 +02:00 |
|
|
|
1169d75d1d
|
fix: track exact number of transactions (#2343)
|
2023-04-21 20:14:39 +02:00 |
|
|
|
6d54baefdf
|
style: use clear over truncate(0) (#2338)
|
2023-04-21 14:19:23 +02:00 |
|
|
|
ec94783e96
|
perf(trie): swap trie updates BTreeMap for HashMap (#2330)
|
2023-04-21 05:07:07 -07:00 |
|
|
|
a739fab3f6
|
fix: Stage bench generation of data (#2329)
|
2023-04-21 12:35:31 +02:00 |
|
|
|
ec418d924d
|
feat(trie): read-only root calculation (#2233)
|
2023-04-21 02:36:48 -07:00 |
|
|
|
9452b3658b
|
feat(db): Don't store TxHash when writing to the table (#2279)
|
2023-04-21 11:15:52 +02:00 |
|
|
|
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 |
|
|
|
db1e6cbeea
|
chore: rename executor -> blockchain-tree (#2285)
|
2023-04-17 16:32:18 +02:00 |
|
|
|
e27ed92d1e
|
fix(cli): event reporting (#2273)
|
2023-04-16 18:56:12 +02:00 |
|
|
|
154ece7665
|
fix: simplify SyncState and fix wrong update (#2256)
|
2023-04-15 01:31:09 +02:00 |
|
|
|
9a5e15f33d
|
fix(merkle): small merkle test flake (#2234)
|
2023-04-13 14:47:28 -04:00 |
|
|
|
0759b30404
|
feat(trie): state root (#2206)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-04-12 09:48:33 -07:00 |
|
|
|
0a34f28bfb
|
perf: use par_sort on TxLookup stage (#2137)
|
2023-04-11 15:56:54 +02:00 |
|
|
|
c1d128eb7a
|
chore: add some traces (#2127)
|
2023-04-05 18:22:09 +03:00 |
|
|
|
7c18ba8ed3
|
perf(db): RawTable, decode/encode only if needed (#2081)
|
2023-04-05 14:46:10 +02:00 |
|
|
|
633d84ded0
|
feat: Refactor TransitionId tables, BlockBodyIndices table. (#2039)
|
2023-04-05 13:10:18 +02:00 |
|
|
|
e4a428e29b
|
refactor: move executors to revm crate (#2076)
|
2023-04-03 17:01:36 +02:00 |
|
|
|
7576ee33f0
|
feat: Add autoseal consensus and downloaders (#1880)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
Co-authored-by: Dan Cline <6798349+Rjected@users.noreply.github.com>
|
2023-03-31 11:51:52 -07:00 |
|
|
|
b1643f4ca6
|
refactor: simplify fetching blocks (#2060)
|
2023-03-31 10:27:21 -07:00 |
|
|
|
8eba4cad2c
|
perf: don't execute empty blocks (#2064)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
|
2023-03-31 10:22:59 -07:00 |
|
|
|
ff6eb5a499
|
fix: make transaction errors in stages fatal (#2062)
|
2023-03-31 16:24:50 +02:00 |
|
|
|
1e3583aee8
|
refactor: remove magic constant (#2061)
|
2023-03-31 16:24:27 +02:00 |
|