-
Notifications
You must be signed in to change notification settings - Fork 672
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[store] Introduce Chain store adapter (#12159)
For now this PR only moves some of the functionality from ChainStore to ChainStoreAdapter, the simpler functions. We also do away with the cache in ChainStore which was originally disabled in #12459 In future PRs, will work towards getting a better suited interface with helper functions which are too complex to be a part of ChainStoreAdapter. Also big issue is for the ChainStoreUpdateAdapter seeing a consistent view of all the updates. Will need to see how to make that happen!
- Loading branch information
1 parent
5ae3789
commit b42bdc9
Showing
21 changed files
with
546 additions
and
526 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.