Skip to content

Commit

Permalink
yet another changelog clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Apr 2, 2024
1 parent 018a9a7 commit 80b7ec1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/release-notes/change-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Operators

* A single substreams-tier2 instance can now serve requests for multiple chains or networks. All network-specific parameters are now passed from Tier1 to Tier2 in the internal ProcessRange request.

> [!IMPORTANT]
> Since the `tier2` services will now get the network information from the `tier1` request, you must make sure that the file paths and network addresses will be the same for both tiers.
> [!INFO]
> The cached 'partial' files no longer contain the "trace ID" in their filename, preventing accumulation of "unsquashed" partial store files.
> The system will delete files under '{modulehash}/state' named in this format`{blocknumber}-{blocknumber}.{hexadecimal}.partial.zst` when it runs into them.
* Tier2 is now chain agnostic. All chain-specific flags and configurations are now passed from Tier1 to Tier2 in the internal ProcessRange request. This allows for a single Tier2 instance to handle multiple chains.
> [!TIP]
> The cached 'partial' files no longer contain the "trace ID" in their filename, preventing accumulation of "unsquashed" partial store files. The system will delete files under '{modulehash}/state' named in this format`{blocknumber}-{blocknumber}.{hexadecimal}.partial.zst` when it runs into them.
## v1.4.0

Expand Down

0 comments on commit 80b7ec1

Please sign in to comment.