0g-chain/x/incentive/keeper
Ruaridh d56bb77231
Incentive Test Refactors (#908)
* organise testing committee gen state

* remove repeated test app initialization

* minor fixes from linter in tests

* move more setup to SetupApp

* split up KeeperTestSuite for each reward type

* simplify KeeperTestSuite

* simplify PayoutKeeperSuite

* simplify DelegatorRewardSuite

* simplify SupplyRewardsSuite

* simplify BorrowRewardsSuite

* simplify USDXRewardsSuite

* add auth genesis builder for easier test setup

* migrate all incentive tests to auth builder

* add incentive genesis builder for easier setup
migrate hard incentive tests

* migrate all tests to incentive builder

* add hard genesis builder

* small tidy ups

* deduplicate initialTime from borrow tests

* deduplicate initialtTime from supply tests

* deduplicate initialTime from usdx and keeper tests

* deduplicate initialTime in delgator tests

* deduplicate genesis time in payout test

* deduplicate test app initialization

* make authGenesisBuilder available for all modules

* remove unused pricefeed setup

* export incentive genesis builder

* remove commented out test cases

* migrate cdp test to new test state builders

* migrate vv payout tests to use new builders
2021-06-10 14:35:44 +01:00
..
cdp_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
diff_test.go Fix: delete incentive reward factors on full withdraw/repay (#885) 2021-03-23 17:28:03 -06:00
hooks.go Fix delegation claim syncing (#889) 2021-03-25 00:10:13 -06:00
integration_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
keeper_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
keeper.go Incentive queries: unsynced claims, global reward factors (#894) 2021-04-02 15:34:42 -06:00
params.go Accrue Hard module rewards in multiple coin denoms (#785) 2021-02-02 09:17:46 -07:00
payout_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
payout.go [R4R] re-enable claiming rewards validator vesting accounts (#920) 2021-06-07 09:04:32 -05:00
querier.go Incentive queries: unsynced claims, global reward factors (#894) 2021-04-02 15:34:42 -06:00
rewards_borrow_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
rewards_borrow.go Incentive Refactor: split large files (#905) 2021-05-04 08:47:21 -06:00
rewards_delegator_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
rewards_delegator.go Incentive Refactor: split large files (#905) 2021-05-04 08:47:21 -06:00
rewards_supply_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
rewards_supply.go Incentive Refactor: split large files (#905) 2021-05-04 08:47:21 -06:00
rewards_usdx_test.go Incentive Test Refactors (#908) 2021-06-10 14:35:44 +01:00
rewards_usdx.go Incentive Refactor: split large files (#905) 2021-05-04 08:47:21 -06:00