From 9565470d2f9d68d583a41ad7df829bfd2496d583 Mon Sep 17 00:00:00 2001 From: Yaro Shkvorets Date: Mon, 13 Nov 2023 16:38:52 -0600 Subject: [PATCH] add buf yaml (#101) --- proto/buf.md | 9 +++++++++ proto/buf.yaml | 14 ++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 proto/buf.md create mode 100644 proto/buf.yaml diff --git a/proto/buf.md b/proto/buf.md new file mode 100644 index 0000000..eae230f --- /dev/null +++ b/proto/buf.md @@ -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) \ No newline at end of file diff --git a/proto/buf.yaml b/proto/buf.yaml new file mode 100644 index 0000000..d105e69 --- /dev/null +++ b/proto/buf.yaml @@ -0,0 +1,14 @@ +version: v1 +name: buf.build/pinax/firehose-antelope + +build: + excludes: + - google + +lint: + use: + - DEFAULT + +breaking: + use: + - FILE