Skip to content

Releases: forbole/juno

v3.0.0

29 Mar 06:39
Compare
Choose a tag to compare

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 to start
  • Renamed the fix command to parse

Database

  • Store transactions and messages inside partitioned tables

New features

CLI

  • Added a genesis-file subcommand to the parse command that allows you to parse the genesis file only

v3.0.0-stargate

29 Mar 06:38
6ce8795
Compare
Choose a tag to compare

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 to start
  • Renamed the fix command to parse

Database

  • Store transactions and messages inside partitioned tables

New features

CLI

  • Added a genesis-file subcommand to the parse command that allows you to parse the genesis file only

v2.0.0-stargate

08 Mar 08:08
e4ed06a
Compare
Choose a tag to compare

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

08 Mar 08:08
Compare
Choose a tag to compare

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