-
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-11034 Replace context with explicit params
Presently, there is a "context" which is passed into the chaincode package. Rather than actually be used for its intended purpose (of waiting for cancelation), the context is never actually checked. Instead, it simply carries the transaction simulators around in an opaque fashion. It's much better to make these transaction simulators to be passed in explicitly. Additionally, some other facets like TxID and the assorted proposals really fit much more naturally with the simulators and not with the chaincode context. So, this CR brings them in as well. Change-Id: I7e0c43af22f1e96b8d302e5cf877e7beec36598b Signed-off-by: Jason Yellick <[email protected]>
- Loading branch information
Jason Yellick
committed
Jul 16, 2018
1 parent
b7157a4
commit 4645c3a
Showing
20 changed files
with
368 additions
and
323 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.