fabric-contract-api-go
fabric-contract-api-go copied to clipboard
Packages for the implementation of the contract API for use in Go chaincode
It's not immediately obvious (to me!) how to build and test this repo so a Makefile might be useful
Using spec - Mac Book Pro M1 Ventura v13.5.1 - Docker v24.0.6 - Hyperledger Fabric v2.5.3 - fabric-sdk-go v1.0.0 - fabric-contract-api-go v1.2.1 - fabric-chaincode-go v0.0.0-20230228194215-b84622ba6a7a Literally, If the chaincode input...
Previously the short type name was used as a schema key. This meant that types of the same name from different packages would overwrite each other in the map of...
Hello, I'm currently building a smart contract using go api from scratch and I'm reading this.... https://github.com/hyperledger/fabric-contract-api-go/blob/main/tutorials/getting-started.md It involves a step where I need files from fabric-samples/chaincode-docker-devmode but this folder...
fabric-protos-go uses deprecated Go protobuf APIs so it would be good to update to the newer fabric-protos-go-apiv2 module. Since mixing the different APIs can be problematic, for example hyperledger/fabric-protos#181, it...
I've seen several articles with similar errors, but none seems to work for me. I've seen the marbles samples, as well as many others, and still can't pinpoint the error....
As referenced here https://stackoverflow.com/questions/65993532/hyperledger-error-when-trying-to-query-the-state-database-after-installing-the-c/66100010#66100010 and raised here https://jira.hyperledger.org/browse/FABCAG-34 The minimum should be to document the limitation