Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

In-process chaincode with policies #258

Closed
bstasyszyn opened this issue Oct 2, 2019 · 0 comments · Fixed by #325
Closed

In-process chaincode with policies #258

bstasyszyn opened this issue Oct 2, 2019 · 0 comments · Fixed by #325
Assignees
Labels
enhancement New feature or request

Comments

@bstasyszyn
Copy link
Collaborator

Add a new type of chaincode that is similar to user chaincode but it runs in the peer's process. In this case the chaincode would not need to be installed (since it is built with the peer) but it would need to be instantiated with an endorsement and collection policy.

@bstasyszyn bstasyszyn added the enhancement New feature or request label Oct 2, 2019
@bstasyszyn bstasyszyn self-assigned this Dec 15, 2019
bstasyszyn added a commit to bstasyszyn/fabric-peer-ext that referenced this issue Dec 16, 2019
Added a new type of chaincode that is similar to user chaincode but runs in the peer's process. In this case the chaincode does not need to be installed (since it is built with the peer) but needs to be instantiated with an endorsement and (optional) collection policy.

In order to demonstrate in-process user chaincode, all test chaincodes for the off-ledger and transient-data BDD tests were converted to in-process chaincodes.

closes trustbloc#258

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
bstasyszyn added a commit to bstasyszyn/fabric-peer-ext that referenced this issue Dec 16, 2019
Added a new type of chaincode that is similar to user chaincode but runs in the peer's process. In this case the chaincode does not need to be installed (since it is built with the peer) but needs to be instantiated with an endorsement and (optional) collection policy.

In order to demonstrate in-process user chaincode, all test chaincodes for the off-ledger and transient-data BDD tests were converted to in-process chaincodes.

closes trustbloc#258

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
bstasyszyn added a commit to bstasyszyn/fabric-peer-ext that referenced this issue Dec 16, 2019
Added a new type of chaincode that is similar to user chaincode but runs in the peer's process. In this case the chaincode does not need to be installed (since it is built with the peer) but needs to be instantiated with an endorsement and (optional) collection policy.

In order to demonstrate in-process user chaincode, all test chaincodes for the off-ledger and transient-data BDD tests were converted to in-process chaincodes.

closes trustbloc#258

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
bstasyszyn added a commit to bstasyszyn/fabric-peer-ext that referenced this issue Dec 16, 2019
Added a new type of chaincode that is similar to user chaincode but runs in the peer's process. In this case the chaincode does not need to be installed (since it is built with the peer) but needs to be instantiated with an endorsement and (optional) collection policy.

In order to demonstrate in-process user chaincode, all test chaincodes for the off-ledger and transient-data BDD tests were converted to in-process chaincodes.

closes trustbloc#258

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
bstasyszyn added a commit to bstasyszyn/fabric-peer-ext that referenced this issue Dec 16, 2019
Added a new type of chaincode that is similar to user chaincode but runs in the peer's process. In this case the chaincode does not need to be installed (since it is built with the peer) but needs to be instantiated with an endorsement and (optional) collection policy.

In order to demonstrate in-process user chaincode, all test chaincodes for the off-ledger and transient-data BDD tests were converted to in-process chaincodes.

closes trustbloc#258

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
bstasyszyn added a commit to bstasyszyn/fabric-peer-ext that referenced this issue Dec 16, 2019
Added a new type of chaincode that is similar to user chaincode but runs in the peer's process. In this case the chaincode does not need to be installed (since it is built with the peer) but needs to be instantiated with an endorsement and (optional) collection policy.

In order to demonstrate in-process user chaincode, all test chaincodes for the off-ledger and transient-data BDD tests were converted to in-process chaincodes.

closes trustbloc#258

Signed-off-by: Bob Stasyszyn <Bob.Stasyszyn@securekey.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant