-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP implment non cache metadata * WIP extracting out interfaces and implementing non-cache versions * Fix remaining build errors and update interfaces to abstract between flushing cache/managing db transaction * flag `cache-disable` and Modifying inheritance relationships * rename storeStore to modelProvider * rename #storeModel to #modelProvider * update cacheProvider flushData * remane storeModelProvider: IStoreModelProvider * Rename the directory file to storeModelProvider; rename MetadataModel to MetadataEntity * node package update provider StoreCacheService to IStoreModelProvider * fix storeService dependency loop and repeat db transaction creation * remove isCachePolicy and update enable-cache flag * fix poi Inject issues * fix plainModel _block_height * model unit test * unit test * fix build issues * fix model block range * Fix the issue of duplicate data writing in the db store. * Simplify the logic * There may be an issue with the store field in the poi table. * set disable cache hook * db store unit test * some change * fix unit test * rename test file * fix health check api * remove currentTxCache * rename model test * function cacheProviderFlushData * db store csv export * some improve * Fix the issue where data is written incorrectly after being deleted and recreated in cache mode. * remove batch size and beforeBulkDestroy hook * cacheModel delete test * change log * fix test * fix unit test * unit test fix --------- Co-authored-by: Tate <[email protected]>
- Loading branch information
Showing
77 changed files
with
1,471 additions
and
569 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
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
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.