0g-chain/x/harvest/keeper
Denali Marsh 510b7e7c04
Harvest: borrows limited by global asset borrow limit (#715)
* update MaximumLimit param to MaximumLimitUSD

* track total borrowed coins in the store

* implement total borrowed coins querier

* add maximum value usd check

* update test suite, add zero coins check

* add test case, update error msg

* max limit in native amount

* remove debug logging

* prepare for master rebase

* master rebase

* fix build
2020-11-12 16:50:54 +01:00
..
borrow_test.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
borrow.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
claim_test.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
claim.go Harvest Migration (#672) 2020-09-30 19:07:30 -04:00
deposit_test.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
deposit.go rename hvt (#661) 2020-09-25 11:07:20 -04:00
keeper_test.go harvest-fix: check for status other than bonded, add staking tests (#677) 2020-10-05 17:44:17 -04:00
keeper.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
params.go Harvest basic borrow functionality (#702) 2020-10-30 10:59:47 +01:00
querier.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
rewards_test.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
rewards.go harvest-fix: check for status other than bonded, add staking tests (#677) 2020-10-05 17:44:17 -04:00
timelock_test.go Harvest: borrows limited by global asset borrow limit (#715) 2020-11-12 16:50:54 +01:00
timelock.go rename hvt (#661) 2020-09-25 11:07:20 -04:00