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)