Skip to content

Releases: atomone-hub/govgen

v1.0.4

20 Sep 11:36
41be0a2
Compare
Choose a tag to compare

This release manily reverts a change made for v1.0.3 that made nodes using that version incompatible with other minor releases (#44).

Version v1.0.3 is now considered discontinued as it breaks compatibility.
The change in question should have come with a higher-level, non-optional update such as v1.1.0 or similar.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3 [discontinued]

01 Jul 13:57
9c650a5
Compare
Choose a tag to compare

This release contains a change in amino path in #44 that breaks compatibility with previous minor releases.
The change should have been included in a 1.1 release, and for this reason this version is discontinued.


This is a client-side only release, there's no need for validators to upgrade their nodes.

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Apr 09:48
e40256b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

26 Feb 20:11
3c40c31
Compare
Choose a tag to compare

What's Changed

  • test: improve vote inheritance testing by @tbruyelle in #23
  • fix(ci): permissions for releases pkgs by @albttx in #24
  • chore(gov): fix typo in test methods by @tbruyelle in #25
  • feat: InitChainer auto stakes uniformly to validators at genesis by @tbruyelle in #26

Full Changelog: v1.0.0...v1.0.1

v1.0.0 [discontinued]

21 Feb 15:20
4bd0d82
Compare
Choose a tag to compare

GovGen v1.0.0 is built as a fork of the
Cosmos Hub at version v14.1.0.

The following modifications have been made to the Cosmos Hub software to create GovGen v1.0.0:

  1. Removed x/globalfee module and revert to older and simpler fee decorator
  2. Removed IBC and related modules (e.g. ICA, Packet Forwarding Middleware, etc.)
  3. Removed Interchain Security module
  4. Reverted to standard Cosmos SDK v0.46.16 without the Liquid Staking Module (LSM)
  5. Changed Bech32 prefixes to govgen (see cmd/govgend/cmd/config.go)
  6. Reduced hard-coded ante min-deposit percentage to 1% (see ante/gov_ante.go:minInitialDepositFraction)
  7. Forked x/gov module from Cosmos SDK v0.46.16 for custom modifications (#4).
  8. Removed ability for validators to vote on proposals with delegations, they can only use their own stake (#20)
  9. Removed community spend proposal (#13).
  10. Allowed setting different voting periods for different proposal types (#16)