Skip to content

Releases: forbole/juno

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

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