Bdk Versions Save

Streamlined blockchain deployment kit for Hyperledger Fabric.

v3.0.0

2 months ago

Features

  • #98 helm chart install & template prototype

Full Changelog: https://github.com/cathayddt/bdk/compare/v2.1.1...v3.0.0

v2.1.1

2 months ago

Fixes

Full Changelog: https://github.com/cathayddt/bdk/compare/v2.1.0...v2.1.1

v2.1.0

3 months ago

Features

  • New Command: bdk dashboard
  • Transform bdk ui to quorum dashboard #99
  • Optimize create network process #100
  • Bootnode mode #97

Full Changelog: https://github.com/cathayddt/bdk/compare/v2.0.5...v2.1.0

v2.0.5

5 months ago

Features

  • Lazy loading in command change #92
  • Bdk ui redesign #89

Fixes

  • Update docker logs component #93
  • Ui selectInput delay #91

v2.0.4

7 months ago

Features

  • Add notice in README.md
  • 2.0.4 document
  • Add bdk wallet create function #81
  • Genesis.json model #80
  • Select and excute command #77
  • Handle select input and change terminal display #76
  • Ink ui template with commands #74

Fixes

  • Upgrade action #84
  • Explorer indexer error #82
  • Add export type in index.ts #52
  • Approve and update don't use arrow function #45

v2.0.3

10 months ago

Features

  • Add vhs to create new demo file
  • Fabric ca reenroll
  • Add fabric backup commands

Fixes

  • Fabric backup export orderer and peer
  • Quorum docs
  • Fabric and quorum docs

v2.0.2

1 year ago

new

  • New Package: ora
  • New Command: bdk quorum network add
  • New Command: bdk quorum network generate
  • New Command: bdk quorum network join
  • New Command: bdk quorum network check
  • New Command: bdk quorum network get
  • New Example: add remote node

changed

  • Fix: path not found, provide PathError notification
  • Fix: superuser privilege, not provide su execute
  • Fix: bdk quorum network delete cannot delete image
  • Upgrade: quorum (22.7.4) and blockscout (v4.1.5-beta)
  • Modify: gasLimit from 0xFFFFFF to 0xE0000000
  • Modify: emptyBlockPeriodSeconds from 60 to 3600
  • Modify: requestTimeoutSeconds from 4 to 60
  • Modify: bdk quorum network create member node default value 0

v2.0.1

1 year ago

new

  • Update: Quorum backup and run (#67)
  • New Command: bdk quorum network up
  • New Command: bdk quorum network down
  • New Command: bdk quorum backup import
  • New Command: bdk quorum backup export
  • New Commands API Docs
  • Fix remove files and network issues

changed

  • Refactor: bdk quorum network create ask to delete exist files before creating
  • Refactor: bdk quorum network delete delete node files

v2.0.0

1 year ago

new

  • Update: Quorum Docs Update (#66)
  • BREAKING CHANGE: Quorum Network Feature (#65)
  • New Command: bdk quorum network
  • New Command: bdk quorum explorer
  • New Commands API Docs

changed

  • Refactor: move Fabric commands from 'src/' to 'src/fabric'
  • Refactor: Fabric command form bdk to bdk fabric

v1.0.4

2 years ago

new

  • Unit test (#47)

changed

  • Refactor: computeUpdateConfigTx (#54)
  • Refactor: rename updateAnchorPeerSteps fetchChannelBlock to fetchChannelConfig (#55)
  • Refactor: remove createChannelConfigSteps (#57)
  • Refactor: channelService fetchChannelConfig have default signType value (#58)

fixed

  • Fix bug: should createChannelArtifactFolder before convertChannelConfigtxToTx (#56)