cosmos-sdk/x/auth/vesting/types
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
..
codec.go Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00
common_test.go Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00: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 Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
tx.pb.go Update gogo proto deps with v1.3.2 security fixes (#8350) 2021-01-15 19:45:34 +00:00
vesting.pb.go Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00
vesting_account.go Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00
vesting_account_test.go Add support for permanent locked vesting accounts (#8520) 2021-04-21 16:18:28 +00:00