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

penumbra provider: update protos #1245

Merged
merged 1 commit into from
Jul 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
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
9 changes: 5 additions & 4 deletions proto/cosmos/crypto/sr25519/keys.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ import "gogoproto/gogo.proto";
// Originally github.com/cosmos/cosmos-sdk/crypto/keys/sr25519
option go_package = "github.com/cosmos/relayer/v2/relayer/chains/cosmos/keys/sr25519";

option (gogoproto.messagename_all) = true;
option (gogoproto.messagename_all) = true;
option (gogoproto.goproto_stringer_all) = false;
option (gogoproto.goproto_getters_all) = false;
option (gogoproto.goproto_getters_all) = false;

// PubKey defines a sr25519 ECDSA public key.
message PubKey {
option (gogoproto.goproto_stringer) = false;
option (gogoproto.goproto_stringer) = false;

bytes key = 1 [(gogoproto.casttype) = "github.com/cometbft/cometbft/crypto/sr25519.PubKey"];
bytes key = 1 [ (gogoproto.casttype) =
"github.com/cometbft/cometbft/crypto/sr25519.PubKey" ];
}
253 changes: 159 additions & 94 deletions relayer/chains/penumbra/core/crypto/v1alpha1/crypto.pb.go

Large diffs are not rendered by default.

707 changes: 392 additions & 315 deletions relayer/chains/penumbra/core/dex/v1alpha1/dex.pb.go

Large diffs are not rendered by default.

302 changes: 206 additions & 96 deletions relayer/chains/penumbra/core/governance/v1alpha1/governance.pb.go

Large diffs are not rendered by default.

299 changes: 204 additions & 95 deletions relayer/chains/penumbra/core/stake/v1alpha1/stake.pb.go

Large diffs are not rendered by default.

Loading
Loading