cosmos-sdk/x/auth/vesting/types
Cory 8138605aed
Refactor x/auth/vesting to use ADR-031 (#7551)
* update auth/vesting module to use proto msg services

* rm accidental tmp files

* Update x/auth/vesting/msg_server.go

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>

* golangci-lint fix

Co-authored-by: Marie Gauthier <marie.gauthier63@gmail.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-10-19 09:22:56 +00:00
..
codec.go Add ADR 031 BaseApp and codec infrastructure (#7519) 2020-10-15 13:07:59 +00:00
common_test.go Merge PR #6076: Proto Any init + evidence 2020-05-05 10:28:20 -04:00
constants.go Merge PR #7209: Create Vesting Account Message 2020-09-08 09:09:50 -07:00
expected_keepers.go Merge PR #7209: Create Vesting Account Message 2020-09-08 09:09:50 -07:00
genesis_test.go Migrate BaseAccount PubKey to use Any (#7268) 2020-09-25 08:41:16 +00:00
msgs.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
period.go Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
test_common.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00
tx.pb.go Refactor x/auth/vesting to use ADR-031 (#7551) 2020-10-19 09:22:56 +00:00
vesting.pb.go Protobuf audit: base package, module packages, tx/Msg's (#7059) 2020-08-19 07:36:41 +00:00
vesting_account.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
vesting_account_test.go Update tm pubkey references (#7102) 2020-08-28 16:02:38 +00:00