-
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-6431] Pvt Transient Store to use received height
Transient store persists private data on authorized peers while transactions with private data are in-flight. One of the keys for transient store records was endorsementBlkHt, this work item will change it to blockHeight, as it will be better to store transient data based on 'received at' height rather than endorsement height, when a peer receives private data via gossip. The height will be the basis for block-to-live purging in subsequent changesets. Also, this change updates comments to indicate that TxPvtReadWriteSet includes write information but not read information (the read information is passed in the hashed rwset rather than in the private set). A subsequent changeset will rename TxPvtReadWriteSet to TxPvtWriteSet throughout the code. Change-Id: I52df4702ad47ca17f2a745faa4c278f78e350d2f Signed-off-by: David Enyeart <enyeart@us.ibm.com>
- Loading branch information
Showing
9 changed files
with
148 additions
and
144 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
Oops, something went wrong.