Skip to content

Commit

Permalink
penumbra provider: update protos (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
avahowell committed Jul 22, 2023
1 parent 4a3237d commit af73416
Show file tree
Hide file tree
Showing 8 changed files with 3,176 additions and 1,410 deletions.
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

0 comments on commit af73416

Please sign in to comment.