-
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.
FABGW-25 Build ChaincodeInterest in TX simulator (#2767)
During transaction simulation, capture extra information to build a ChaincodeInterest structure specific to the chaincode invocation as follows: - Which private data collections are read from. - The SBE policies associated with any states that a written to. Following simulations, the ChaincodeInterest structure is built and returned in the ProposalResponse message. Signed-off-by: andrew-coleman <[email protected]>
- Loading branch information
1 parent
e5e623d
commit 26ec54a
Showing
8 changed files
with
523 additions
and
22 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.