0g-chain/x/incentive/keeper
Ruaridh 4b8e224f6a
Revert incentive refactor commits (#1433)
* Revert "Add incentive migrations for earn rewards (#1406)"

This reverts commit 937e5f339f.

* Revert "Use different accumulator for earn (#1395)"

This reverts commit cf009647e6.

* Revert "Add base earn incentive accumulator (#1393)"

This reverts commit 44a90a8ef9.

* Revert "Add generic incentive `AccumulateRewards` method (#1392)"

This reverts commit dce631d3de.

* Revert "Add GetSynchronizedClaim and swap adapter (#1386)"

This reverts commit f52a581ea9.

* Revert "Add Initialize/Synchronize Claim methods (#1383)"

This reverts commit c2061f626e.

* Revert "Add source adapter interface definition (#1377)"

This reverts commit 2abb2ce606.

* Revert "Add incentive RewardIndexes types and state methods (#1381)"

This reverts commit 4a3002b09c.

* Revert "Add AccrualTime type and state methods (#1379)"

This reverts commit df1c2ffc34.

* Revert "Add incentive claim state methods (#1375)"

This reverts commit 90735e29ed.

* Revert "Add generic Claim type (#1371)"

This reverts commit 45fc1a7643.

* Regerate protos and minor revert fixes
2022-12-22 01:08:16 +00:00
..
claim_test.go Revert per-module incentive claim denom multipliers (#1312) 2022-09-27 19:46:14 -07:00
claim.go Revert per-module incentive claim denom multipliers (#1312) 2022-09-27 19:46:14 -07:00
diff_test.go Fix: delete incentive reward factors on full withdraw/repay (#885) 2021-03-23 17:28:03 -06:00
hooks.go Disable savings incentives (#1320) 2022-09-29 21:18:06 +01:00
integration_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
keeper_test.go Add base earn incentives (#1292) 2022-09-22 11:26:08 -07:00
keeper_utils_test.go Add incentive earn tests with real keepers (#1354) 2022-10-19 16:13:37 -07:00
keeper.go Revert incentive refactor commits (#1433) 2022-12-22 01:08:16 +00:00
msg_server_delegator_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
msg_server_earn_test.go remove x/mint (#1416) 2022-12-09 14:31:31 -08:00
msg_server_hard_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
msg_server_swap_test.go Add incentive earn tests with real keepers (#1354) 2022-10-19 16:13:37 -07:00
msg_server_usdx_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
msg_server.go Disable savings incentives (#1320) 2022-09-29 21:18:06 +01:00
params.go Revert per-module incentive claim denom multipliers (#1312) 2022-09-27 19:46:14 -07:00
payout_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
payout.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
querier_test.go remove x/mint (#1416) 2022-12-09 14:31:31 -08:00
querier.go remove x/mint (#1416) 2022-12-09 14:31:31 -08:00
rewards_borrow_accum_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_borrow_init_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_borrow_sync_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_borrow_test.go Add incentive earn tests with real keepers (#1354) 2022-10-19 16:13:37 -07:00
rewards_borrow_update_test.go Fix incentive usdx/borrow/supply reward calculation bug (#974) 2021-07-26 20:07:24 +01:00
rewards_borrow.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_delegator_accum_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_delegator_init_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_delegator_sync_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_delegator_test.go Add EVM Support (#1215) 2022-04-21 16:16:28 -04:00
rewards_delegator.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_earn_accum_integration_test.go Revert incentive refactor commits (#1433) 2022-12-22 01:08:16 +00:00
rewards_earn_accum_test.go Add liquid staking reward redistribution via incentive (#1308) 2022-09-28 13:20:01 -07:00
rewards_earn_init_test.go Add base earn incentives (#1292) 2022-09-22 11:26:08 -07:00
rewards_earn_proportional_test.go Revert incentive refactor commits (#1433) 2022-12-22 01:08:16 +00:00
rewards_earn_staking_integration_test.go remove x/mint (#1416) 2022-12-09 14:31:31 -08:00
rewards_earn_staking_test.go Add liquid staking reward redistribution via incentive (#1308) 2022-09-28 13:20:01 -07:00
rewards_earn_sync_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_earn.go Revert incentive refactor commits (#1433) 2022-12-22 01:08:16 +00:00
rewards_savings_accum_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_savings_init_test.go Incentive savings hooks + init/sync of savings claims (#1209) 2022-04-21 16:19:03 +02:00
rewards_savings_sync_test.go Incentive savings hooks + init/sync of savings claims (#1209) 2022-04-21 16:19:03 +02:00
rewards_savings.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_supply_accum_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_supply_init_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_supply_sync_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_supply_test.go Add incentive earn tests with real keepers (#1354) 2022-10-19 16:13:37 -07:00
rewards_supply_update_test.go Incentive savings hooks + init/sync of savings claims (#1209) 2022-04-21 16:19:03 +02:00
rewards_supply.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_swap_accum_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_swap_init_test.go Refactor incentive accumulators to be the same (#970) 2021-07-22 13:53:18 +01:00
rewards_swap_sync_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_swap.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_usdx_accum_test.go Add weighted bkava support for earn incentives (#1299) 2022-09-23 09:38:22 -07:00
rewards_usdx_test.go Add incentive earn tests with real keepers (#1354) 2022-10-19 16:13:37 -07:00
rewards_usdx_unit_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
rewards_usdx.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
unit_test.go Revert incentive refactor commits (#1433) 2022-12-22 01:08:16 +00:00