0g-chain/x/community
Ruaridh bc260d8091
feat(community): add switchover param (#1704)
* add community params type

* add get/set params methods

* add community genesis state type

* add community init/export genesis

* add querier methods for params

* add query cli cmd

* update changelog

* update protonet genesis

* Add `RewardsPerSecond` param to `x/community` module (#1707)

* Add RewardsPerSecond param to community

* Update rewards per second param to int

* Add rewards_per_second to protonet genesis

* Use default rewards per second of 744191

* Include value if negative in Validate error

* Rename RewardsPerSecond param to StakingRewardsPerSecond

* Add changelog entry

* Add param migration, update consensus version to 2

* Update proto docs

* Update staking_rewards_per_second param name in protonet genesis (#1730)

* Update godoc

Co-authored-by: Robert Pirtle <Astropirtle@gmail.com>

* add genesis state tests

* document what 0 upgrade time means

* update kvtool to include new params

---------

Co-authored-by: drklee3 <derrick@dlee.dev>
Co-authored-by: Robert Pirtle <Astropirtle@gmail.com>
2023-09-22 09:05:12 -07:00
..
client feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
keeper feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
migrations/v2 feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
spec update x/community specs for v0.21 release (#1462) 2023-01-30 10:09:26 -08:00
testutil feat: add community cdp repay debt proposal (#1565) 2023-04-20 14:13:16 -07:00
types feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
genesis_test.go feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
genesis.go feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00
handler.go feat: add community cdp withdraw collateral proposal (#1567) 2023-04-20 16:08:53 -07:00
module_test.go add x/kavamint & x/community modules (#1400) 2022-12-09 13:24:35 -08:00
module.go feat(community): add switchover param (#1704) 2023-09-22 09:05:12 -07:00