mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-04 15:55:23 +00:00
* add set/delete/update ltv methods * refactor borrow logic * basic updates to keeper logic for compile * Add deposit index set/delete/update keeper methods * refactor deposit logic * refactor repay logic * update withdraw logic * introduce DeleteDepositBorrowAndLtvIndex * remove unused bool from AttemptKeeperLiquidation * remove comments (transitioned to asana cards) * catch multiple error types in liquidation loop |
||
|---|---|---|
| .. | ||
| borrow_test.go | ||
| borrow.go | ||
| claim_test.go | ||
| claim.go | ||
| deposit_test.go | ||
| deposit.go | ||
| interest_test.go | ||
| interest.go | ||
| keeper_test.go | ||
| keeper.go | ||
| liquidation_test.go | ||
| liquidation.go | ||
| params.go | ||
| querier.go | ||
| repay_test.go | ||
| repay.go | ||
| rewards_test.go | ||
| rewards.go | ||
| timelock_test.go | ||
| timelock.go | ||
| withdraw_test.go | ||
| withdraw.go | ||