cosmos-sdk/proto/cosmos
Cory 603e89541f
Add support for permanent locked vesting accounts (#8520)
* add basics for permanent locked vesting account support

* remove sdk.Msg support for PermanentLockedVestingAccount

* add tests for PermanentLockedVestingAccount

* remove unecessary tests

* drop unecessary create vesting acct msgs

* Update x/auth/vesting/types/vesting_account.go

Co-authored-by: Aaron Craelius <aaron@regen.network>

* Update x/auth/vesting/types/vesting_account.go

Co-authored-by: Aaron Craelius <aaron@regen.network>

* Update x/auth/vesting/types/vesting_account.go

Co-authored-by: Aaron Craelius <aaron@regen.network>

* Update x/auth/vesting/types/vesting_account_test.go

Co-authored-by: Aaron Craelius <aaron@regen.network>

* Review changes

* Factorize init function

* Factorize more

* Comments

* Fix build after rename

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Aaron Craelius <aaron@regen.network>
2021-04-21 16:18:28 +00:00
..
auth/v1beta1 auth: query all accounts stored via gRPC (#8522) 2021-02-22 14:21:46 +00:00
authz/v1beta1 x/authz: Add DelegateAuthorization, UndelegateAuthorization (#8472) 2021-02-20 06:57:57 +00:00
bank/v1beta1 Paginate supply queries (#8798) 2021-04-06 14:43:08 +00:00
base cosmos-reflection: extend to support writing by reflection clients (#8965) 2021-04-07 00:33:54 +01:00
capability/v1beta1 Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
crisis/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
crypto crypto: add secp256r1 (#8559) 2021-03-04 12:29:48 +00:00
distribution/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
evidence/v1beta1 Refactor x/evidence to ADR-031 (#7538) 2020-10-16 16:05:25 +00:00
feegrant/v1beta1 feegrant filtered msgs (#8604) 2021-04-09 16:49:24 +00:00
genutil/v1beta1 Add proto formatting tool (#7266) 2020-09-08 22:06:54 +00:00
gov/v1beta1 Apply suggestions from code review 2021-02-10 12:27:06 -05:00
mint/v1beta1 Change address from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
params/v1beta1 All Makefile proto commands use Docker (#7931) 2020-11-13 16:36:58 +00:00
slashing/v1beta1 Robert/docs slashing (#8329) 2021-01-16 00:03:08 +01:00
staking/v1beta1 merged in master 2021-03-21 16:37:06 -04:00
tx Prefer sending tx_bytes to Simulate gRPC endpoint (#8926) 2021-03-25 10:52:54 +00:00
upgrade/v1beta1 x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
vesting/v1beta1 Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00