Releases: public-awesome/stargaze
v6.0.1
Details
Minor version update to go 1.18.4
What's Changed
- run gofumpt by @faddat in #638
- bump to go1.18.4 by @jhernandezb in #639
- Testnet generator by @jhernandezb in #635
New Contributors
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Description
This release includes dependency updates from CosmWasm, CosmosSDK and new custom CosmWasm bindings for Fairburn
CosmWasm
- Includes latest wasmd
- Statesync support
- New gov proposals to handle code permissions
Cosmos SDK
- Bugfixes
IBC
- Upgrade to IBC v3 (ica host module will be added in a future release)
What's Changed
- Bump github.com/spf13/cast from 1.4.1 to 1.5.0 by @dependabot in #608
- Bump github.com/prometheus/client_golang from 1.12.1 to 1.12.2 by @dependabot in #609
- Add ibc3 and FairburnPool by @jhernandezb in #614
- Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #617
- bump go module version to v6 by @jhernandezb in #615
- update sdk and ibc-go by @jhernandezb in #624
- Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #628
- add custom snapshotter by @jhernandezb in #630
- Bump github.com/cosmos/cosmos-sdk from 0.45.5 to 0.45.6 by @dependabot in #632
- Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #633
- prepare v6 release by @jhernandezb in #634
Full Changelog: v5.0.0...v6.0.0
v5.0.0
Description
This release includes dependency updates from CosmWasm, CosmosSDK and Tendermint
CosmWasm
- improves instantiation process through governance
- bugfixes
- increase max compressed size allowance
Tendermint
Reduce p2p lock contention during long blocks execution (eg: Proposals Voting Tally)
Reset State
There are now 2 different commands for reset
starsd tendermint reset-state
: keeps priv validator statestarsd tendermint unsafe-reset-all
: same as before but was moved under tendermint subcommand
Cosmos SDK
- Fixes nil pointer panic when starting nodes
rollback
command supported by the sdk which performs a rollback to the previous height (this is a new feature and we recommend some testing performed on sentries only)
Full Changelog: v4.0.0...v5.0.0
v4.0.0
What's Changed
- sdk v0.45.2
- wasmd v0.25
- tendermint v0.34.16
- ibc-go v2.2.0
v3.0.0
Stargaze v3 CosmWasm Integration
What's Changed
- automated upgrade tests by @jhernandezb in #530
- bump go module version by @jhernandezb in #533
- ci(Mergify): configuration update by @jhernandezb in #534
- Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 by @dependabot in #537
- update sdk and spm version by @jhernandezb in #535
- Add CosmWasm smart contract support with the wasmd module by @jhernandezb in #531
- update consensus and wasm params by @jhernandezb in #545
Full Changelog: v2.0.0...v3.0.0
v2.0.1
What's Changed
- automated upgrade tests by @jhernandezb in #530
- Bump github.com/cosmos/ibc-go/v2 from 2.0.2 to 2.0.3 (backport #537) by @mergify in #538
- update sdk and spm version (backport #535) by @mergify in #539
IAVL Cache Size
Cosmos SDK v0.45 introduced a configuration in app.toml
that let's operators configure the iavl tree cache size, v0.45.1 includes a bugfix that was ignoring the actual iavl-cache-size
value. This value might increase RAM usage for nodes, consider modifying it to your needs.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- update ibc integration test by @jhernandezb in #514
- ibc gov proposals routing cli by @jhernandezb in #517
- add authz and upgrade handler by @jhernandezb in #518
- fix missing grpc routes for claim and alloc modules by @jhernandezb in #519
- Add claim tx test by @shanev in #522
- upgrade go module to v2 by @jhernandezb in #523
- sdk v045 upgrade by @jhernandezb in #524
- register no-op migrations for alloc,claim by @jhernandezb in #526
- Add upgrade integration test, add alias for microstars by @jhernandezb in #527
- add rocksdb compile option by @jhernandezb in #528
Full Changelog: v1.1.1...v2.0.0
v1.1.2
What's Changed
- #519 Fix missing GRPC Routes for claim and alloc modules
- Fill seed information only when
--chain-id stargaze-1
for init command - Upgrade IBC integration test to include latest gaia and osmosis
- Update OpenAPI schema
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
This release is backwards compatible and can be used to sync from genesis
Changes in this release:
- Using
starsd
cli should now be sending output tostdout
andstderr
(no more2>&1
) - Added tendermint rollback command to help operators restore to previous height in case of apphash errors
- Bump Cosmos SDK to v0.44.4 and ibc-go to v1.2.3