Releases: txpipe/dolos
Releases · txpipe/dolos
v0.2.1
v0.2.0
v0.2.0 (2023-05-10)
Features
- use rolldb to define chainsync intersect (#45)
- introduce daemon (sync+serve) command (#29)
- add PoC gRPC endpoint (#25)
- downstream: introduce dump-history endpoint (#28)
- rolldb: implement paged chain reads (#27)
- rolldb: implement wal compaction (#26)
Docs
Code Refactoring
- use macros for rolldb (#24)
Continuous Integration
- enable dependabot (#32)
Chore
v0.1.0
v0.1.0 (2023-01-11)
Features
- Introduce config mechanism (#15)
- Introduce 'sync' entrypoint (#11)
- Introduce upstream reducer stage (#9)
- Introduce RollDB for chain persistence (#8)
- Implement upstream block-fetch stage (#7)
- Introduce storage module (#3)
- Introduce ChainSync stage (#2)
Bug Fixes
- Fix test concurrency issues (#18)
Code Refactoring
- Use Rayon for plexer stage (#5)
Test
- Add chainsync integration test (#6)