Skip to content

Releases: s7techlab/hlf-sdk-go

fix confusing cancel ctx errors in jaeger

17 Sep 09:47
ff03fb9
Compare
Choose a tag to compare
Merge pull request #67 from bogatyr285/feature/fix-jaeger-err

fix confusing cancel ctx errors in jaeger

Fabric V2 compatibility improvements

29 Jun 15:53
e3c25f7
Compare
Choose a tag to compare
Merge pull request #64 from dimuls/master

core: add FabricV2 method

lifecycle

19 Feb 15:43
d77df12
Compare
Choose a tag to compare
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

04 Feb 12:47
87af68e
Compare
Choose a tag to compare
export txflags (#59)

* export txflags

* remove mockPeer

Co-authored-by: Dmitry Zhvakin <dm@hostdm.ru>

Fabric 2 Compability

22 Jan 07:02
1d86471
Compare
Choose a tag to compare
migrate to fabric v2 (#58)

Co-authored-by: Dmitry Zhvakin <dm@hostdm.ru>

Less verbose logging

23 Nov 12:01
b41b151
Compare
Choose a tag to compare
Merge pull request #55 from criro1/master

HLF SDK: less verbose SDK

GRPC Connection Config

01 Sep 12:03
74b9f77
Compare
Choose a tag to compare

GRPC Connection Config in TLS mode now working correctly

`TxWaiter` and fixes

13 May 12:35
ef9e53d
Compare
Choose a tag to compare

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

Add orderer round robin balancer per channel

19 Sep 10:16
Compare
Choose a tag to compare
Project import generated by Copybara.

FolderOrigin-RevId: /tmp/fabric-sdk

fix lock on close subscription

06 Sep 14:11
Compare
Choose a tag to compare
Pre-release
Project import generated by Copybara.

FolderOrigin-RevId: /tmp/fabric-sdk