Skip to content

Latest commit

 

History

History
98 lines (64 loc) · 2.45 KB

CHANGELOG.md

File metadata and controls

98 lines (64 loc) · 2.45 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

0.0.6 - 2020-02-05

Changed

  • Update SDK version to v0.37.6

Fixed

  • Fixed Tendermint RPC connection by providing a manual HTTP read timeout.
  • Fixed Pubkey in the signature type to use the correct account Bech32 prefix.
  • Fixed Address in the signature type to use the correct account Bech32 prefix.

0.0.5 - 2019-12-12

  • Update SDK version to v0.37.4
  • Update Tendermint version to v0.32.7
  • Cleanup Makefile and TravisCI config

0.0.4 - 2019-08-14

Changed

  • Update SDK version to v0.36.0
    • The transaction schema now uses events instead of tags
  • Improved error messages and logs

Added

  • Add support for manual PostgreSQL SSL mode configuration
  • Add version command to display Juno version

Fixed

  • Fixed db.OpenDB to handle no password correctly

0.0.3 - 2019-06-23

Fixed

  • Fixed logging in Worker#Start.

0.0.2 - 2019-06-23

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.

0.0.1 - 2019-06-21

Added

  • Initial release