Skip to content

Latest commit

 

History

History
115 lines (92 loc) · 4.62 KB

CHANGELOG.md

File metadata and controls

115 lines (92 loc) · 4.62 KB

Changelog

[v0.20.0]

Added

  • v020 upgrade handler

Fixed

  • certain delegators inability to claim rewards after v018 patch

[v0.19.0]

Added

  • new ci tests for wasm,packetforwardmiddleware & polytone (ibc-callbacks)
  • Introduced a Makefile for managing Docker-related tasks, including commands for building various Docker images.
  • Added functionality for validating CosmWasm contracts in a new testing framework.
  • Enhanced configuration capabilities for the Bitsong application with additional parameters.
  • Introduced commands for verifying slashed delegators and calculating discrepancies in delegator rewards.
  • Added a new Makefile for managing a local testnet environment for the Bitsong blockchain.
  • Introduced a new script for automating the downloading of Polyone contract.
  • Improved docker commands

Fixed

  • Registered legacy gov msgs
  • Register ModuleBasics GrpcGatewayRoutes

Removed

  • versioning of app go module
  • removed randomGenesisAccounts as param on new apps auth module registration

[v0.18.x]

Added

  • 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