From 9d80c80f1cc191d9f124d577b981f905fd3faa2d Mon Sep 17 00:00:00 2001 From: Giuseppe Natale <12249307+giunatale@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:13:33 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8fc15d9..3706233 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ GovGen is built using the [Cosmos SDK](https://github.com/cosmos/cosmos-sdk) as 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) + 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. Removed ability for validators to vote on proposals with delegations, they can only use their own stake - 8. Remove community spend proposal - 9. Allow selecting different voting periods for different proposal types + 8. Removed community spend proposal + 9. Allowed setting different voting periods for different proposal types