Releases: IBM-Blockchain-Archive/marbles
Releases · IBM-Blockchain-Archive/marbles
v5.0.0
v4.0.2
- added disconnect event hub code to close no longer used sockets
- fixed high availability js code so that it switches event hub urls too
- bump grpc keep alive options from 15 secs to 300 secs
- moved
eventHub.registerTxEvent()
logic before endorsement - improved env setup docs
- added callback to
eventHub.registerTxEvent()
to catch when it disconnects
v4.0.1
- added HA code for peers on invoke/query
- updated install/instantiate scripts for connection profile format
- added GetTxId() and GetStringArgs() examples in chaincode
- readme updates
- better kvs handling if msp ids are mistmatched
- added FAQ
- updated certs for local network
v4.0.0
Works with Hyperledger Fabric v1.0.1 and v1.0.0
v3.5.3
- Added shrinkwrap to force
grpc
(its a dependency from SDK) to usev1.2.4
.- Otherwise you may see enrollment errors like
TypeError: identityProto.SerializedIdentity is not a constructor
- Otherwise you may see enrollment errors like
- fixed a jade -> pug migration input field bug
v3.5.2
- upgraded jade template engine to pug
- added support for different TLS certs per node
- new network config json format
v3.5.1
- improved TLS support with self signed certs
- displaying owner id in audit panel
- catches connection errors
- new audit panel style
v3.5.0
- works with TLS
- chaincode is differerent!
- no more owner index (thus no more tx conflicts)
- no more marble indexes (thus no more tx conflicts)
- demos query by range
v3.1.2
- Added audit marble example. (in chaincode you can query on a key's history)
- No more REQUEST_TIMEOUT after inactivity
v3.1.1
- better readme docs
- better logs
- less marble tx reverts
- less kvs confusion
- removed unused files
- hosting marbles on bluemix now works