Skip to content

Commit

Permalink
fix(proto): remove asset import in chain protos
Browse files Browse the repository at this point in the history
Follow up to #3474, to
satisfy buf linting CI check.
  • Loading branch information
conorsch committed Dec 6, 2023
1 parent 56858ad commit a9f9e9b
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 86 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.
164 changes: 80 additions & 84 deletions proto/go/gen/penumbra/core/component/chain/v1alpha1/chain.pb.go

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

Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
syntax = "proto3";
package penumbra.core.component.chain.v1alpha1;

import "penumbra/core/asset/v1alpha1/asset.proto";

// Global chain configuration data, such as chain ID, epoch duration, etc.
message ChainParameters {
// The identifier of the chain.
Expand Down

0 comments on commit a9f9e9b

Please sign in to comment.