Skip to content

v0.0.2

Compare
Choose a tag to compare
@alexanderbez alexanderbez released this 23 Jun 13:31
· 19 commits to master since this release

Added

  • Added additional indexes to the pre_commit table.

Changed

  • Updated Database to not check if a validator exists; use ON CONFLICT DO NOTHING
    instead.
  • Use zerolog logger with --log-level and --log-format CLI options over the
    stdlib log package.