0g-chain/proto/kava/earn/v1beta1
Derrick Lee ae181604ff
Add basic Earn module vault deposit/withdraw (#1277)
* Add basic earn types and interfaces

* Add VaultStrategy type

* Update params with allowedVaults, deposit/withdraw msgs

* Fill in Deposit method, add keeper methods

* Add testutil, params, codec

* Add withdraw

* emit vault events

* Implement vault viewer methods

* Update doc comments, strategies

* Add earn cli query/tx commands

* Add successfull balance withdraw tests

* Add ukava vault to dev genesis

* Add vault keeper method doc comments

* Update stablecoin strategy to only accept usdx

* Vault state tests

* VaultTotalSupplied tests

* msg server test
2022-07-20 16:14:43 -07:00
..
genesis.proto Add basic Earn module vault deposit/withdraw (#1277) 2022-07-20 16:14:43 -07:00
params.proto Add basic Earn module vault deposit/withdraw (#1277) 2022-07-20 16:14:43 -07:00
query.proto Add basic Earn module vault deposit/withdraw (#1277) 2022-07-20 16:14:43 -07:00
strategy.proto Add basic Earn module vault deposit/withdraw (#1277) 2022-07-20 16:14:43 -07:00
tx.proto Add basic Earn module vault deposit/withdraw (#1277) 2022-07-20 16:14:43 -07:00
vault.proto Add basic Earn module vault deposit/withdraw (#1277) 2022-07-20 16:14:43 -07:00