caliper-benchmarks
caliper-benchmarks copied to clipboard
Fabric Go contract missing private data method
The Go chaincodes for fixed-asset and fixed-asset-base for fabric are missing the private data methods that currently exist in the nodeJS contract:
- add
- batch add
- get
- batch get
In order to benchmark these for Go, they need to be added
add and get have been added in #187 to the contract version of fixed-asset