Skip to content

Commit

Permalink
fix changelog for proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Nov 27, 2024
1 parent 7887f66 commit 595b725
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). See [MAINTAINERS.md](./MAINTAINERS.md)
for instructions to keep up to date.

## v2.7.6
## v2.8.1

* `firehose-grpc-listen-addr` and `substreams-tier1-grpc-listen-addr` flags now accepts comma-separated addresses (allows listening as plaintext and snakeoil-ssl at the same time or on specific ip addresses)
* rpc-poller: fix fetching the first block on an endpoint (was not following the cursor, failing unnecessarily on non-archive nodes)

## v2.8.0

* Adding `requests_hash` which was added by EIP-7685
* Adding nil safety check on the `CombinedFilter` and looping over the transaction_trace receipts
* Bump `substreams` and `dmetering` to latest version adding the `outputModuleHash` to metering sender.
* `firehose-grpc-listen-addr` and `substreams-tier1-grpc-listen-addr` flags now accepts comma-separated addresses (allows listening as plaintext and snakeoil-ssl at the same time or on specific ip addresses)
* rpc-poller: fix fetching the first block on an endpoint (was not following the cursor, failing unnecessarily on non-archive nodes)

## v2.7.5

Expand Down

0 comments on commit 595b725

Please sign in to comment.