0g-chain/app
Ruaridh c7962e45c0
Swaps accumulate global rewards (#947)
* add get set methods for swap reward indexes

* add get set methods for swap accrual time

* tidy up location of multi periods

* add swap reward periods to params

* add initial legacy types for incentive

* minor refactor of migration code

* add incentive migration for swap params

* minor incentive test refactors

* add math methods to RewardIndexes

* add keeper method to increment global indexes

* add swap keeper to incentive keeper

* indicate if pool shares were found or not

* add accumulator to compute new rewards each block

* accumulate swap rewards globally

* remove unecessary keeper method

* expand doc comments on accumulator methods

* test precision not lost in accumulation

* minor fixes from merge

* rename storeGlobalDelegatorFactor to match others

* fix migration from merge

* fix bug in app setup

* fix accumulation bug when starting with no state

* rename swap files to match others

* add swap accumulation times to genesis

* remove old migration refactor

* minor updates to spec

* add high level description of how rewards work
2021-07-07 14:23:06 +01:00
..
ante merge release v0.12.1 updates (#724) 2020-12-02 10:37:11 -07:00
params Issuance module (#599) 2020-08-17 13:09:02 -04:00
app_test.go merge release v0.12.1 updates (#724) 2020-12-02 10:37:11 -07:00
app.go Swaps accumulate global rewards (#947) 2021-07-07 14:23:06 +01:00
export.go Genesis import/export fixes (#871) 2021-03-10 21:32:35 -07:00
genesis.go update app and cmd 2019-09-25 15:50:03 -04:00
sim_test.go merge release v0.12.1 updates (#724) 2020-12-02 10:37:11 -07:00
test_common.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00