Dave Kelsey

Results 179 comments of Dave Kelsey

A few observations on the documentation/code for the next release - Remove the concept of admin identities from the documentation - Remove the logic that recognises admin identities and display...

@umitkilic It should work, but it's not been tested (someone in discord has said they have tried it and it works). However it will only work if you bind to...

Looking again at this, I see your comment about `blockchain: fabric:fabric-gateaway` which I guess you put in the benchmark config ? This isn't correct. it should be `blockchain: fabric`. You...

@aklenik unfortunately there is no discovery api in the new fabric-gateway sdk (as it is so lightweight and all the work is done in the peer now), we would need...

@umitkilic Have you checked out the caliper tutorial for hyperledger fabric ? It shows how to install caliper and bind to fabric gateway so I would suggest you follow that...

@umitkilic If you install node modules globally then you will encounter issues if you then use the same node install to run caliper. This is why caliper advocates using npx...

@Veer0x1 There was a PR submitted which had failing unit tests. The failures were reported on all 3 unit test runs (ie node 18,20,22) however github only reported the failure...

now down to ``` npm WARN deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested...