Skip to content

Releases: Akachain/akc-admin

v1.6.0

15 Apr 04:27

Choose a tag to compare

Add function updateChannelConfig to sign and update channel config. Example:

curl -s -X POST http://localhost:4002/updateChannelConfig -H 'content-type: application/json' -d '{
    "orgname":"operator",
    "username": "operator",
    "channelName":"akachainchannel",
    "configUpdatePath":"../../../shared/config-update-in-envelope.pb"
  }'

2.2.1

24 Dec 08:21
d576483

Choose a tag to compare

  • Fix convention & optimize return msg
    aa87c36

2.2.0

23 Dec 11:22
4a005ed

Choose a tag to compare

  • Optimize try catch block in invoke controller a43f36e
  • Optimize chaincode flow for easy CI/CD a1b764e

2.1.0

21 Dec 10:05
87d9856

Choose a tag to compare

  • Add invoke/query function using fabric-network 7faf40b

2.0.2

16 Dec 09:12
775fa20

Choose a tag to compare

  • Fetch config block before join channel
    66ce8b4
  • Update dockerfile to fix npm install
    05f5b8a
  • Update README.md
    0b807a8
  • Remove .npmrc
    9082153

v2.0.1

01 Sep 08:33

Choose a tag to compare

Add chaincode module path when packaging the chaincode

Release v2.2.0-fabric-sp-mongodb

18 Nov 09:17

Choose a tag to compare

Release version support mongodb as statedb

v2.0

21 Aug 07:30

Choose a tag to compare

Support Hyperledger Fabric Version 2.2.0

v1.5.3

13 Jul 03:50

Choose a tag to compare

Support Hyperledger Fabric Version 1.4.1