File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55All notable changes to BDK project will be documented here.
66
7+ ## [ 1.0.2] [ 1.0.2 ] - 2022-01-03
8+
9+ ### new
10+
11+ - Add CICD workflows with sonarqube #12
12+ - New command: ` bdk org peer add-system-channel ` #18
13+ - New command: ` bdk channel decode-envelop ` #42
14+
15+ ### changed
16+
17+ - Upgrade package-lock.json to lockfileVersion 2 #15
18+ - Fix npm link step in "npm run start: dev " && "npm run build: console " #16
19+ - Replace 'config-yaml/configtxOrgs.json' with 'config-yaml/orgs/[ peer/orderer] -[ orgName] .json #17
20+ - Logger output level "stdout" "stderr" #30
21+ - Rewrite integration script #32
22+ - Integration command: ` bdk peer/orderer approve/update ` to ` bdk channel approve/update ` #37
23+
24+ ### fixed
25+
26+ - Fix dockerode pull issue #10
27+ - Fix Document #11 #14 #26
28+ - Fix bug: command use 'peer' rather than OrgTypeEnum.PEER #19
29+ - Fix: orderer/peer up & down need hostname.toLowerCase() #27
30+ - Fix connection config profile #28
31+ - Fix command: ` bdk explorer ` #29
32+ - Fix ` bdk network create ` generate file ` org definition json ` #44
33+
734## [ 1.0.1] [ 1.0.1 ] - 2021-11-29
835
936### new
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ bdk network create -i
1717
1818| Latest | Stable |
1919| -------------------| -------------------|
20- | [ v1.0.1 ] [ v1.0.1 ] | [ v1.0.1 ] [ v1.0.1 ] |
20+ | [ v1.0.2 ] [ v1.0.2 ] | [ v1.0.2 ] [ v1.0.2 ] |
2121
2222[ v1.0.1 ] : https://github.com/cathayddt/bdk/releases/tag/v1.0.1
2323
You can’t perform that action at this time.
0 commit comments