BREAKING CHANGE: Quorum Network Feature #65

Merged
Pianochicken merged 18 commits from addQuorum into master 2022-10-25 05:58:50 -04:00
Pianochicken commented 2022-10-25 05:35:03 -04:00 (Migrated from github.com)

PULL REQUEST

說明 (Description)

  1. 新增創建 Quorum 網路的指令,與 v.1.0.x 同樣擁有互動式問答的功能,讓使用者可以延續 bdk 套件的經驗創建 Quorum 以及 hyperledger fabric blockchain
  2. 新增 Quorum 系列指令為 bdk quorum,子層級有 networkexplorer 功能
  3. 更新 fabric 系列指令為 bdk fabric,如只需 fabric 功能可以使用 v.1.0.x 的 release

相關問題 (Linked Issues)

  • 現行 BDK 套件只能用於創建 fabric 網路,使用者應有更多選擇
  • Quorum 以及 EVM 相容已成為潮流

貢獻種類 (Type of change)

  • Bug fix (除錯 non-breaking change which fixes an issue)
  • New feature (增加新功能 non-breaking change which adds functionality)
  • Breaking change (可能導致相容性問題 fix or feature that would cause existing functionality to not work as expected)
  • Doc change (需要更新文件 this change requires a documentation update)

測試環境 (Test Configuration):

  • OS: macOS 12.6
  • NodeJS Version: v16.13.0
  • NPM Version: v8.1.0
  • Docker Version: 20.10.17

檢查清單 (Checklist):

  • 我的程式碼遵從此專案的規範 (My code follows the style guidelines of this project)
  • 我有對於自己的程式碼進行測試檢查 (I have performed a self-review of my own code)
  • 我有在程式碼中提供必要的註解 (I have commented my code, particularly in hard-to-understand areas)
  • 我有在文件中進行必要的更動 (I have made corresponding changes to the documentation)
  • 我的程式碼更動沒有顯著增加錯誤數量 (My changes generate no new warnings)
  • 我有新增必要的單元測試 (I have added tests that prove my fix is effective or that my feature works)
  • 我有檢查並更正程式碼錯誤的拼字 (I have checked my code and corrected any misspellings)

我已完成以上清單,並且同意遵守 Code of Conduct

I have completed the checklist and agree to abide by the code of conduct.

  • 同意 (I consent)
# PULL REQUEST ## 說明 (Description) 1. 新增創建 Quorum 網路的指令,與 **v.1.0.x** 同樣擁有互動式問答的功能,讓使用者可以延續 bdk 套件的經驗創建 Quorum 以及 hyperledger fabric blockchain 2. 新增 Quorum 系列指令為 `bdk quorum`,子層級有 `network`、`explorer` 功能 3. 更新 fabric 系列指令為 `bdk fabric`,如只需 fabric 功能可以使用 **v.1.0.x** 的 release ## 相關問題 (Linked Issues) - 現行 BDK 套件只能用於創建 fabric 網路,使用者應有更多選擇 - Quorum 以及 EVM 相容已成為潮流 ## 貢獻種類 (Type of change) - [ ] Bug fix (除錯 non-breaking change which fixes an issue) - [X] New feature (增加新功能 non-breaking change which adds functionality) - [X] Breaking change (可能導致相容性問題 fix or feature that would cause existing functionality to not work as expected) - [ ] Doc change (需要更新文件 this change requires a documentation update) **測試環境 (Test Configuration)**: * OS: macOS 12.6 * NodeJS Version: v16.13.0 * NPM Version: v8.1.0 * Docker Version: 20.10.17 ## 檢查清單 (Checklist): - [X] 我的程式碼遵從此專案的規範 (My code follows the style guidelines of this project) - [X] 我有對於自己的程式碼進行測試檢查 (I have performed a self-review of my own code) - [X] 我有在程式碼中提供必要的註解 (I have commented my code, particularly in hard-to-understand areas) - [X] 我有在文件中進行必要的更動 (I have made corresponding changes to the documentation) - [X] 我的程式碼更動沒有顯著增加錯誤數量 (My changes generate no new warnings) - [X] 我有新增必要的單元測試 (I have added tests that prove my fix is effective or that my feature works) - [X] 我有檢查並更正程式碼錯誤的拼字 (I have checked my code and corrected any misspellings) 我已完成以上清單,並且同意遵守 [Code of Conduct](CODE_OF_CONDUCT.md) I have completed the checklist and agree to abide by the [code of conduct](CODE_OF_CONDUCT.md). - [X] 同意 (I consent)
kth-tw (Migrated from github.com) approved these changes 2022-10-25 05:55:11 -04:00
Sign in to join this conversation.
No reviewers
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!65
No description provided.