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
- Update SDK version to v0.37.6
- Fixed Tendermint RPC connection by providing a manual HTTP read timeout.
- Fixed
Pubkey
in thesignature
type to use the correct account Bech32 prefix. - Fixed
Address
in thesignature
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
- Update SDK version to v0.36.0
- The
transaction
schema now usesevents
instead oftags
- The
- Improved error messages and logs
- Add support for manual PostgreSQL SSL mode configuration
- Add
version
command to display Juno version
- Fixed
db.OpenDB
to handle no password correctly
0.0.3 - 2019-06-23
- Fixed logging in
Worker#Start
.
0.0.2 - 2019-06-23
- Added additional indexes to the
pre_commit
table.
- Updated
Database
to not check if a validator exists; useON CONFLICT DO NOTHING
instead. - Use
zerolog
logger with--log-level
and--log-format
CLI options over the stdliblog
package.
0.0.1 - 2019-06-21
- Initial release