Skip to content

v1.0.0 [discontinued]

Choose a tag to compare

@giunatale giunatale released this 21 Feb 15:20
· 21 commits to main since this release
4bd0d82

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)