Releases: s7techlab/hlf-sdk-go
Releases · s7techlab/hlf-sdk-go
fix confusing cancel ctx errors in jaeger
Merge pull request #67 from bogatyr285/feature/fix-jaeger-err fix confusing cancel ctx errors in jaeger
Fabric V2 compatibility improvements
Merge pull request #64 from dimuls/master core: add FabricV2 method
lifecycle
Add lifecycle interface to system cc (#60) * 1 * add Lifecycle interface to core SystemCC and implement it * add Lifecycle interface to core SystemCC and implement it * add Lifecycle interface to core SystemCC and implement it * add Lifecycle interface to core SystemCC and implement it * add Lifecycle interface to core SystemCC and implement it * add Lifecycle interface to core SystemCC and implement it * add Lifecycle interface to core SystemCC and implement it Co-authored-by: n.neznaemov <n.neznaemov@s7.ru>
public txflags
export txflags (#59) * export txflags * remove mockPeer Co-authored-by: Dmitry Zhvakin <dm@hostdm.ru>
Fabric 2 Compability
migrate to fabric v2 (#58) Co-authored-by: Dmitry Zhvakin <dm@hostdm.ru>
Less verbose logging
Merge pull request #55 from criro1/master HLF SDK: less verbose SDK
GRPC Connection Config
GRPC Connection Config in TLS mode now working correctly
`TxWaiter` and fixes
added TxWaiter interface
// TxWaiter is interface for build your custom function for wait of result of tx after endorsement
type TxWaiter interface {
Wait(ctx context.Context, channel string, txid ChaincodeTx) error
}
and DoOptions
for propagate any TxWaiter
impls
on current version we added to 2 buildin TxWaiters
- txwaiter.Self used by default
- txwaiter.All
Add orderer round robin balancer per channel
Project import generated by Copybara. FolderOrigin-RevId: /tmp/fabric-sdk
fix lock on close subscription
Project import generated by Copybara. FolderOrigin-RevId: /tmp/fabric-sdk