Skip to content

Releases: fissionlabsio/juno

v0.0.6

05 Feb 22:57
Compare
Choose a tag to compare

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.

v0.0.5

12 Dec 17:41
Compare
Choose a tag to compare

Changed

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

v0.0.4

14 Aug 14:50
Compare
Choose a tag to compare

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

v0.0.3

23 Jun 13:40
c74c435
Compare
Choose a tag to compare

Fixed

  • Fixed logging in Worker#Start.

v0.0.2

23 Jun 13:31
Compare
Choose a tag to compare

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.

v0.0.1

21 Jun 13:10
Compare
Choose a tag to compare

Added

  • Initial release