Skip to content

Releases: forbole/juno

v6.0.1

Choose a tag to compare

@dadamu dadamu released this 24 Jun 06:02

Changes

  • (#121) Added back authz message handler in worker

v6.0.0

Choose a tag to compare

@dadamu dadamu released this 20 Jun 08:41
69b804d

Changes

  • (#107) Removed SDK codec dependency from remote mode
  • (#110) Fixed initialization of involved account addresses slice
  • (#114) Changed colum type from JSON into JSONB for message-related field
  • (#119) Updated cosmos-sdk to v0.50.x

Migrations

Now the api config is required in remote mode, please check the reference and add the field into your config after upgrading Juno to v6.

v5.3.0

Choose a tag to compare

@rmontagnin rmontagnin released this 07 Mar 14:08

Changes

  • (#100) Improved account relationship mapping
  • (#108) Fixed init command creating empty config file

v5.2.0

Choose a tag to compare

@rmontagnin rmontagnin released this 07 Mar 14:07

Changes

  • Exposed Database#CreatePartitionIfNotExists method
  • (#97) Add x/authz message parser

v5.1.0

Choose a tag to compare

@rmontagnin rmontagnin released this 07 Mar 14:07

Changes

  • Bumped Go version to 1.20
  • Fixed a bug that caused messages type urls to be empty in the database
  • Implemented a better default EncodingConfigBuilder
  • Added the ability to set DatabaseConfig field values using setter methods
  • (#96) Export Codec and LegacyAmino from the Database implementation

v5.0.0

Choose a tag to compare

@rmontagnin rmontagnin released this 29 May 20:29

Note

This version is compatible with Cosmos SDK v0.47.x

Changes

  • Updated Cosmos SDK to v0.47.2

v4.2.0

Choose a tag to compare

@rmontagnin rmontagnin released this 29 May 20:17

Notes

  • This version is compatible only with Cosmos v0.45.x
  • This is the last version supporting Cosmos v0.45.x

Changes

  • (#93) Decode IBC transfer data to JSON for /ibc.core.channel.v1.MsgRecvPacket message
  • (#94) Added TSL support when connecting to database

v4.1.0

Choose a tag to compare

@rmontagnin rmontagnin released this 16 Feb 13:37

Notes

This version is compatible only with Cosmos v0.45.x

Changes

  • (#74) Applied GetMissingHeights() in enqueueMissingBlocks() & in parse blocks missing cmd
  • (#88) Added juno_db_latest_height metric to prometheus monitoring

v4.0.0

Choose a tag to compare

@rmontagnin rmontagnin released this 08 Dec 23:11

Notes

This version is compatible only with Cosmos v0.45.x

Changes

  • Updated cosmos/cosmos-sdk to v0.45.8
  • (#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 if there are no blocks saved in database
  • (#79) Use sqlx instead of sql while dealing with a PostgreSQL database
  • (#83) Bump github.com/tendermint/tendermint to v0.34.22
  • (#84) Replace database configuration params with URI
  • (#86) Revert concurrent handling of transactions and messages

v3.4.0-stargate

Choose a tag to compare

@rmontagnin rmontagnin released this 02 Sep 10:24

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