Skip to content

Commit

Permalink
chore: rm broken link in hooks README.md (#13814)
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Jan 16, 2025
1 parent b10b438 commit 9b68cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/static-file/static-file/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ graph TD;
### Glossary
In descending order of abstraction hierarchy:

[`StaticFileProducer`](../../static-file/static-file/src/static_file_producer.rs#L25): A `reth` [hook](../../consensus/beacon/src/engine/hooks/static_file.rs) service that when triggered, **copies** finalized data from the database to the latest static file. Upon completion, it updates the internal index at `StaticFileProvider` with the new highest block and transaction on each specific segment.
[`StaticFileProducer`](../../static-file/static-file/src/static_file_producer.rs#L25): A `reth` hook service that when triggered, **copies** finalized data from the database to the latest static file. Upon completion, it updates the internal index at `StaticFileProvider` with the new highest block and transaction on each specific segment.

[`StaticFileProvider`](../../storage/provider/src/providers/static_file/manager.rs#L44) A provider similar to `DatabaseProvider`, **managing all existing static_file files** and selecting the optimal one (by range and segment type) to fulfill a request. **A single instance is shared across all components and should be instantiated only once within `ProviderFactory`**. An immutable reference is given every time `ProviderFactory` creates a new `DatabaseProvider`.

Expand Down

0 comments on commit 9b68cf8

Please sign in to comment.