Releases: forbole/juno
Releases · forbole/juno
v6.0.1
v6.0.0
Changes
- (#107) Removed SDK codec dependency from remote mode
- (#110) Fixed initialization of involved account addresses slice
- (#114) Changed colum type from JSON into JSONB for message-related field
- (#119) Updated cosmos-sdk to v0.50.x
Migrations
Now the api
config is required in remote mode, please check the reference and add the field into your config after upgrading Juno to v6.
v5.3.0
v5.2.0
v5.1.0
Changes
- Bumped Go version to
1.20
- Fixed a bug that caused messages type urls to be empty in the database
- Implemented a better default
EncodingConfigBuilder
- Added the ability to set
DatabaseConfig
field values using setter methods - (#96) Export
Codec
andLegacyAmino
from theDatabase
implementation
v5.0.0
v4.2.0
v4.1.0
v4.0.0
Notes
This version is compatible only with Cosmos v0.45.x
Changes
- Updated cosmos/cosmos-sdk to
v0.45.8
- (#74) Added database block count to prometheus to improve alert monitoring
- (#75) Allow modules to handle MsgExec inner messages
- (#76) Return 0 as height for
GetLastBlockHeight()
method if there are no blocks saved in database - (#79) Use
sqlx
instead ofsql
while dealing with a PostgreSQL database - (#83) Bump
github.com/tendermint/tendermint
tov0.34.22
- (#84) Replace database configuration params with URI
- (#86) Revert concurrent handling of transactions and messages
v3.4.0-stargate
Cosmos compatibility
This tag is thought to be used with chains that are running Cosmos Stargate. If you want to integrate with a chain running Cosmos v0.43.0
or later, please use v3.4.0 instead.