-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
turbo/execution: drop td lookup in getters (#12832)
Since we started prunning TD (roughly after 100,000 blocks) there is no longer any point in keeping the TD lookups in some of the ExecutionModule read APIs such as `GetHeader`, `GetBody`, etc. Those lookups actually also break the APIs for use cases in which some components need to read block data older than the prune point of the TD. In those cases Ive observed we return errors when in reality the data is there (in snapshots) and is accessible otherwise.
- Loading branch information
Showing
2 changed files
with
0 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters