- (#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 ofsql
insidePostgreSQLDatabase
- (#71) Retry RPC client connection upon failure instead of panic
- (#72) Updated missing blocks parsing
- (#73) Re-enqueue failed block after average block time
- (#68) Added
chain_id
label to prometheus to improve alert monitoring
- (#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
- Updated IBC to
v3.0.0
- Allow to return any
WritableConfig
when initializing the configuration
- Updated IBC to
v2.2.0
Some changes included in this version are breaking due to the command renames. Extra precaution needs to be used when updating to this version.
To migrate to this version you can run the following command:
juno migrate v3
- Renamed the
parse
command tostart
- Renamed the
fix
command toparse
- Store transactions and messages inside partitioned tables
- Added a
genesis-file
subcommand to theparse
command that allows you to parse the genesis file only