@txpipe/dolos 0.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.gitignore ADDED
@@ -0,0 +1,2 @@
1
+ /node_modules
2
+
package/CHANGELOG.md ADDED
@@ -0,0 +1,738 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [0.19.1] - 2025-01-25
6
+
7
+ ### ๐Ÿ› Bug Fixes
8
+
9
+ - Avoid glibc issues by fixing runner os (#442)
10
+
11
+ ### ๐Ÿ”ง Continuous Integration
12
+
13
+ - Use ubuntu-22.04 tag for runners (#443)
14
+
15
+ ## [0.19.0] - 2025-01-24
16
+
17
+ ### ๐Ÿš€ Features
18
+
19
+ - *(grpc)* Apply predicate on WatchTx (#384)
20
+ - *(serve)* Implement u5c chain-sync read-tip method (#391)
21
+ - *(grpc)* Honor intersect in watch module (#408)
22
+ - Introduce chain summary struct (#410)
23
+ - Support forcing protocol version at epoch 0 (#417)
24
+ - Implement phase-2 validation / evaluation (#421)
25
+ - Enable npm installer (#425)
26
+ - Call Pallas phase-1 validation during submit (#426)
27
+ - Support shelley genesis utxos (#437)
28
+ - Use hacks to keep gov action pparams updated (#436)
29
+ - Allow configurable ledger prune height (#440)
30
+
31
+ ### ๐Ÿ› Bug Fixes
32
+
33
+ - Add detail to IO error (#392)
34
+ - Relax mutability requirements on key structs (#414)
35
+ - Apply ledger genesis when WAL is at origin (#415)
36
+ - *(serve)* Allow pparams query on origin ledger (#416)
37
+ - Adjust mithril-client features for windows target (#418)
38
+ - Hardcode ada_per_utxo_byte transformation from words to bytes (#423)
39
+
40
+ ### ๐Ÿšœ Refactor
41
+
42
+ - Revisit pparams folding approach (#430)
43
+
44
+ ### ๐Ÿ“š Documentation
45
+
46
+ - Add missing conway_path in config section (#393)
47
+ - Add custom network example (#419)
48
+
49
+ ### ๐Ÿ”ง Continuous Integration
50
+
51
+ - Disable windows builds until upstream issues are resolved (#441)
52
+ - Build docker image on push to main branch (#428)
53
+
54
+ ### ๐Ÿงช Testing
55
+
56
+ - Fix genesis utxo tests (#439)
57
+
58
+ ### โš™๏ธ Miscellaneous Tasks
59
+
60
+ - Fix lint issues (#388)
61
+ - Fix lint warnings from latest clippy (#390)
62
+ - Add conway genesis files to examples (#380)
63
+ - Fix lint warnings (#438)
64
+ - Release dolos version 0.19.0
65
+
66
+ ## [0.18.2] - 2024-11-02
67
+
68
+ ### ๐Ÿ› Bug Fixes
69
+
70
+ - Use s3 accelerate endpoint for snapshots (#377)
71
+
72
+ ### โš™๏ธ Miscellaneous Tasks
73
+
74
+ - Release dolos version 0.18.2
75
+
76
+ ## [0.18.1] - 2024-10-25
77
+
78
+ ### ๐Ÿ› Bug Fixes
79
+
80
+ - Adjust ignored failing test after refactor (#372)
81
+ - Include Conway genesis in Docker image (#373)
82
+
83
+ ### โš™๏ธ Miscellaneous Tasks
84
+
85
+ - Fix lint warnings (#374)
86
+ - Release dolos version 0.18.1
87
+
88
+ ## [0.18.0] - 2024-10-24
89
+
90
+ ### ๐Ÿš€ Features
91
+
92
+ - Add flag to quit when reaching tip (#369)
93
+
94
+ ### ๐Ÿ› Bug Fixes
95
+
96
+ - Fix openssl dependency regression (#368)
97
+ - Avoid double open of wal during bootstrap (#371)
98
+
99
+ ### โš™๏ธ Miscellaneous Tasks
100
+
101
+ - Release dolos version 0.18.0
102
+
103
+ ## [0.17.0] - 2024-10-17
104
+
105
+ ### ๐Ÿš€ Features
106
+
107
+ - Skip redundant bootstrap in overriding init (#364)
108
+
109
+ ### ๐Ÿ› Bug Fixes
110
+
111
+ - Apply missing pparams in update logic (#361)
112
+
113
+ ### โš™๏ธ Miscellaneous Tasks
114
+
115
+ - Release dolos version 0.17.0
116
+
117
+ ## [0.16.0] - 2024-10-13
118
+
119
+ ### ๐Ÿš€ Features
120
+
121
+ - Introduce direct snapshot bootstrap (#336)
122
+ - Automate WAL housekeeping procedure (#347)
123
+ - Allow manual wal pruning via CLI (#349)
124
+ - Ask for history pruning during init (#351)
125
+ - Improve bootstrap experience (#353)
126
+ - Trigger bootstrap right after init (#354)
127
+
128
+ ### ๐Ÿ› Bug Fixes
129
+
130
+ - Fix typo in bootstrap question (#271)
131
+ - Fix build / lint issues (#346)
132
+ - Make CORS config optional (#348)
133
+ - Avoid crashing on WAL pruning edge case (#350)
134
+ - Use saturating substract in housekeeping logic (#355)
135
+
136
+ ### ๐Ÿ“š Documentation
137
+
138
+ - Add reference to wal history setting (#352)
139
+
140
+ ### โš™๏ธ Miscellaneous Tasks
141
+
142
+ - Update blaze docs with latest version (#338)
143
+ - Add support for CORS in gRPC-web (#339)
144
+ - Fix lint warnings (#356)
145
+ - Release dolos version 0.16.0
146
+
147
+ ## [0.15.1] - 2024-09-07
148
+
149
+ ### ๐Ÿ› Bug Fixes
150
+
151
+ - Use u5c mapping that supports Conway (#333)
152
+ - Use CF backbone as default relay (#335)
153
+
154
+ ### ๐Ÿ“š Documentation
155
+
156
+ - Add Blaze example (#334)
157
+
158
+ ### โš™๏ธ Miscellaneous Tasks
159
+
160
+ - Release dolos version 0.15.1
161
+
162
+ ## [0.15.0] - 2024-09-06
163
+
164
+ ### ๐Ÿ› Bug Fixes
165
+
166
+ - Provide initial mempool tx stage when asked (#330)
167
+
168
+ ### ๐Ÿšœ Refactor
169
+
170
+ - Move pparams mapping to Pallas (#324)
171
+ - Simplify tx submit pipeline (#327)
172
+
173
+ ### โš™๏ธ Miscellaneous Tasks
174
+
175
+ - *(serve)* Implement ReadParams method in u5c server (#304)
176
+ - Update Pallas to v0.30.1 (#328)
177
+ - Release dolos version 0.15.0
178
+
179
+ ## [0.14.1] - 2024-08-03
180
+
181
+ ### ๐Ÿ› Bug Fixes
182
+
183
+ - Don't panic on Conway certs (#319)
184
+
185
+ ### โš™๏ธ Miscellaneous Tasks
186
+
187
+ - Release dolos version 0.14.1
188
+
189
+ ## [0.14.0] - 2024-08-02
190
+
191
+ ### ๐Ÿš€ Features
192
+
193
+ - Add find WAL sequence utility (#317)
194
+
195
+ ### ๐Ÿ› Bug Fixes
196
+
197
+ - *(serve)* Use correct function to filter utxos by asset (#313)
198
+ - *(serve)* Skip the first block in the follow-tip grpc API (#298)
199
+ - *(serve)* Send reset event on follow-tip intersect (#318)
200
+
201
+ ### โš™๏ธ Miscellaneous Tasks
202
+
203
+ - Upgrade Pallas to use u5c v0.8 (#315)
204
+ - Release dolos version 0.14.0
205
+
206
+ ## [0.13.1] - 2024-07-19
207
+
208
+ ### ๐Ÿ› Bug Fixes
209
+
210
+ - *(bootstrap)* Save ledger to disk before attempting upgrade (#310)
211
+
212
+ ### ๐Ÿšœ Refactor
213
+
214
+ - *(state)* Treat address parsing as a fallible operation (#309)
215
+
216
+ ### โš™๏ธ Miscellaneous Tasks
217
+
218
+ - Use Pallas edge with long address fix (#311)
219
+ - Release dolos version 0.13.1
220
+
221
+ ## [0.13.0] - 2024-07-18
222
+
223
+ ### ๐Ÿš€ Features
224
+
225
+ - Bootstrap in-memory and with defered indexes (#308)
226
+
227
+ ### ๐Ÿ› Bug Fixes
228
+
229
+ - *(state)* Use cursor value to decide if db is empty (#302)
230
+
231
+ ### โš™๏ธ Miscellaneous Tasks
232
+
233
+ - Release dolos version 0.13.0
234
+
235
+ ## [0.12.0] - 2024-07-16
236
+
237
+ ### ๐Ÿš€ Features
238
+
239
+ - *(serve)* Include raw-bytes in follow-tip method (#299)
240
+ - Implement state storage v2 (#295)
241
+
242
+ ### โš™๏ธ Miscellaneous Tasks
243
+
244
+ - Update Pallas with u5c spec v0.7.0 (#300)
245
+ - Update Pallas to v0.29 (#301)
246
+ - Release dolos version 0.12.0
247
+
248
+ ## [0.11.1] - 2024-07-14
249
+
250
+ ### ๐Ÿ› Bug Fixes
251
+
252
+ - *(serve)* Don't break socket listening loop on connect error (#297)
253
+
254
+ ### โš™๏ธ Miscellaneous Tasks
255
+
256
+ - Update Pallas with input ordering interop fix (#296)
257
+ - Release dolos version 0.11.1
258
+
259
+ ## [0.11.0] - 2024-07-13
260
+
261
+ ### ๐Ÿšœ Refactor
262
+
263
+ - Split ledger into state and transition (#288)
264
+ - Support side-by-side state schemas (#290)
265
+
266
+ ### โš™๏ธ Miscellaneous Tasks
267
+
268
+ - Update u5c spec to v0.6 (#289)
269
+ - Update Pallas with redeemer interop fix (#291)
270
+ - Release dolos version 0.11.0
271
+
272
+ ## [0.10.1] - 2024-07-05
273
+
274
+ ### ๐Ÿ› Bug Fixes
275
+
276
+ - Change Mithril dep to use rustls (#284)
277
+
278
+ ### ๐Ÿ“š Documentation
279
+
280
+ - Simplify readme (#281)
281
+
282
+ ### โš™๏ธ Miscellaneous Tasks
283
+
284
+ - Release dolos version 0.10.1
285
+
286
+ ## [0.10.0] - 2024-06-24
287
+
288
+ ### ๐Ÿš€ Features
289
+
290
+ - Implement input resolver for gRPC endpoint (#149)
291
+ - Implement utxorpc watch module (#270)
292
+ - Integrate tokio traces & debug console (#275)
293
+ - *(storage)* Allow configurable cache size (#277)
294
+
295
+ ### ๐Ÿ› Bug Fixes
296
+
297
+ - Handle SIGTERM for graceful shutdown (#273)
298
+ - *(grpc)* Avoid panic in hash value parsing (#274)
299
+
300
+ ### ๐Ÿšœ Refactor
301
+
302
+ - *(grpc)* Improve sync mapping (#276)
303
+
304
+ ### ๐Ÿ“š Documentation
305
+
306
+ - Improve configuration docs (#260)
307
+ - Add bootstrap instructions (#261)
308
+ - Add quickstart guide (#262)
309
+ - Improve running instructions (#263)
310
+ - Improve API documentation (#264)
311
+ - Document latest config changes (#279)
312
+
313
+ ### ๐Ÿ”ง Continuous Integration
314
+
315
+ - Remove mdbook workflow (#203)
316
+
317
+ ### ๐Ÿงช Testing
318
+
319
+ - Implement pparams testing (#217)
320
+
321
+ ### โš™๏ธ Miscellaneous Tasks
322
+
323
+ - Update Pallas to v0.27 (#265)
324
+ - Reset example configs (#269)
325
+ - Release dolos version 0.10.0
326
+
327
+ ## [0.9.0] - 2024-05-28
328
+
329
+ ### ๐Ÿš€ Features
330
+
331
+ - Improve cli entry-point ux (#232)
332
+ - Implement ledger compact logic (#235)
333
+ - Improve bootstrap procedure (#237)
334
+ - Add wal integrity doctor utility (#240)
335
+ - Add util to output wal data (#242)
336
+ - Add utility to trim wal db (#244)
337
+ - Implement n2c chainsync (#248)
338
+ - Introduce config init command (#249)
339
+ - Add next step msg on init finish (#251)
340
+
341
+ ### ๐Ÿ› Bug Fixes
342
+
343
+ - Fix bad equality op messing up rollbacks (#243)
344
+ - Implement missing chainsync logic (#245)
345
+ - Ensure graceful shutdown (#250)
346
+ - Use filepath to check empty stores (#252)
347
+
348
+ ### ๐Ÿšœ Refactor
349
+
350
+ - Use unapplied deltas in ledger slice (#234)
351
+ - Remove chain db in favor of wal (#238)
352
+ - Ensure wal is initialized on every open (#239)
353
+
354
+ ### ๐Ÿ“š Documentation
355
+
356
+ - Improve installation instructions (#233)
357
+
358
+ ### ๐Ÿ”ง Continuous Integration
359
+
360
+ - Enable linux aarch64 builds (#231)
361
+ - Restore docker builds (#255)
362
+ - Fix docker arm build (#256)
363
+
364
+ ### ๐Ÿงช Testing
365
+
366
+ - Add WAL tests (#241)
367
+
368
+ ### โš™๏ธ Miscellaneous Tasks
369
+
370
+ - Fix lint warnings (#246)
371
+ - Tidy up info-level tracing (#247)
372
+ - Migrate to git-cliff for changelog updates (#253)
373
+ - Remove legacy ci files (#254)
374
+ - Exclude heavy features from Pallas (#257)
375
+ - Move release config to cargo toml (#258)
376
+ - Update example config files (#259)
377
+ - Release dolos version 0.9.0
378
+
379
+ ## [0.8.0] - 2024-05-18
380
+
381
+ ### ๐Ÿš€ Features
382
+
383
+ - Create bootstrap download dir if it doesn't exist (#211)
384
+ - Improve bootstrap command (#222)
385
+ - Implement chainsync ouroboros server (#88)
386
+ - Add ledger repair warning (#227)
387
+ - Bring back `serve` command (#229)
388
+
389
+ ### ๐Ÿ› Bug Fixes
390
+
391
+ - Fix example configs after refactor (#209)
392
+
393
+ ### ๐Ÿ”ง Continuous Integration
394
+
395
+ - Add alonzo genesis files to docker (#224)
396
+ - Migrate to cargo-dist (#225)
397
+ - Fix arm release builds
398
+
399
+ ### โš™๏ธ Miscellaneous Tasks
400
+
401
+ - Scaffold stateful u5c interop (#226)
402
+ - Update gasket to v0.8 (#228)
403
+ - Apply lint warnings (#230)
404
+ - Release dolos version 0.8.0
405
+
406
+ ## [0.7.0] - 2024-04-20
407
+
408
+ ### ๐Ÿš€ Features
409
+
410
+ - Introduce query db (#192)
411
+ - Introduce `doctor` command (#204)
412
+ - Implement basic u5c query module (#205)
413
+
414
+ ### ๐Ÿ› Bug Fixes
415
+
416
+ - *(applydb)* Revert wrong invalid tx filter (#195)
417
+
418
+ ### ๐Ÿšœ Refactor
419
+
420
+ - Merge submit endpoint into general gRPC server (#196)
421
+ - Use Redb for ledger data (#199)
422
+ - Improve config field naming (#206)
423
+
424
+ ### ๐Ÿ“š Documentation
425
+
426
+ - Migrate to Nextra (#201)
427
+ - Update docs with latest config changes (#207)
428
+
429
+ ### ๐Ÿ”ง Continuous Integration
430
+
431
+ - Update go to 1.21 (#198)
432
+
433
+ ### โš™๏ธ Miscellaneous Tasks
434
+
435
+ - Remove hardcoded protocol params (#191)
436
+ - Fix lint warnings for v0.7 (#208)
437
+
438
+ ### Release
439
+
440
+ - V0.7.0
441
+
442
+ ## [0.7.0-alpha.5] - 2024-04-01
443
+
444
+ ### ๐Ÿš€ Features
445
+
446
+ - Implement submit pipeline (#150)
447
+
448
+ ### ๐Ÿ› Bug Fixes
449
+
450
+ - Compute epoch directly from Shelley genesis (#186)
451
+ - *(sync)* Restart stage on blockfetch failure (#187)
452
+
453
+ ### ๐Ÿšœ Refactor
454
+
455
+ - *(sync)* Fetch blocks in batches (#189)
456
+
457
+ ### ๐Ÿ“š Documentation
458
+
459
+ - Draft ADR for extra ledger queries (#178)
460
+
461
+ ### ๐Ÿ”ง Continuous Integration
462
+
463
+ - Migrate to artifact action v4 (#188)
464
+ - Add new testnet genesis to docker build
465
+
466
+ ### Release
467
+
468
+ - V0.7.0-alpha.5
469
+
470
+ ## [0.7.0-alpha.4] - 2024-02-21
471
+
472
+ ### ๐Ÿš€ Features
473
+
474
+ - Integrate Babbage phase-1 validations (#169)
475
+
476
+ ### โš™๏ธ Miscellaneous Tasks
477
+
478
+ - Update Pallas with latest Babbage validations (#170)
479
+
480
+ ### Release
481
+
482
+ - V0.7.0-alpha.4
483
+
484
+ ## [0.7.0-alpha.3] - 2024-02-14
485
+
486
+ ### ๐Ÿš€ Features
487
+
488
+ - Mithril client increments snapshot statistics (#157)
489
+ - Add shelley configs to docker image (#168)
490
+
491
+ ### ๐Ÿ› Bug Fixes
492
+
493
+ - *(serve)* Handle intersection arg in follow tip (#162)
494
+
495
+ ### ๐Ÿ“š Documentation
496
+
497
+ - Add installation guide link to README (#153)
498
+
499
+ ### โš™๏ธ Miscellaneous Tasks
500
+
501
+ - Update u5c specs to v0.3 (#159)
502
+
503
+ ### Release
504
+
505
+ - V0.7.0-alpha.3 (#163)
506
+
507
+ ## [0.7.0-alpha.2] - 2024-01-20
508
+
509
+ ### ๐Ÿš€ Features
510
+
511
+ - *(serve)* Add gRPC reflection (#147)
512
+ - Integrate Alonzo phase-1 validations (#151)
513
+
514
+ ### Release
515
+
516
+ - V0.7.0-alpha.2 (#152)
517
+
518
+ ## [0.7.0-alpha.1] - 2023-12-16
519
+
520
+ ### ๐Ÿš€ Features
521
+
522
+ - Provide install script (#120)
523
+ - Implement Mithril bootstrap mechanism (#129)
524
+ - Integrate Pallas phase-1 validation function (#127)
525
+ - Implement protocol params update logic (#135)
526
+ - Make phase-1 validations optional (#136)
527
+
528
+ ### ๐Ÿ› Bug Fixes
529
+
530
+ - Execute wal pruning after a few blocks (#137)
531
+ - Make Mithril dependency optional (#140)
532
+ - Remove Mithril from cross builds (#141)
533
+
534
+ ### ๐Ÿ“š Documentation
535
+
536
+ - Improve documentation outline (#121)
537
+ - Add october long-running test results (#122)
538
+ - Add Byron phase-1 resource footprint benchmark (#124)
539
+ - Fix missing items in ToC (#125)
540
+
541
+ ### ๐Ÿ”ง Continuous Integration
542
+
543
+ - Fix arm linux compile target (#139)
544
+
545
+ ### Release
546
+
547
+ - V0.7.0-alpha.1 (#138)
548
+
549
+ ## [0.6.0] - 2023-10-19
550
+
551
+ ### ๐Ÿš€ Features
552
+
553
+ - Include genesis files in docker image (#107)
554
+ - Improve sync progress logs (#110)
555
+ - Add basic data status command (#111)
556
+ - Improve logging options (#117)
557
+
558
+ ### ๐Ÿ› Bug Fixes
559
+
560
+ - Use new debain as docker base image (#106)
561
+ - Ensure consistency between chain and ledger (#108)
562
+ - *(storage)* Take into account same-block utxos (#116)
563
+ - Avoid stage timeout when waiting for blocks (#119)
564
+
565
+ ### โš™๏ธ Miscellaneous Tasks
566
+
567
+ - Add preprod sync example (#109)
568
+
569
+ ### Release
570
+
571
+ - V0.6.0 (#118)
572
+
573
+ ## [0.5.0] - 2023-10-14
574
+
575
+ ### ๐Ÿš€ Features
576
+
577
+ - Allow retry policy via config (#81)
578
+ - Serve Ouroboros BlockFetch N2N miniprotocol (#83)
579
+ - Compute genesis utxos (#89)
580
+
581
+ ### ๐Ÿšœ Refactor
582
+
583
+ - *(rolldb)* Use iterator for chain rollback delete (#85)
584
+ - *(sync)* Turn apply stage into end of pipeline (#86)
585
+ - *(serve)* Unify serve bootstrapping procedure (#87)
586
+ - Migrate to Pallas RollDB (#102)
587
+
588
+ ### ๐Ÿ“š Documentation
589
+
590
+ - Fix daemon example (#80)
591
+
592
+ ### ๐Ÿ”ง Continuous Integration
593
+
594
+ - Improve release workflow (#104)
595
+
596
+ ### โš™๏ธ Miscellaneous Tasks
597
+
598
+ - Remove unused deps (#92)
599
+ - Fix lint warnings (#105)
600
+
601
+ ### Release
602
+
603
+ - V0.5.0
604
+
605
+ ## [0.4.1] - 2023-07-27
606
+
607
+ ### Release
608
+
609
+ - V0.4.1
610
+
611
+ ## [0.4.0] - 2023-07-26
612
+
613
+ ### ๐Ÿš€ Features
614
+
615
+ - Implement follow-tip as part of pipeline (#74)
616
+ - Add async streaming for rolldb (#75)
617
+
618
+ ### ๐Ÿšœ Refactor
619
+
620
+ - Implement follow-tip using rolldb streaming (#77)
621
+
622
+ ### Release
623
+
624
+ - V0.4.0
625
+
626
+ ## [0.3.0] - 2023-06-21
627
+
628
+ ### ๐Ÿš€ Features
629
+
630
+ - Introduce StateDB (#66)
631
+ - *(sync)* Introduce apply stage (#67)
632
+ - Enable gRPC-web connections (#69)
633
+ - Add client auth via TLS (#70)
634
+
635
+ ### ๐Ÿšœ Refactor
636
+
637
+ - *(rolldb)* Replace macro with trait (#50)
638
+ - Use Pallas interop for u5c mappings (#65)
639
+
640
+ ### ๐Ÿ“š Documentation
641
+
642
+ - Add usage section (#71)
643
+ - Add long-running benchmark (#72)
644
+
645
+ ### ๐Ÿงช Testing
646
+
647
+ - Add upstream integration test (#64)
648
+
649
+ ### โš™๏ธ Miscellaneous Tasks
650
+
651
+ - Prepare for multiple dbs (#63)
652
+ - Fix lint issues (#73)
653
+
654
+ ### Release
655
+
656
+ - V0.3.0
657
+
658
+ ## [0.2.1] - 2023-05-11
659
+
660
+ ### ๐Ÿš€ Features
661
+
662
+ - Introduce grpc serve config (#48)
663
+
664
+ ### ๐Ÿ› Bug Fixes
665
+
666
+ - Use info log level by default (#49)
667
+
668
+ ## [0.2.0] - 2023-05-10
669
+
670
+ ### ๐Ÿš€ Features
671
+
672
+ - Add PoC gRPC endpoint (#25)
673
+ - *(rolldb)* Implement wal compaction (#26)
674
+ - *(rolldb)* Implement paged chain reads (#27)
675
+ - *(downstream)* Introduce dump-history endpoint (#28)
676
+ - Introduce daemon (sync+serve) command (#29)
677
+ - Use rolldb to define chainsync intersect (#45)
678
+
679
+ ### ๐Ÿšœ Refactor
680
+
681
+ - Use macros for rolldb (#24)
682
+
683
+ ### ๐Ÿ“š Documentation
684
+
685
+ - Add installation section (#21)
686
+ - Fix book title (#22)
687
+
688
+ ### ๐Ÿ”ง Continuous Integration
689
+
690
+ - Enable dependabot (#32)
691
+
692
+ ### โš™๏ธ Miscellaneous Tasks
693
+
694
+ - Upgrade gasket / pallas versions (#23)
695
+ - Add community docs (#31)
696
+ - Improve module naming conventions (#46)
697
+ - Add example configuration (#47)
698
+
699
+ ## [0.1.0] - 2023-01-11
700
+
701
+ ### ๐Ÿš€ Features
702
+
703
+ - Introduce ChainSync stage (#2)
704
+ - Introduce storage module (#3)
705
+ - Implement upstream block-fetch stage (#7)
706
+ - Introduce RollDB for chain persistence (#8)
707
+ - Introduce upstream reducer stage (#9)
708
+ - Introduce 'sync' entrypoint (#11)
709
+ - Introduce config mechanism (#15)
710
+
711
+ ### ๐Ÿ› Bug Fixes
712
+
713
+ - Fix test concurrency issues (#18)
714
+
715
+ ### ๐Ÿšœ Refactor
716
+
717
+ - Use Rayon for plexer stage (#5)
718
+
719
+ ### ๐Ÿ”ง Continuous Integration
720
+
721
+ - Implement validation workflow (#13)
722
+ - Implement release workflow (#19)
723
+ - Add mdbook workflow (#20)
724
+
725
+ ### ๐Ÿงช Testing
726
+
727
+ - Add chainsync integration test (#6)
728
+
729
+ ### โš™๏ธ Miscellaneous Tasks
730
+
731
+ - Scaffold Rust project (#1)
732
+ - Implement multiplexer stage (#4)
733
+ - Automate changelog generation (#12)
734
+ - Use remote deps instead of local (#14)
735
+ - Trace errors instead of dropping them (#16)
736
+ - Fix lint warnings (#17)
737
+
738
+ <!-- generated by git-cliff -->