Denali Marsh
70d431b5c8
Savings module withdrawals ( #1197 )
...
* proto types
* updated types, generated protobuf types
* add to client
* add withdraw keeper methods + test
* more withdraw keeper test cases
* revisions
2022-03-28 13:53:42 +02:00
Ruaridh
3b187011bb
Fix proto-gen after docs removal ( #1196 )
...
* add back proto docs template
* ignore all third party packages from proto lint
* generate missing proto docs/linting
* update old branch name for proto-check-breaking
* remove dependency changes from proto generation
* remove no longer needed docs cmds from makefile
* use v0.3 dev image w/ go 1.17; add go mod tidy back
Co-authored-by: Nick DeLuca <nickdeluca08@gmail.com>
2022-03-25 15:15:02 +00: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
8540a5c06f
Savings module scaffold ( #1188 )
...
* 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 comments
* remove unused imports from proto files
* remove abci
* remove refs to other modules
* remove endblocker call
* genesis init test for module account
2022-03-22 22:13:27 +01:00