fablo
fablo copied to clipboard
Add chaincode query functionality
fixes : issue https://github.com/hyperledger-labs/fablo/issues/410
- Add
chaincodeQueryfunction inchaincode-scripts.shto perform chaincode queries usingpeerChaincodeQueryandpeerChaincodeQueryTls. - Add
peerChaincodeQueryandpeerChaincodeQueryTlsfunctions inchaincode-functions-v2.shto handle chaincode queries. - Add
chaincode querycommand infabric-docker.shto support chaincode query operations. - Add
expectQueryfunction intest-01-simple.shand update tests to useexpectQueryinstead ofexpectInvoke.
Hi @IITI-tushar how is it going? Would you like to complete this PR?
followed up in #597