Skip to content

Latest commit

 

History

History
89 lines (71 loc) · 3.63 KB

CHANGELOG.md

File metadata and controls

89 lines (71 loc) · 3.63 KB

Changelog

[v0.18.x]

Features

  • Interchaintest package support added
  • New CI support to build & release docker image
  • New CI support to run interchain tests
  • New script at scripts/test_node.sh that is a basic script to test setting up and starting a node.

Improvements

  • Improved Makefile cli top-level command scripting
  • Replaced tendermint with cometbft
  • Bumped wasmd to v0.45.0
  • Bumped Cosmos-SDK to v0.47.8
  • Bumped IBC-Go to v7.4.0
  • Bumped Paket-Forward-Middleware to v7.1.3
  • Reformatted app test suite

Depreceated

  • remove x/merkledrop module

State Breaking

  • Bumped required minimum Go version to v1.22

[v0.16.0]

Bug fixes

  • patch for v0.16.0 that fixed Packet Forward Middleware bug.

[v0.15.0] - 2024-03-06

  • Updated Cosmos-sdk to v0.45.16 for improved stability and security
  • Upgraded ibc-go to v4.4.2 for enhanced interoperability between different blockchain networks
  • Replaced Tendermint with CometBFT
  • Upgraded Cosmwasm to v0.33.0 for advanced smart contract functionality
  • Replaced strangelove-ventures/packet-forward-middleware with cosmos/ibc-apps/middleware/packet-forward-middleware

[v0.14.0] - 2023-02-07

  • fix(authz): Add Binary Codec support to MinValCommissionDecorator
  • fix(authz): Add MinValCommissionDecorator test

[v0.13.0] - 2023-01-23

  • Updated Cosmos-sdk to v0.45.11 for improved stability and security
  • Upgraded ibc-go to v3.3.1 for enhanced interoperability between different blockchain networks
  • Tendermint upgraded to v0.34.24 for better performance and bug fixes
  • Integrated Cosmwasm v0.29.2 for advanced smart contract functionality
  • Added new command init-from-state which allows for easy initialization of private validator, p2p, genesis, and application configuration, as well as replacement of exported state.

[v0.11.0] -2022-07-01