Derrick Lee
50fdebe657
Add liquid bkava support to savings ( #1309 )
...
* Add savings support for bkava deposits
* Update savings tests with valid validator
* Add invalid bkava deposit test
* Remove test logs
* Add bkava withdraw test
2022-09-23 09:38:45 -07:00
Denali Marsh
a073238f34
Savings module deposits ( #1192 )
...
* module files
* proto types
* types and generated proto types
* keeper
* client scaffold
* add savings module to app
* remove placeholder types file
* implement rest and add to module
* update proto types
* validation for supported denoms
* generate updates proto types
* update comments
* update comments
* remove unused imports from proto files
* regenerate proto files
* update proto types
* client
* deposit type and generated proto types
* deposit keeper methods + tests
* update savings module file
* update app.go + test common
* remove abci
* remove refs to other modules
* remove endblocker call
* genesis init test for module account
* update genesis test with params
* add get/set params test
* fix up keeper test
* use params getter
* simplify if/else statement
* fix: add msgServer to keeper
* fix: register deposit message
* update deposit test
* wrap invalid deposit denom error msg
Co-authored-by: karzak <kjydavis3@gmail.com>
2022-03-23 15:34:23 +01:00
Denali Marsh
451bc05f47
Savings module params ( #1190 )
...
* module files
* proto types
* types and generated proto types
* keeper
* client scaffold
* add savings module to app
* remove placeholder types file
* implement rest and add to module
* update proto types
* validation for supported denoms
* generate updates proto types
* update comments
* update comments
* remove unused imports from proto files
* regenerate proto files
* remove abci
* remove refs to other modules
* remove endblocker call
* genesis init test for module account
* update genesis test with params
* add get/set params test
2022-03-23 14:27:54 +01:00