Closed sschulz-t closed 2 years ago
the previous commit just repaired the broken state of the branch caused by the force-push
yes, merging #60 before is necessary to update to autogenerated certs during testing. merging 60 and then reviewing this one sounds like a good plan :)
The dev-setup failed as offchain.go
attempted to read the TLS files before checking if the chaincode is executed externally. I have moved the respective lines behind the check.
As the PR passes all tests, including the dev-setup, it can be merged from my point of view.
good find martin! thanks a lot!
this pr allows to run the chaincode as external service
do not merge yet