/govgen

GovGen chain software

Primary LanguageGoApache License 2.0Apache-2.0

GovGen

GovGen is built using the Cosmos SDK 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:

1. Remove x/globalfee module and revert to older and simpler fee decorator
2. Remove IBC and related modules (e.g. ICA, Packet Forwarding Middleware, etc.)
3. Remove Interchain Security module
4. Revert 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`)