Skip to content

Releases: forbole/juno

v6.0.1

24 Jun 06:02
Compare
Choose a tag to compare

Changes

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

v6.0.0

20 Jun 08:41
69b804d
Compare
Choose a tag to compare

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

07 Mar 14:08
Compare
Choose a tag to compare

Changes

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

v5.2.0

07 Mar 14:07
Compare
Choose a tag to compare

Changes

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

v5.1.0

07 Mar 14:07
Compare
Choose a tag to compare

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

29 May 20:29
Compare
Choose a tag to compare

Note

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

Changes

  • Updated Cosmos SDK to v0.47.2

v4.2.0

29 May 20:17
Compare
Choose a tag to compare

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

16 Feb 13:37
Compare
Choose a tag to compare

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

08 Dec 23:11
Compare
Choose a tag to compare

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

02 Sep 10:24
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.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