caliper-benchmarks icon indicating copy to clipboard operation
caliper-benchmarks copied to clipboard

Fabric Go contract missing private data method

Open nklincoln opened this issue 5 years ago • 1 comments

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

nklincoln avatar Jul 20 '20 12:07 nklincoln

add and get have been added in #187 to the contract version of fixed-asset

davidkel avatar Mar 12 '22 10:03 davidkel