Skip to content

Releases: forbole/juno

v3.4.0

02 Sep 10:25
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.4.0-stargate instead.

Changes

  • (#71) Retry RPC client connection upon failure instead of panic
  • (#72) Updated missing blocks parsing
  • (#73) Re-enqueue failed block after average block time

v3.3.0-stargate

27 Jul 08:43
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.3.0 instead.

Changes

  • (#67) Added support for concurrent transaction handling
  • (#69) Added ChainID method to the Node type

v3.3.0

27 Jul 08:44
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.3.0-stargate instead.

Changes

  • (#67) Added support for concurrent transaction handling
  • (#69) Added ChainID method to the Node type

v3.2.1-stargate

26 May 10:35
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.2.1 instead.

Changes

  • (#68) Added chain_id label to prometheus to improve alert monitoring

v3.2.1

26 May 10:36
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.2.1-stargate instead.

Changes

  • (#68) Added chain_id label to prometheus to improve alert monitoring

v3.2.0-stargate

28 Apr 06:56
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.2.0 instead.

Changes

  • (#61) Updated v3 migration code to handle database users names with a hyphen
  • (#59) Added parse transactios command to re-fetch missing or incomplete transactions

v3.2.0

28 Apr 06:56
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.2.0-stargate instead.

Changes

  • (#61) Updated v3 migration code to handle database users names with a hyphen
  • (#59) Added parse transactios command to re-fetch missing or incomplete transactions

v3.1.0-stargate

11 Apr 06:57
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.1.0 instead.

Changes

  • Allow to return any WritableConfig when initializing the configuration

v3.1.0

11 Apr 06:57
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.1.0-stargate instead.

Changes

  • Allow to return any WritableConfig when initializing the configuration

v3.0.1

31 Mar 13:57
Compare
Choose a tag to compare

Changes

  • Updated IBC to v2.2.0