Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom-diff: x/vesting #1

Closed
wants to merge 1 commit into from
Closed

custom-diff: x/vesting #1

wants to merge 1 commit into from

Conversation

dongsam
Copy link

@dongsam dongsam commented Mar 11, 2022

In the current version, there is no Msg to create PeriodicVestingAccount, so I cherry-picked it.

proto/cosmos/vesting/v1beta1/tx.proto Show resolved Hide resolved
x/auth/vesting/client/cli/periods.json Show resolved Hide resolved
x/auth/vesting/client/cli/periods1.json Show resolved Hide resolved
docs/core/proto-docs.md Show resolved Hide resolved
x/auth/vesting/client/cli/tx.go Show resolved Hide resolved
x/auth/vesting/client/cli/tx.go Show resolved Hide resolved
x/auth/vesting/client/cli/tx.go Show resolved Hide resolved
Comment on lines +161 to +163
if err := msg.ValidateBasic(); err != nil {
return err
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't need to call ValidateBasic here since GenerateOrBroadcastTxCLI will call it.

x/auth/vesting/client/cli/tx_test.go Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented May 2, 2022

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the Stale label May 2, 2022
@github-actions github-actions bot closed this May 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants