Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from semiotic-ai/joseph/tru-302-sf-protos-upda…
Browse files Browse the repository at this point in the history
…te-protobuffers-info-in-readme

docs: fix Firehose protobuffers info
  • Loading branch information
suchapalaver authored Sep 14, 2024
2 parents e1afbeb + ff1f182 commit 9e3af82
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# sf-protos

StreamingFast's Rust-compiled protocol buffers, used in [header-accumulator](https://github.com/semiotic-ai/header_accumulator)
and [flat-files-decoder](https://github.com/semiotic-ai/flat-files-decoder)
StreamingFast's and Pinax's Rust-compiled protocol buffers for Firehose,
used in [header-accumulator](https://github.com/semiotic-ai/header_accumulator),
[flat-files-decoder](https://github.com/semiotic-ai/flat-files-decoder), and
[forrestrie](https://github.com/semiotic-ai/forrestrie).

## Protobuffer definitions

- `block.proto`: <https://github.com/streamingfast/firehose-ethereum/blob/335607aac766f9f3c6946d8b1ad3c8e36ab70930/proto/sf/ethereum/type/v2/type.proto>
- `firehose.proto`: <https://github.com/streamingfast/proto/blob/develop/sf/firehose/v2/firehose.proto>
- `type.proto`: <https://github.com/streamingfast/firehose-ethereum/blob/335607aac766f9f3c6946d8b1ad3c8e36ab70930/proto/sf/ethereum/type/v2/type.proto>
- `type.proto`: <https://github.com/pinax-network/firehose-beacon/blob/main/proto/sf/beacon/type/v1/type.proto>

## Tests

Expand Down

0 comments on commit 9e3af82

Please sign in to comment.