Skip to content

Commit

Permalink
Merge pull request streamingfast#38 from pinax-network/feature/add_be…
Browse files Browse the repository at this point in the history
…acon_proto

add block model for Beacon chains
  • Loading branch information
maoueh authored Feb 26, 2024
2 parents e05848f + f26cff8 commit 8dd98e5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Operators, you should copy/paste content of this content straight to your projec

If you were at `firehose-core` version `1.0.0` and are bumping to `1.1.0`, you should copy the content between those 2 version to your own repository, replacing placeholder value `fire{chain}` with your chain's own binary.

## Unreleased

* Added `Beacon` to known list of Block model.

## v1.2.3

* Fix marshalling of blocks to JSON in tools like `firehose-client` and `print merged-blocks`
Expand Down
1 change: 1 addition & 0 deletions proto/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ var wellKnownProtoRepos = []string{
"buf.build/streamingfast/firehose-bitcoin",
"buf.build/pinax/firehose-antelope",
"buf.build/pinax/firehose-arweave",
"buf.build/pinax/firehose-beacon",
}

func main() {
Expand Down
14 changes: 11 additions & 3 deletions proto/well_known_types.go

Large diffs are not rendered by default.

0 comments on commit 8dd98e5

Please sign in to comment.