0g-chain/x/cdp/keeper
Nick DeLuca ba73f69688
Fix CDP keeper liquidation collateral ratio check (#1488)
* add test for exact collateral ratio; fix bug that allows cdps created at
the limit to be liquidated by a keeper; update spec

* touch up spec to be more clear

* adjust test name to better reflect what we are testing
2023-03-07 20:19:29 -07:00
..
auctions_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
auctions.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
cdp_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
cdp.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
deposit_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
deposit.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
draw_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
draw.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
grpc_query_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
grpc_query.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
hooks.go Cdp accumulators (#751) 2021-01-18 12:12:37 -07:00
integration_test.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
interest_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
interest.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
keeper_bench_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -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 gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
msg_server.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
params.go Upgrade to sdk v0.44.5 and add IBC (#1106) 2022-01-07 17:39:27 -07:00
querier_test.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
querier.go gofumpt - apply format changes for readability and consistency (#1248) 2022-05-09 11:37:36 -07:00
seize_test.go Fix CDP keeper liquidation collateral ratio check (#1488) 2023-03-07 20:19:29 -07:00
seize.go Fix CDP keeper liquidation collateral ratio check (#1488) 2023-03-07 20:19:29 -07:00