Feat: add fabric channel snapshot command with 4 operations, submitRequest, listPending, cancelRequest, joinBySnapshot, and their corresponding test #122
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/FabricChannelSnapshot"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PULL REQUEST
Before
說明 (Description)
相關問題 (Linked Issues)
貢獻種類 (Type of change)
測試環境 (Test Configuration):
檢查清單 (Checklist):
我已完成以上清單,並且同意遵守 Code of Conduct
I have completed the checklist and agree to abide by the code of conduct.
@ -1,6 +1,6 @@{This is version 3.4.0.
@ -44,7 +44,7 @@"test:fabric": "nyc npm run test -- --grep Fabric",This is version 3.4.0.
@ -90,9 +90,9 @@ const config: Config = {orgDomainName: process.env.BDK_ORG_DOMAIN || '',An upgrade to version 2.5 might be possible, but it requires testing to ensure there are no issues.
@ -391,4 +394,89 @@ export default class FabricInstance extends AbstractInstance {undefined,Avoid using non-null assertions (!) on environment variables. Please add a proper null/undefined check to ensure safety.
@ -391,4 +394,89 @@ export default class FabricInstance extends AbstractInstance {undefined,Avoid using non-null assertions (!) on environment variables.
@ -391,4 +394,89 @@ export default class FabricInstance extends AbstractInstance {undefined,Avoid using non-null assertions (!) on environment variables.
Remember to update the README and docs/fabric/EXAMPLE.md.
Pull request closed