- v020 upgrade handler
- certain delegators inability to claim rewards after v018 patch
- 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
- Registered legacy gov msgs
- Register ModuleBasics GrpcGatewayRoutes
- versioning of app go module
- removed randomGenesisAccounts as param on new apps auth module registration
- 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.
- 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
- remove
x/merkledrop
module
- Bumped required minimum Go version to
v1.22
- patch for v0.16.0 that fixed Packet Forward Middleware bug.
- 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
- fix(authz): Add Binary Codec support to MinValCommissionDecorator
- fix(authz): Add MinValCommissionDecorator test
- 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.
- (fantoken) introduce the fantoken module
- (merkledrop) introduce the merkledrop module
- (app) bump cosmos-sdk to v0.45.6
- (app) bump ibc to v3.0.0
- (app) bump tendermint to v0.34.19
- (app) bump packet-forward-middleware to v2.1.1
- (app) update swagger to reflect new modules
- (app) small fixs Makefile