Commit Graph

313 Commits

Author SHA1 Message Date
3637482f3a chore(stages): raise transaction based commit thresholds (#3128) 2023-06-13 15:38:56 -07:00
6752d624a1 refactor(stages): input target reached & output done checks (#3119) 2023-06-13 12:02:48 +00:00
0561675bb9 feat(trie): convert vec to Bytes in Nibbles (#3120) 2023-06-13 11:49:05 +00:00
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
7ec4b0a5cf Revert "refactor(stages): input target reached & output done checks" (#3114) 2023-06-12 10:19:46 -07:00
9a8c680e0f refactor(stages): input target reached & output done checks (#3106) 2023-06-12 16:12:19 +00:00
e0cdb0bc0b fix(stages): save full block range to index history checkpoint (#3107) 2023-06-12 15:14:39 +00:00
86a130b683 chore(clippy): make clippy happy (#3090) 2023-06-10 11:59:56 +00:00
1ff26dd2fd feat(stages): unwind on detached local head (#3066) 2023-06-09 17:35:46 +00:00
c2c2378714 chore(stages): add missing TD stage to doc comment (#3086) 2023-06-09 17:27:29 +00:00
8a2281e4c9 fix(stages): check for empty block range and return previous checkpoint (#3008) 2023-06-09 16:58:03 +00:00
6c56e9b143 chore(stages): cleanup execute/unwind logs (#3055) 2023-06-08 17:13:53 +00:00
529c8e003c refactor(stages): previous_stage -> target in ExecInput (#3030) 2023-06-08 12:55:06 +00:00
7cc69d52c6 feat(stages): remove changeset commit threshold in Execution (#3050) 2023-06-08 09:34:25 +00:00
99a314c59b feat(stages): normalized tx lookup commits (#3022) 2023-06-07 13:44:45 +00:00
8ffcb3124d fix: fix error types in recover_sender utility fn (#3042) 2023-06-06 15:34:47 -07:00
5345d0c1b8 feat(stages): bodies & TD progress (#3010) 2023-06-06 13:58:51 -07:00
0bf360e460 feat(stages): normalized sender recovery commits (#3013)
Co-authored-by: Georgios Konstantopoulos <me@gakonst.com>
2023-06-06 13:51:19 -07:00
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
171166e84a chore: add msrv to manifests, add and use workspace.package (#3006) 2023-06-06 03:45:44 +00:00
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
50d325f1bc chore(stages): rewrite index history stage comments as doc (#2993) 2023-06-05 17:43:51 +00:00
d2c68edf23 feat: rework logs (#2988) 2023-06-05 17:43:14 +00:00
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
10717a7cc3 chore: apply same impl order (#2937) 2023-05-31 22:44:34 +00:00
9a0aeea543 feat(bin, pipeline): report pipeline progress (#2932) 2023-05-31 22:17:33 +00:00
1641f555f2 feat: use buffered ancestor to determine sync target (#2802)
Co-authored-by: Roman Krasiuk <rokrassyuk@gmail.com>
2023-05-31 18:06:16 +00:00
5d7eba6fb2 chore(primitives): move checkpoints under stage mod (#2906) 2023-05-30 17:14:13 +00:00
4384767187 chore(sync): always record storage slot checkpoint (#2911) 2023-05-30 09:56:32 +00:00
32772ca5dc perf(storage): use delete_current when possible (#2909) 2023-05-30 08:52:07 +00:00
cb3e221273 fix(stages): unwind receipts in execution stage (#2900) 2023-05-30 07:15:58 +00:00
2478c9f11c chore(stage): cleanup stage id (#2898) 2023-05-29 19:22:49 +00:00
e703973dc6 fix(stages): reset Merkle checkpoint (#2877) 2023-05-29 11:42:16 +00:00
01d264c9ae chore(stages): use helper function for checkpoint.unwrap_or_default() (#2858) 2023-05-26 12:22:25 +00:00
10b577096b chore(metrics): restructure crates (#2850) 2023-05-26 12:21:48 +00:00
966b31c191 chore(sync): rename headers progress to checkpoint (#2855) 2023-05-26 11:01:01 +00:00
0e9c05781e chore(sync): increase merkle clean threshold (#2848) 2023-05-26 06:41:02 +00:00
318107ed18 feat(cli): execution debug script (#2619) 2023-05-26 02:02:46 +00:00
46e95337db feat(stages): always report entities processed & total metrics (#2824) 2023-05-26 02:02:27 +00:00
d6ccab1ddc chore: improve stage checkpoint logs (#2823) 2023-05-25 18:21:21 +04:00
f00dc091de docs: add list of all stages (#2826) 2023-05-25 15:47:37 +02:00
7423fc36f0 chore: use Instant::elapsed (#2834) 2023-05-25 15:46:48 +02:00
dfcca695df fix: update rpc on continuous sync (#2707) 2023-05-24 15:52:01 -04:00
0b81096f8b feat(stages): checkpoint downloaded headers (#2798) 2023-05-24 20:51:41 +04:00
199137d90e chore(pipeline): remove tip_tx debugging-only comments (#2799) 2023-05-23 16:21:23 +02:00
7273ce8028 feat(stages): checkpoint hashing stages into a new table (#2735) 2023-05-22 07:12:46 -07:00
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