Skip to content

Latest commit

 

History

History
60 lines (48 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

60 lines (48 loc) · 2.17 KB

Unreleased

Changes

  • (#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 while no block is saved
  • (#79) Use sqlx instead of sql inside PostgreSQLDatabase

v3.4.0

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

Changes

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

v3.2.1

Changes

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

v3.2.0

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.1

Changes

  • Updated IBC to v3.0.0

v3.1.0

Changes

  • Allow to return any WritableConfig when initializing the configuration

v3.0.1

Changes

  • Updated IBC to v2.2.0

v3.0.0

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