Skip to content

Commit

Permalink
add buf yaml (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets authored Nov 13, 2023
1 parent c0ad21c commit 9565470
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions proto/buf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
### Firehose Antelope Types

Firehose Protobuf definitions for Antelope chains: EOS, WAX, TELOS, etc.

Foremost, this provides `sf.antelope.types.v1.Block` which is used for consuming Firehose & Substreams Antelope block model.

Useful links:
- Documentation: [https://substreams.streamingfast.io/](https://substreams.streamingfast.io/) ([Firehose Docs](https://firehose.streamingfast.io/))
- Source: [https://github.com/pinax-network/firehose-antelope](https://github.com/pinax-network/firehose-antelope)
14 changes: 14 additions & 0 deletions proto/buf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: v1
name: buf.build/pinax/firehose-antelope

build:
excludes:
- google

lint:
use:
- DEFAULT

breaking:
use:
- FILE

0 comments on commit 9565470

Please sign in to comment.