-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6265] Add PurgeByTxids() in transient store
This CR adds a PurgeByTxids() in transient store API so that coordinator can call this function to clean up private write set entries in the store once the corresponding transactions got committed in the ledger. Transient store pruning using PurgeByTxids() will be done as soon as the private block is persisted in the private block storage. If any peer request for private simulation results for certain txids, gossip will retrieve the data from private block storage if not found in transient store. Change-Id: I79156752e339f38542dec6759c24f8ca512c8fb1 Signed-off-by: senthil <cendhu@gmail.com>
- Loading branch information
Showing
3 changed files
with
344 additions
and
51 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
Oops, something went wrong.