0g-chain/x/community
Levi Schoen c59a491788
feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818)
* (feat) update x/cdp to run every X blocks based off params (#1814)

* add new cdp module param to protonet genesis

* update cdp / cdp related tests for new module param

* update telemetry docs and setup for collecting against local node

* update kvool commit for new cdp param

(cherry picked from commit 4d62f47773)

* add tests for configurable x/cdp begin blocker interval param
add migration for default value of param

* make adjustments based off pr feedback

* fix proto back compat check
2024-02-02 13:21:11 -05:00
..
client feat(community): add CLI cmd for annualized-rewards (#1756) 2023-10-25 11:36:18 -07:00
keeper x/community events and e2e test improvements (#1766) 2023-10-31 16:37:40 -07:00
migrations/v2 feat(community): consolidate community funds (#1729) 2023-10-20 09:18:37 -07:00
spec Update x/community spec (#1764) 2023-10-30 16:53:29 -07:00
testutil feat(x/cdp): update begin bloocker to run liquidations every X blocks based off params (#1818) 2024-02-02 13:21:11 -05:00
types x/community events and e2e test improvements (#1766) 2023-10-31 16:37:40 -07:00
abci_test.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
abci.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
disable_inflation_abci_test.go feat: disable inflation upgrade logic (#1706) 2023-10-02 13:10:22 -07:00
genesis_test.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
genesis.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00
handler.go feat: add community cdp withdraw collateral proposal (#1567) 2023-04-20 16:08:53 -07:00
module_test.go add x/kavamint & x/community modules (#1400) 2022-12-09 13:24:35 -08:00
module.go feat: disable inflation upgrade logic (#1706) 2023-10-02 13:10:22 -07:00
staking_rewards_abci_test.go Community Pool Staking Rewards Implementation & Improvements (#1742) 2023-10-03 08:41:54 -07:00