fabric-sdk-go
fabric-sdk-go copied to clipboard
We have a use case where given a Getway we need to query the ledger for some information (retrieving block from txID). Being able to obtain the ChannelProvider is convenient...
This PR adds WithNoCache() func opt to the event client constructor to force reinitialization of event client instead of using an event client from cache. Now two different event clients...
When read msp certificate base on `IdentityIdentifier` which contains `MSPID` and `ID`, the sdk now use a `extracted` orgname which comes from `cryptoConfigMSPPath`. Why not just directly use the `MSPID`?...
One block can have multiple transactions. So i want to calculate the size of the block. Is it possible ? Kindly guide me. Thank you !!
Hi team, can any one help me to create new deliver client code for event read from block number functionality. I am using following snippet code.trying to create fabcontext client...
Hi Team, Like node sdk, listener have options to read blocks from startblockNumber.How we can achieve it in fabric go sdk. Thanks!!
The SDK fails a local build on an Apple M1 Macbook Pro arm64 architecture with an error of: ``` Unable to find image 'hyperledger/fabric-tools:arm64-2.2.0' locally docker: Error response from daemon:...