mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
14 lines
492 B
Markdown
14 lines
492 B
Markdown
## 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
|
|
|
|
```bash
|
|
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.
|
|
|