Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/firehose-beacon
https://github.com/pinax-network/firehose-beacon
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinax-network/firehose-beacon
- Owner: pinax-network
- License: apache-2.0
- Created: 2024-02-20T12:45:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T10:58:07.000Z (9 months ago)
- Last Synced: 2024-04-11T11:48:48.545Z (9 months ago)
- Language: Go
- Size: 294 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firehose on Beacon
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
This is the poller implementation to create Firehose blocks from Beacon chains. It enables both
[Firehose](https://firehose.streamingfast.io/introduction/firehose-overview)
and [Substreams](https://substreams.streamingfast.io) on Beacon chains. It supports all current specs (Phase0, Altair, Bellatrix, Capella and Deneb).
For the Deneb spec we embed blobs into the firehose blocks.The block proto can be found [here](https://github.com/pinax-network/firehose-beacon/blob/main/proto/sf/beacon/type/v1/type.proto).
**Note** this is still work in progress and the block type might change, nor do we have extensive
testing and data validation yet.