0g-chain/x/cdp/keeper
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
..
auctions_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
auctions.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
cdp_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
cdp.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
deposit_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
deposit.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
draw_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
draw.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
grpc_query_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
grpc_query.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
hooks.go Cdp accumulators (#751) 2021-01-18 12:12:37 -07: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
interest_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
interest.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
keeper_bench_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
keeper_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
keeper.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
migrations.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
msg_server.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
params.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
querier_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
querier.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
seize_test.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00
seize.go Update deprecated Cosmos methods (#1530) 2023-04-05 16:21:59 -07:00