Releases: forbole/juno
v3.0.0
Cosmos compatibility
This tag is thought to be used with chains that are running Cosmos v0.43.0
or later. If you want to integrate with a chain running Cosmos Stargate, please use v3.0.0-stargate instead.
Note
Some changes included in this version are breaking due to the command renames. Extra precaution needs to be used when updating to this version.
Migrating
To migrate to this version you can run the following command:
juno migrate v3
Changes
CLI
- Renamed the
parse
command tostart
- Renamed the
fix
command toparse
Database
- Store transactions and messages inside partitioned tables
New features
CLI
- Added a
genesis-file
subcommand to theparse
command that allows you to parse the genesis file only
v3.0.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.0.0 instead.
Note
Some changes included in this version are breaking due to the command renames. Extra precaution needs to be used when updating to this version.
Migrating
To migrate to this version you can run the following command:
juno migrate v3
Changes
CLI
- Renamed the
parse
command tostart
- Renamed the
fix
command toparse
Database
- Store transactions and messages inside partitioned tables
New features
CLI
- Added a
genesis-file
subcommand to theparse
command that allows you to parse the genesis file only
v2.0.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 v2.0.0 instead.
Migrate
If you are running Juno v1
, you can run the following command to migrate to v2
:
juno migrate
v2.0.0
This tag is thought to be used with chains that are running Cosmos v0.44.0
or later. If you want to integrate with a chain running Cosmos Stargate, please use v2.0.0-stargate instead.
Migrate
If you are running Juno v1
, you can run the following command to migrate to v2
:
juno migrate