Skip to content

Releases: public-awesome/stargaze

v6.0.1

17 Jul 23:35
62cb87a
Compare
Choose a tag to compare

Details

Minor version update to go 1.18.4

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.0.1

v6.0.0

30 Jun 15:03
b8294bc
Compare
Choose a tag to compare

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

Full Changelog: v5.0.0...v6.0.0

v5.0.0

30 Apr 03:35
628a0bd
Compare
Choose a tag to compare

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 state
  • starsd 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

08 Apr 19:37
80cfeaa
Compare
Choose a tag to compare

What's Changed

  • sdk v0.45.2
  • wasmd v0.25
  • tendermint v0.34.16
  • ibc-go v2.2.0

v3.0.0

22 Feb 14:37
6ee57f1
Compare
Choose a tag to compare

Stargaze v3 CosmWasm Integration

What's Changed

Full Changelog: v2.0.0...v3.0.0

v2.0.1

07 Feb 17:01
34a8728
Compare
Choose a tag to compare

What's Changed

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

22 Jan 05:38
62138d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v2.0.0

v1.1.2

05 Jan 18:28
Compare
Choose a tag to compare

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

30 Dec 18:13
b5e6918
Compare
Choose a tag to compare
  • #511 Bump Cosmos SDK to v0.44.5 and ibc-go to v1.2.5

v1.1.0

29 Nov 20:12
d46e4c9
Compare
Choose a tag to compare

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 to stdout and stderr (no more 2>&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