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

Fabric Java contract missing private data methods

Open nklincoln opened this issue 5 years ago • 0 comments

The Java contract for fabric is missing the private data methods that currently exist in the nodeJS contract:

  • add
  • batch add
  • get
  • batch get

In order to benchmark these for Java, they need to be added

nklincoln avatar Jul 20 '20 12:07 nklincoln