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