0g-chain/x
Nick DeLuca 57a1a4b10d
Community Param Updates (#1741)
* refactor param validation test cases to be shared by genesis and params
tests

* add additional test case for zero staking rewards in order to ensure
no regressions in support for turning off rewards

* add test case to ensure default params are valid -- prevent regression
if defaults change to an invalid state during updates of validation or
defaults

* zero out parameters in migration -- this module will be used with
existing chains and parameters should be set after migrations in
each upgrade handler

* update StakingRewardsPerSecond to an 18 decimal type in order to
reduce error

* add community grpc rest endpoints to swagger

* Fix copy pasta query name to refer to correct Community module

Co-authored-by: drklee3 <derrick@dlee.dev>

* generate swagger changes from previous commit

---------

Co-authored-by: drklee3 <derrick@dlee.dev>
2023-09-26 10:08:26 -07:00
..
auction feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
bep3 feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
cdp feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
committee feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
community Community Param Updates (#1741) 2023-09-26 10:08:26 -07:00
earn Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
evmutil fix(evmutil): create module account on InitGenesis (#1655) 2023-07-24 16:00:19 -07:00
hard feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
incentive feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
issuance feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
kavadist feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
liquid Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
metrics feat(x/metrics): add module for emiting custom chain metrics (#1668) 2023-08-25 12:23:53 -07:00
pricefeed feat(metrics): add timing metrics to abci methods (#1669) 2023-08-25 15:14:35 -07:00
router Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
savings Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
swap Cosmos v0.46 upgrade follow ups (#1522) 2023-04-06 12:59:02 +01:00
validator-vesting feat: re-add validator-vesting legacy rest endpoints (#1542) 2023-04-06 15:51:34 -07:00