0g-chain/x/savings/keeper
Denali Marsh 988836dee0
Savings module invariants (#1199)
* add deposits to genesis state

* import/export genesis with deposits

* add helper keeper method + update tests

* invariants + tests

* register invariants on module

* fix genesis test invariant init

* clean up invariants test

* remove comment from test file

* fix invariants test

* run 'make proto-all'
2022-03-30 13:51:06 +02:00
..
deposit_test.go Savings genesis state (#1198) 2022-03-29 11:45:04 +02:00
deposit.go Savings module deposits (#1192) 2022-03-23 15:34:23 +01:00
grpc_query.go Savings module: deposit querier (#1193) 2022-03-24 17:43:03 +01:00
grpcquery_test.go Savings module: deposit querier (#1193) 2022-03-24 17:43:03 +01:00
invariants_test.go Savings module invariants (#1199) 2022-03-30 13:51:06 +02:00
invariants.go Savings module invariants (#1199) 2022-03-30 13:51:06 +02:00
keeper_test.go Savings module deposits (#1192) 2022-03-23 15:34:23 +01:00
keeper.go Savings module invariants (#1199) 2022-03-30 13:51:06 +02:00
msg_server.go Savings module withdrawals (#1197) 2022-03-28 13:53:42 +02:00
params_test.go Savings module params (#1190) 2022-03-23 14:27:54 +01:00
params.go Savings module deposits (#1192) 2022-03-23 15:34:23 +01:00
withdraw_test.go Savings genesis state (#1198) 2022-03-29 11:45:04 +02:00
withdraw.go Savings module withdrawals (#1197) 2022-03-28 13:53:42 +02:00