fabric-admin-sdk
fabric-admin-sdk copied to clipboard
Fabric SDK for Admin Capability services
### Is your proposal related to a problem? Currently, defining collections within chaincode requires manually constructing the `peer.CollectionConfigPackage` structure, which can be cumbersome and error-prone. This issue proposes the creation...
Previous implementation was standalone functions, with all requiring both a gRPC connection and a client signing identity. This required: - An underisably large number of prameters. - Unwritten conventions on...
public genesisconfig def for people to invoke.
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.63.0 Behavior Changes grpc: Return canonical target string from resolver.Address.String() (experimental) (#6923) client & server: when using...
# Channel - [ ] Create new channel - [ ] Update channel - [ ] Peer join channel - [ ] List channel - [ ] inspect channel config...
1st attempt for build peer cli - peer and osadmin cli folder structure. - some internal package refine. todo: if the folder structure looks good, then adding for all peer...
### Is your proposal related to a problem? we have some packages without test case or test coverage is less than 50% (Write your answer here.) ### Describe the solution...
``` #- varcheck #- gocyclo #- bodyclose #- misspell #- nakedret #- unconvert # - goconst # - gocritic # - noctx # - whitespace # - dupl ``` to...