network create 時的舊組織無法透過 org peer add 加入 channel #38

Closed
opened 2021-12-22 01:14:05 -05:00 by kth-tw · 1 comment
kth-tw commented 2021-12-22 01:14:05 -05:00 (Migrated from github.com)

ISSUE

說明 (Description)

command bdk network create 未呼叫 peer.createPeerOrgConfigtxJSON,沒有將 org 寫入 org-json 資料夾

種類 (Issue Type)

[ ] Feature Request
[x] Report Bug
[ ] Other


通報問題 (Report Bug)

重現步驟 (Steps to Reproduce)

  1. 建立網路,有P1, P2, P3 共3個Peer Org
  2. 使用 bdk org peer create 建立 P4 Org
  3. P4 建立 channel,成員包括 P1, P2, P4
  4. 使用 bdk org peer add 將 P3 加入 channel

測試環境 (Environment):

  • OS:
  • NodeJS Version:
  • NPM Version:
  • Docker Version:

應呈現結果 (Expected Behavior)
讀取 P3 的 org-json 並產生信封

實際呈現結果 (Resulted Behavior)
P3 沒有 org-json


其他說明 (Additional Context)

# ISSUE ## 說明 (Description) command `bdk network create` 未呼叫 `peer.createPeerOrgConfigtxJSON`,沒有將 org 寫入 org-json 資料夾 ## 種類 (Issue Type) [ ] Feature Request [x] Report Bug [ ] Other --- ## 通報問題 (Report Bug) **重現步驟 (Steps to Reproduce)** 1. 建立網路,有P1, P2, P3 共3個Peer Org 2. 使用 `bdk org peer create` 建立 P4 Org 3. P4 建立 channel,成員包括 P1, P2, P4 4. 使用 `bdk org peer add` 將 P3 加入 channel **測試環境 (Environment)**: * OS: * NodeJS Version: * NPM Version: * Docker Version: **應呈現結果 (Expected Behavior)** 讀取 P3 的 org-json 並產生信封 **實際呈現結果 (Resulted Behavior)** P3 沒有 org-json --- ## 其他說明 (Additional Context)
kth-tw commented 2021-12-28 22:31:31 -05:00 (Migrated from github.com)

試把 createOrgDefinitionJson 也加到 networkService 的 createGenesisConfigtxYaml

試把 `createOrgDefinitionJson` 也加到 networkService 的 `createGenesisConfigtxYaml`
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cathayddt/bdk#38
No description provided.