Releases: fissionlabsio/juno
Releases · fissionlabsio/juno
v0.0.6
v0.0.5
Changed
- Update SDK version to v0.37.4
- Update Tendermint version to v0.32.7
- Cleanup Makefile and TravisCI config
v0.0.4
Changed
- Update SDK version to v0.36.0
- The
transaction
schema now usesevents
instead oftags
- The
- 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
Fixed
- Fixed logging in
Worker#Start
.
v0.0.2
Added
- Added additional indexes to the
pre_commit
table.
Changed
- 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.
v0.0.1
Added
- Initial release