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

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

Open salmanbaset opened this issue 4 years ago • 0 comments

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.

salmanbaset avatar Sep 30 '19 15:09 salmanbaset