mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-28 07:36:44 +00:00
492 B
492 B
Firehose Instructions
This readme contains instructions about how to manage Firehose branches and other important instructions needed to develop and maintain the Firehose Tracer.
Regenerate Protobufs
buf generate buf.build/streamingfast/firehose-ethereum --exclude-path sf/ethereum/substreams,sf/ethereum/trxstream,sf/ethereum/transform
Note
You can generate from a local path
buf generate ../firehose-ethereum/proto ...when developing new features locally.