Rinish Sam
Rinish Sam
### Potential features * Static node editor to design and prototype different types of Hyperledger networks visually (basically UI for `fablo init`) * Export generated files as zip (Workflow similar...
Alternative implementation that works for both local and remote workers. (This is just a draft implementation, discussions are ongoing in Discord) ## Checklist - [x] A link to the issue/user...
(This is just a draft implementation, discussions are ongoing in Discord) ## Checklist - [x] A link to the issue/user story that the pull request relates to - [ ]...
In this PR: * The SIGINT signal is handled in the manager to cleanly terminate workers when user tries to terminate Caliper manager. Fixes #1361
### Please share the technical limitation of Caliper that you encountered. As of now the only ways to figure out if something is wrong with a benchmark run (for example,...
In this PR: * Docker images are cached across CI workflows
In this PR * A new GitHub Actions workflow is added to test publishing of a package and the functioning of the published package using Verdaccio, with the help of...
For example in https://github.com/hyperledger/caliper-benchmarks/runs/7194966698?check_suite_focus=true#step:5:3026 ```log 2022.07.05-11:18:19.096 error [caliper] [worker-message-handler] Error while handling "prepare" message for Worker (14245): ReferenceError: bytes is not defined at Object.module.exports.addBatchAssets (/home/runner/work/caliper-benchmarks/caliper-benchmarks/benchmarks/api/fabric/workloads/helper.js:69:29) at RangeQueryAssetWorkload.initializeWorkloadModule (/home/runner/work/caliper-benchmarks/caliper-benchmarks/benchmarks/api/fabric/workloads/rich-query-asset.js:64:26) at runMicrotasks...
I followed the instructions in https://github.com/flutter/engine/tree/main/impeller#try-impeller-in-flutter on a freshly created flutter app. The app launches on a physical android device, but crashes at startup on an emulator. (Attached symbolized logs)...
Configuration: ```json { "tls": { "enabled": false }, "ordering_organizations": { "name": "Orderer" }, "endorsing_organizations":[ { "name": "Org1" }, { "name": "Org2" } ], "channels":[ { "name": "mychannel", "endorsing_organizations":[ "Org1", "Org2"...