Releases: atomone-hub/govgen
v1.0.4
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
- fix(gov): revert duplicate amino path by @tbruyelle in #51
- chore: add build-ledger Makefile target by @tbruyelle in #52
- doc: add way to discover RPCs endpoints by @tbruyelle in #53
Full Changelog: v1.0.3...v1.0.4
v1.0.3 [discontinued]
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
- fix(proto): install of protoc-gen-gocosmos by @tbruyelle in #41
- !fix(gov): duplicate registered amino path by @tbruyelle in #44
- fix(gov): cli command for params and upgrade proposals by @tbruyelle in #42
- [docs] Update SECURITY.md by @kristovatlas in #45
New Contributors
- @kristovatlas made their first contribution in #45
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- feat(chore): align Makefile and goreleaser by @tbruyelle in #34
- docs: reproducible build by @tbruyelle in #35
- doc: format modifications by @tbruyelle in #29
- test: initial staking distribution by @tbruyelle in #30
- doc: add unaudited code disclaimer by @tbruyelle in #32
- doc: disclaimer legal review by @tbruyelle in #33
Full Changelog: v1.0.1...v1.0.2
v1.0.1
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]
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
:
- Removed x/globalfee module and revert to older and simpler fee decorator
- Removed IBC and related modules (e.g. ICA, Packet Forwarding Middleware, etc.)
- Removed Interchain Security module
- Reverted to standard Cosmos SDK v0.46.16 without the Liquid Staking Module (LSM)
- Changed Bech32 prefixes to
govgen
(seecmd/govgend/cmd/config.go
) - Reduced hard-coded ante min-deposit percentage to 1% (see
ante/gov_ante.go:minInitialDepositFraction
) - Forked x/gov module from Cosmos SDK v0.46.16 for custom modifications (#4).
- Removed ability for validators to vote on proposals with delegations, they can only use their own stake (#20)
- Removed community spend proposal (#13).
- Allowed setting different voting periods for different proposal types (#16)