Skip to content

Commit

Permalink
changelog: mention the protobuf DetailLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Nov 6, 2023
1 parent 6c769d8 commit 85238e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ start:

* The default value for `merger-grpc-listen-addr` changed from `:15012` to `:10012`. If you didn't had this flag defined and wish to keep the old default, define `merger-grpc-listen-addr: :15012`.

### Protobuf model changes

* Added field `DetailLevel` (Base, Extended(default)) to `sf.ethereum.type.v2.Block` to distinguish the new blocks produced from polling RPC (base) from the blocks normally produced with firehose instrumentation (extended)

### Removed

* Transform `sf.ethereum.transform.v1.LightBlock` is not supported, this has been deprecated for a long time and should not be used anywhere.
Expand Down

0 comments on commit 85238e6

Please sign in to comment.