Skip to content

Commit

Permalink
fix buf lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Sep 24, 2023
1 parent 1b09e41 commit 43af3d8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 23 deletions.
Binary file modified crates/proto/src/gen/proto_descriptor.bin.no_lfs
Binary file not shown.
Binary file modified crates/storage/src/gen/proto_descriptor.bin.no_lfs
Binary file not shown.
40 changes: 18 additions & 22 deletions proto/go/gen/penumbra/storage/v1alpha1/storage.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion proto/penumbra/penumbra/storage/v1alpha1/storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ syntax = "proto3";

package penumbra.storage.v1alpha1;

import "ibc/core/commitment/v1/commitment.proto";

/*
// This code really seems to belong in the storage crate,
Expand All @@ -11,6 +10,8 @@ import "ibc/core/commitment/v1/commitment.proto";
// application, not the storage layer, which doesn't know about the extra
// "dummy proof" we insert for IBC compatibility.
import "ibc/core/commitment/v1/commitment.proto";
service QueryService {
// General-purpose key-value state query API, that can be used to query
// arbitrary keys in the JMT storage.
Expand Down

0 comments on commit 43af3d8

Please sign in to comment.