blockchain-analyzer icon indicating copy to clipboard operation
blockchain-analyzer copied to clipboard

Analyze ledger data stored within a Hyperledger Fabric peer (key updates and operational data such as number of blocks and transactions).

Results 7 blockchain-analyzer issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3. Commits 8647803 6.5.3 856fe4d signature: prevent malleability and overflows 6048941 6.5.2 9984964 package: bump dependencies ec735ed utils: leak less information in getNAF() 71e4e8e 6.5.1...

dependencies

Can you make fabricbeat available in fabric-sample code base for easy exploration and understanding. getting more insights on the hyperledger is very useful by collecting information using the fabricbeat.

when I start to run `make setup` to run fabricbeat, I saw that kind of issue. ``` $ make setup mkdir -p vendor/github.com/elastic cp -R /opt/gopath/src/github.com/elastic/beats vendor/github.com/elastic/ rm -rf vendor/github.com/elastic/beats/.git...

Hi Team, could you please me help to fix this issue. PFA. @salmanbaset @balazsprehoda I m using Go version => go version go1.12.7 darwin/amd64

presently, a counter starting from one is initialized in the `dummycc` chaincode. The counter's values are hashed and set as the value of a key upon invocation. The hashed value...

e.g., - create an account on IBM or AWS blockchain platform for Fabric. - Create a two node network (using free tier), single channel network. - Run dummy application against...