Skip to content

Releases: IBM-Blockchain-Archive/marbles

v5.0.0

14 Jun 18:39
Compare
Choose a tag to compare
  • works with Fabric 1.1
  • works with IBP Starter Plan / Enterprise Plan

v4.0.2

10 Oct 15:35
Compare
Choose a tag to compare
  • 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

28 Sep 20:59
Compare
Choose a tag to compare
  • 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

18 Aug 19:50
Compare
Choose a tag to compare

Works with Hyperledger Fabric v1.0.1 and v1.0.0

v3.5.3

02 May 15:50
Compare
Choose a tag to compare
v3.5.3 Pre-release
Pre-release
  • Added shrinkwrap to force grpc (its a dependency from SDK) to use v1.2.4.
    • Otherwise you may see enrollment errors like TypeError: identityProto.SerializedIdentity is not a constructor
  • fixed a jade -> pug migration input field bug

v3.5.2

20 Apr 18:00
Compare
Choose a tag to compare
v3.5.2 Pre-release
Pre-release
  • upgraded jade template engine to pug
  • added support for different TLS certs per node
    • new network config json format

v3.5.1

07 Apr 18:49
Compare
Choose a tag to compare
v3.5.1 Pre-release
Pre-release
  • improved TLS support with self signed certs
  • displaying owner id in audit panel
  • catches connection errors
  • new audit panel style

v3.5.0

03 Apr 22:08
Compare
Choose a tag to compare
v3.5.0 Pre-release
Pre-release
  • 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

29 Mar 14:06
Compare
Choose a tag to compare
v3.1.2 Pre-release
Pre-release
  • Added audit marble example. (in chaincode you can query on a key's history)
  • No more REQUEST_TIMEOUT after inactivity

v3.1.1

24 Mar 15:28
Compare
Choose a tag to compare
v3.1.1 Pre-release
Pre-release
  • better readme docs
  • better logs
  • less marble tx reverts
  • less kvs confusion
  • removed unused files
  • hosting marbles on bluemix now works