Skip to content

Commit

Permalink
Fix buf push (#315)
Browse files Browse the repository at this point in the history
## Describe your changes and provide context

## Testing performed to validate your change
  • Loading branch information
codchen authored Aug 23, 2023
1 parent de6acad commit 2066dbf
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
8 changes: 8 additions & 0 deletions proto/buf.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Generated by buf. DO NOT EDIT.
version: v1
deps:
- remote: buf.build
owner: sei-protocol
repository: third-party
commit: ec63a6f27ea04039953185599c21efc2
digest: shake256:a4e513745f8b44d28ab1fe93e633424b8dc7f6275bcab228376fbf27b8dafc08360bcae8255c1d65339db5d4f38665273fa844302b6e048f992929dbdc919a5e
22 changes: 22 additions & 0 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This module represents buf.build/sei-protocol/cosmos-sdk
version: v1
name: buf.build/sei-protocol/cosmos-sdk
deps:
- buf.build/sei-protocol/third-party

breaking:
use:
- FILE
lint:
use:
- DEFAULT
- COMMENTS
- FILE_LOWER_SNAKE_CASE
except:
- UNARY_RPC
- COMMENT_FIELD
- SERVICE_SUFFIX
- PACKAGE_VERSION_SUFFIX
- RPC_REQUEST_STANDARD_NAME
ignore:
- tendermint
22 changes: 22 additions & 0 deletions third_party/proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# This module represents buf.build/sei-protocol/third-party
version: v1
name: buf.build/sei-protocol/third-party
deps:
- buf.build/googleapis/googleapis

breaking:
use:
- FILE
lint:
use:
- DEFAULT
- COMMENTS
- FILE_LOWER_SNAKE_CASE
except:
- UNARY_RPC
- COMMENT_FIELD
- SERVICE_SUFFIX
- PACKAGE_VERSION_SUFFIX
- RPC_REQUEST_STANDARD_NAME
ignore:
- tendermint

0 comments on commit 2066dbf

Please sign in to comment.