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

feat(accounts): use gogoproto API instead of protov2. #18653

Merged
merged 20 commits into from
Dec 8, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
continue fixing with very much pain
  • Loading branch information
unknown unknown committed Dec 6, 2023
commit a57501466d3a3a39d8a7c3e3912fd2ad93fd06ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package cosmos.accounts.interfaces.account_abstraction.v1;
import "google/protobuf/any.proto";
import "cosmos/accounts/v1/account_abstraction.proto";

option go_package = "cosmossdk.io/x/accounts/interfaces/account_abstraction/v1beta1";
option go_package = "cosmossdk.io/x/accounts/interfaces/account_abstraction/v1";

// MsgAuthenticate is a message that an x/account account abstraction implementer
// must handle to authenticate a state transition.
Expand Down
Loading