You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ask is to identify the command capability of the VS Code extension. Consider the following:
A developer passes a running Hyperledger Fabric network configuration file to the debugger extension we're building.
The extension would need to install the smart contract in the runtime instance of one of the peer nodes.
Hyperledger Fabric follows lifecycle of the chaincode which has install, approve and commit as the steps.
At the bare minimum, one should be able to install, approve and commit on demand. In other simplified option, a run action triggered by the user should automatically run these commands behind the scene.
Assumption:
The user has flexibility to configure the chaincode name used for installation.
The debugger plugin will spit out information such as insufficient permission to run the debugger itself. It is the responsibility of the smart contract developer to pass a valid runtime of Hyperledger Fabric network.
The text was updated successfully, but these errors were encountered:
The ask is to identify the command capability of the VS Code extension. Consider the following:
At the bare minimum, one should be able to install, approve and commit on demand. In other simplified option, a run action triggered by the user should automatically run these commands behind the scene.
Assumption:
The text was updated successfully, but these errors were encountered: