Releases: cathayddt/bdk
Releases · cathayddt/bdk
v3.0.0
v2.1.1
v2.1.0
Features
- New Command: bdk dashboard
- Transform bdk ui to quorum dashboard #99
- Optimize create network process #100
- Bootnode mode #97
Full Changelog: v2.0.5...v2.1.0
v2.0.5
v2.0.4
v2.0.3
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
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
from0xFFFFFF
to0xE0000000
- 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
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
v1.0.4
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)