Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fabric Go contract missing private data method #106

Open
nklincoln opened this issue Jul 20, 2020 · 1 comment
Open

Fabric Go contract missing private data method #106

nklincoln opened this issue Jul 20, 2020 · 1 comment
Labels
enhancement New feature or request Fabric

Comments

@nklincoln
Copy link
Contributor

nklincoln commented Jul 20, 2020

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

@davidkel davidkel added the enhancement New feature or request label Jan 17, 2022
@davidkel davidkel self-assigned this Mar 12, 2022
@davidkel
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Fabric
Projects
None yet
Development

No branches or pull requests

3 participants