fabric-chaincode-go
fabric-chaincode-go copied to clipboard
Hyperledger Fabric Packages for Go Chaincode
Draft: This is a working change on bumping the fabric-chaincode-go to use fabric-protos-go-apiv2 and the new protobufs lib. This commits includes changes to fuction signatures, return values, interface definition and...
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 am doing performance testing for node js-based Fabric Gateway and HLF Network which consist of 2 org and one anchor peer each, sending 2500 tx with the speed of...
> ## Vulnerabilities > CVE Severity CVSS Dependency Type Fixed in (github.com/hyperledger/fabric-chaincode-go-v0.0.0 version) Remediation Available > [CVE-2022-41721](https://www.mend.io/vulnerability-database/CVE-2022-41721) High 7.5 golang.org/x/net-v0.0.0-20221004154528-8021a29435af Transitive N/A* > *For some transitive vulnerabilities, there is no...
Why is it still used in official examples?
Because of changes in Fabric 2.3.3 GRPC message size must be configurable via peer.maxSendMsgSize [changelog](https://github.com/hyperledger/fabric/releases/tag/v2.3.3) But in chaincode client it is hardcoded to 100M: https://github.com/hyperledger/fabric-chaincode-go/blob/main/shim/internal/client.go#L19 Peer must provide actual size...
It helps with implementing and running unit tests. https://jira.hyperledger.org/browse/FABCG-21 Signed-off-by: msedzins
Bumps [github.com/hyperledger/fabric-protos-go-apiv2](https://github.com/hyperledger/fabric-protos-go-apiv2) from 0.3.3 to 0.3.4. Commits 6460f2d Update dependencies to address CVE-2024-7254 (#240) 811422e Update dependencies to address security vulnerabilities See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.1 to 1.67.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.67.0 Bug Fixes ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.71.0 to 1.71.1. Release notes Sourced from google.golang.org/grpc's releases. Release 1.71.1 Bug Fixes grpc: fix a bug causing an extra Read from the compressor if a compressed...