Skip to content

v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 01:24
· 274 commits to main since this release
b049aa2

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)

Continuous Integration

  • Add mdbook workflow (#20)
  • Implement release workflow (#19)
  • Implement validation workflow (#13)

Chore

  • Fix lint warnings (#17)
  • Trace errors instead of dropping them (#16)
  • Use remote deps instead of local (#14)
  • Automate changelog generation (#12)
  • Implement multiplexer stage (#4)
  • Scaffold Rust project (#1)