Skip to content

Commit

Permalink
refactor(vesting): remove vesting account creation (#19535)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle authored Feb 23, 2024
1 parent 8b83a2e commit 72e4134
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 4,808 deletions.
3,723 changes: 0 additions & 3,723 deletions api/cosmos/vesting/v1beta1/tx.pulsar.go

This file was deleted.

203 changes: 0 additions & 203 deletions api/cosmos/vesting/v1beta1/tx_grpc.pb.go

This file was deleted.

2 changes: 2 additions & 0 deletions x/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
* [#19161](https://github.com/cosmos/cosmos-sdk/pull/19161) Remove `simulate` from `SetGasMeter`
* [#19363](https://github.com/cosmos/cosmos-sdk/pull/19363) Remove `IterateAccounts` and `GetAllAccounts` methods from the AccountKeeper interface and Keeper.
* [#19290](https://github.com/cosmos/cosmos-sdk/issues/19290) Pass `appmodule.Environment` to NewKeeper instead of passing individual services.
* [#19535](https://github.com/cosmos/cosmos-sdk/pull/19535) Remove vesting account creation when the chain is running. The accounts module is required for creating vesting accounts on a running chain.
<!-- TODO add a link to lockup accounts docs -->

### Consensus Breaking Changes

Expand Down
47 changes: 0 additions & 47 deletions x/auth/vesting/autocli.go

This file was deleted.

Loading

0 comments on commit 72e4134

Please sign in to comment.