0g-chain/proto/kava
Nick DeLuca 102cc0fff3
Community Pool Staking Rewards Implementation & Improvements (#1742)
* add new field upgrade_time_set_staking_rewards_per_second with intention
of integrating into the disable inflation logic to set an initial
staking reward time

* when the disable inflation upgrade time occurs, set the staking rewards
per second to the value specified by the new
upgrade_time_set_staking_rewards_per_second.  This will allow a decoupled
implementation between the ugprade switching logic, and the core
functionality of paying staking rewards from the pool

* add staking rewards state to community keeper and community module
genesis that is required to calculate and track staking reward payouts
accross blocks

* add implementation of staking reward payouts

* remove unused error

* touch up tests and add a test case that fully tests behavior when pool
is drained

* add function comments

* refactor and pull out main calculation to private pure function with
no dependence on keeper

* zero out default parameters -- these are too chain specific to have
useful defaults

* small touch ups on comments, test cases

* use correct Int from sdkmath, not old sdk types; update protonet genesis
for new parmater

* fix copy pasta comment

* use bond denom from staking keeper instead of referncing ukava directly

* add staking reward state for valid genesis

* update kvtool genesis for new params and rewards state
2023-10-03 08:41:54 -07:00
..
auction/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
bep3/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
cdp/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
committee/v1beta1 feat: add CommunityCDPWithdrawCollateralPermission (#1568) 2023-04-20 17:13:02 -07:00
community/v1beta1 Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
earn/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
evmutil/v1beta1 feat(evmutil): implement MsgConvertCosmosCoinFromERC20 (#1609) 2023-06-02 14:26:51 -07:00
hard/v1beta1 fix: remove denom path parameters from hard grpc query url (#1519) 2023-03-27 16:39:56 -07:00
incentive/v1beta1 Add incentive grpc query service (#1503) 2023-03-21 15:47:21 -07:00
issuance/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
kavadist/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
liquid/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
pricefeed/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
router/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
savings/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00
swap/v1beta1 Refactor Buf Usage (#1399) 2022-11-22 16:22:07 -07:00