Skip to content

Releases: s7techlab/hlf-sdk-go

channel blocks sugar

11 Feb 11:06
792976e
Compare
Choose a tag to compare
Merge pull request #92 from s7techlab/blocks-sugar

blocks sugar, unify seek opts

Block parser config tx, bug with orderer certs

31 Jan 14:11
0585c58
Compare
Choose a tag to compare
Merge pull request #91 from s7techlab/chan-cfg-parsers

block parser bug fixes

Block parser, separate lifecycle with/without discovery

28 Jan 14:16
81fd256
Compare
Choose a tag to compare
Merge pull request #88 from s7techlab/chan-cfg-parsers

Block parser, separate lifecycle with/without discovery

Verbose errors from orderer

16 Dec 08:09
10d7f67
Compare
Choose a tag to compare

Orderer.Broadcast returns full error message, not just code

fix event seek

15 Dec 11:11
d10bb70
Compare
Choose a tag to compare
Merge pull request #78 from s7techlab/event-seek-fix

fix events seek

config update request can be signed by multiple identities

15 Dec 07:23
76133ae
Compare
Choose a tag to compare

Broke backward compatibility in util/channel.ProceedChannelUpdate
Now method accepts ids []msp.SigningIdentity, not one identity

Interface refactoring

10 Dec 11:54
8b46b92
Compare
Choose a tag to compare
Merge pull request #76 from s7techlab/peer-interface-fix

Peer interface fix

Events subscription refactoring

09 Dec 13:58
1fe46f5
Compare
Choose a tag to compare
Merge pull request #75 from s7techlab/event-seek-block-range

Event seek block range

Add MSP parsing(admins,users,msp. not just one msp)

26 Nov 12:52
Compare
Choose a tag to compare

A new way of parsing MSP dir and getting identities:
identity.NewMSPIndentitiesFromPath(mspID, mspPath string) will return all identities in the MSP dir(MSP, admins, users)

type MSPIndentities struct {
	// identity from 'signcerts' 
	MSP api.Identity
	// identities from 'admincerts'
	Admins []api.Identity
	// indentities from 'users'
	Users []api.Identity
}

Service discovery, core api shortcuts, grpc round robin tls fix

28 Oct 11:56
ab4be84
Compare
Choose a tag to compare
Merge pull request #73 from s7techlab/grpc-rr-and-linters

revert to old protobuf lib