0g-chain/x/incentive
Ruaridh 013093ecb5
Incentive genesis refactor: remove sync on export (#954)
* move defualt values to file where they're used

* add type to hold RewardIndexes in genesis state

* add reward indexes state to genesis

* fix genesis state importers

* add iterator keeper methods for accrual times

* remove syncing from export/init genesis

* separate incentive migration to new file

* refactor out common funcs from incentive migration

* update legacy genesis state to v0.14.3

* add test and example migrated json

* fully initialize rewards in genesis builder

* add kava-7-mainnet incentive state

* run aliasgen

* add missing type to incentive/legacy

Co-authored-by: karzak <kjydavis3@gmail.com>
2021-07-15 15:41:55 +01:00
..
client Refactor incentive payout (#953), Users can claim swap rewards (#955) 2021-07-15 15:05:54 +01:00
keeper Incentive genesis refactor: remove sync on export (#954) 2021-07-15 15:41:55 +01:00
legacy Incentive genesis refactor: remove sync on export (#954) 2021-07-15 15:41:55 +01:00
simulation Incentive/Hard rebase to master (#773) 2021-01-21 14:52:09 +01:00
spec Swaps accumulate global rewards (#947) 2021-07-07 14:23:06 +01:00
testutil Incentive genesis refactor: remove sync on export (#954) 2021-07-15 15:41:55 +01:00
types Incentive genesis refactor: remove sync on export (#954) 2021-07-15 15:41:55 +01:00
abci.go Refactor to DelegatorClaim and implement new MsgClaimDelegatorReward (#948) 2021-07-07 18:50:14 +02:00
alias.go Incentive genesis refactor: remove sync on export (#954) 2021-07-15 15:41:55 +01:00
doc.go USDX incentives implementation (#399) 2020-04-24 11:20:34 -04:00
genesis_test.go Incentive genesis refactor: remove sync on export (#954) 2021-07-15 15:41:55 +01:00
genesis.go Incentive genesis refactor: remove sync on export (#954) 2021-07-15 15:41:55 +01:00
handler_delegator_test.go Refactor incentive payout (#953), Users can claim swap rewards (#955) 2021-07-15 15:05:54 +01:00
handler_hard_test.go Refactor incentive payout (#953), Users can claim swap rewards (#955) 2021-07-15 15:05:54 +01:00
handler_swap_test.go Refactor incentive payout (#953), Users can claim swap rewards (#955) 2021-07-15 15:05:54 +01:00
handler_usdx_test.go Refactor incentive payout (#953), Users can claim swap rewards (#955) 2021-07-15 15:05:54 +01:00
handler.go Refactor incentive payout (#953), Users can claim swap rewards (#955) 2021-07-15 15:05:54 +01:00
integration_test.go Refactor incentive payout (#953), Users can claim swap rewards (#955) 2021-07-15 15:05:54 +01:00
module.go [R4R] fix: validate usdx minting collaterals in incentive genesis (#770) 2021-01-19 22:42:50 -07:00