solana-program-library/token-lending/program/tests
Justin Starry 891b6794f3
Introduce SPL Token Lending (#696)
* Add spl-token-lending

* lending-client

* cargo clippy

* Limit bpf tests

* Enable lending bpf tests

* Remove obligation signer requirement

* Fix token lending js cli test

* Fix
2020-12-19 08:17:07 +08:00
..
fixtures Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
helpers Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
borrow.rs Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
deposit.rs Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
init_lending_market.rs Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
init_reserve.rs Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
liquidate.rs Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
repay.rs Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00
withdraw.rs Introduce SPL Token Lending (#696) 2020-12-19 08:17:07 +08:00