Skip to content

v3.0.0

Compare
Choose a tag to compare
@RiccardoM RiccardoM released this 12 Apr 07:15
· 180 commits to cosmos/v0.44.x since this release

⚠️ PLEASE DO NOT USE ⚠️

This version contains a bug which makes it impossible to be used due to different IBC version being used at the same time. Please use v3.0.1 instead.

Notes

This version introduces breaking changes to transaction and message PostgreSQL tables. It implements PostgreSQL table partitioning to fix slow data retrieval from database that stores large amount of transactions and messages. Read more details about migrating to v3.0.0

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.0.0-stargate instead.

Changelog

New features

CLI

  • (#356) Implemented migrate command to perform easy migration to higher BDJuno versions
  • (#356) Updated parse-genesis command to parse genesis file without accessing the node

Database

  • (#356) Added PostgreSQL table partition to transaction and message table
  • (#356) Created new messages_by_address function

Changes

Hasura

  • (#377) Updated Hasura metadata
  • (#381) Hasura actions are now a module

Dependencies

  • (#356) Updated Juno to v3.0.0