hyperledger-labs / blockchain-analyzer

Analyze ledger data stored within a Hyperledger Fabric peer (key updates and operational data such as number of blocks and transactions).
Apache License 2.0
23 stars 17 forks source link

add counter value in chaincode for basic and multichannel in addition to hash, and initialize counter for each key #25

Open salmanbaset opened 4 years ago

salmanbaset commented 4 years ago

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 makes it harder to visually align the updates for a key.

the goal is to add the counter in addition hashed value, and also set a counter per key.