0g-chain/x/incentive/keeper
Draco 614d4e40fe
Update cosmos-sdk to v0.47.7 (#1811)
* Update cometbft, cosmos, ethermint, and ibc-go

* Replace github.com/tendermint/tendermint by github.com/cometbft/cometbft

* Replace github.com/tendermint/tm-db by github.com/cometbft/cometbft-db

* Replace gogo/protobuf with cosmos/gogoproto & simapp replacement

* Replace cosmos-sdk/simapp/helpers with cosmos-sdk/testutil/sims

* Remove no longer used simulations

* Replace ibchost with ibcexported
See https://github.com/cosmos/ibc-go/blob/v7.2.2/docs/migrations/v6-to-v7.md#ibc-module-constants

* Add new consensus params keeper

* Add consensus keeper to blockers

* Fix keeper and module issues in app.go

* Add IsSendEnabledCoins and update SetParams interface changes

* Fix protobuf build for cosmos 47 (#1800)

* fix cp errors by using -f; fix lint by only linting our proto dir;
and use proofs.proto directly from ics23 for ibc-go v7

* run proto-all; commit updated third party deps and swagger changes

* regenerate proto files

* use correct gocosmos build plugin for buf

* re-gen all protobuf files to update paths for new gocosmos plugin

* update protoc and buf to latest versions

* fix staking keeper issues in app.go

* update tally handler for gov changes

* chain id fix and flag fixes

* update deps for cometbft 47.7 upgrade

* remove all module legacy queriers

* update stakingKeeper to pointer

* Replace ModuleCdc from govv1beta1 to govcodec

* remove simulations

* abci.LastCommitInfo → abci.CommitInfo

* Remove unused code in keys.go

* simapp.MakeTestEncodingConfig -> moduletestutil.MakeTestEncodingConfi

* Fix chain id issues in tests

* Fix remaining unit test issues

* Update changelog for upgrade

* Fix e2e tests using updated kvtool

* Update protonet to v47 compatible genesis

* Bump cometbft-db to v0.9.1-kava.1

* Update kvtool

* Remove extra changelog

* Fix merged rocksdb issues

* go mod cleanup

* Bump cometbft-db to v9 and go to 1.21

* Bump rocksdb version to v8.10.0

* Update kvtool to latest version

* Update gin to v1.9.0

* Use ibctm.ModuleName in app_test

* Fallback to genesis chain id instead of client toml

* Remove all simulations

* Fix cdp migrations issue with v47

* Update dependencies to correct tags

---------

Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
2024-02-06 17:54:10 -05:00
..
claim_test.go Revert per-module incentive claim denom multipliers (#1312) 2022-09-27 19:46:14 -07:00
claim.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
diff_test.go Fix: delete incentive reward factors on full withdraw/repay (#885) 2021-03-23 17:28:03 -06:00
grpc_query_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
grpc_query.go Add incentive grpc query service (#1503) 2023-03-21 15:47:21 -07:00
hooks.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
integration_test.go feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
keeper_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
keeper_utils_test.go Add incentive earn tests with real keepers (#1354) 2022-10-19 16:13:37 -07:00
keeper.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
msg_server_delegator_test.go feat(community): consolidate community funds (#1729) 2023-10-20 09:18:37 -07:00
msg_server_earn_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
msg_server_hard_test.go feat(community): consolidate community funds (#1729) 2023-10-20 09:18:37 -07:00
msg_server_swap_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
msg_server_usdx_test.go feat(community): consolidate community funds (#1729) 2023-10-20 09:18:37 -07:00
msg_server.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
params.go Revert per-module incentive claim denom multipliers (#1312) 2022-09-27 19:46:14 -07:00
payout_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
payout.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
querier_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
querier.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05: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 Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
rewards_borrow_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05: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 Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -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 feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
rewards_delegator_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
rewards_delegator.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
rewards_earn_accum_integration_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
rewards_earn_accum_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
rewards_earn_init_test.go Add base earn incentives (#1292) 2022-09-22 11:26:08 -07:00
rewards_earn_proportional_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
rewards_earn_staking_integration_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
rewards_earn_staking_test.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04: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 Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
rewards_savings_accum_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05: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 feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04: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 Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
rewards_supply_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05: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 feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04: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 Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -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 Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00
rewards_usdx_unit_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
rewards_usdx.go feat: upgrade to Cosmos v0.46 (#1477) 2023-04-03 20:08:45 -04:00
unit_test.go Update cosmos-sdk to v0.47.7 (#1811) 2024-02-06 17:54:10 -05:00