Xichen Pan
Xichen Pan
## Expected Behavior A running node should be stopped after clicking the stop button. ## Current Behavior Error occurs, failed to stop the node ## Possible Solution The backend to...
Considering some people have problems with HTTP errors in production, adding some API and e2e tests might be a good idea. These tests can be run in a container so...
When a user deletes a network and creates a new one, errors are reported by both the api-engine and docker-agent. This issue arises because whenever a network is created, containers...
Now BE requires `api/v1/chaincodes/chaincodeRepo`, but the FE requires `api/v1/chaincodes/package`. Need to match either of them. The payload is not match as well. FE sends the payload `chaincodePackage:` and `description:` but...