-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(connector-fabric): upgrade to Fabric 2.x Node SDK #1123
Labels
enhancement
New feature or request
Fabric
Security
Related to existing or potential security vulnerabilities
Comments
petermetz
added
enhancement
New feature or request
Fabric
Security
Related to existing or potential security vulnerabilities
labels
Jul 12, 2021
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 12, 2021
…#1122 WORK IN PROGRESS Depends on hyperledger-cacti#1123 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 12, 2021
…r-cacti#1123 The Cactus packages were relying on 1.4.x Fabric SDK dependencies prior to this change (even when communicating with 2.x Fabric ledgers) which is something that we needed to fix by upgrading the dependency versions. Fixes hyperledger-cacti#1123 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 12, 2021
…#1122 WORK IN PROGRESS Depends on hyperledger-cacti#1123 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 13, 2021
…r-cacti#1123 The Cactus packages were relying on 1.4.x Fabric SDK dependencies prior to this change (even when communicating with 2.x Fabric ledgers) which is something that we needed to fix by upgrading the dependency versions. Fixes hyperledger-cacti#1123 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 13, 2021
…#1122 WORK IN PROGRESS Depends on hyperledger-cacti#1123 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 14, 2021
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
that referenced
this issue
Jul 21, 2021
The Cactus packages were relying on 1.4.x Fabric SDK dependencies prior to this change (even when communicating with 2.x Fabric ledgers) which is something that we needed to fix by upgrading the dependency versions. Fixes #1123 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 22, 2021
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 22, 2021
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/ integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 22, 2021
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/ integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Jul 23, 2021
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/ integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
that referenced
this issue
Jul 23, 2021
Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/ integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on #1123 Depends on #1130 Fixes #1122 Signed-off-by: Peter Somogyvari <[email protected]>
hanxu12
pushed a commit
to hanxu12/cactus
that referenced
this issue
Jul 26, 2021
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/ integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]> Signed-off-by: hxlaf <[email protected]>
RafaelAPB
pushed a commit
to RafaelAPB/blockchain-integration-framework
that referenced
this issue
Mar 9, 2022
…r-cacti#1123 The Cactus packages were relying on 1.4.x Fabric SDK dependencies prior to this change (even when communicating with 2.x Fabric ledgers) which is something that we needed to fix by upgrading the dependency versions. Fixes hyperledger-cacti#1123 Signed-off-by: Peter Somogyvari <[email protected]>
RafaelAPB
pushed a commit
to RafaelAPB/blockchain-integration-framework
that referenced
this issue
Mar 9, 2022
…#1122 Makes it possible to set the endorsing peers on a transaction when submitted through the Fabric connector. For example these values can be passed in to the new parameter and it will set the endorsers up accordingly prior to submitting the transaction to the ledger: - org1.example.com - Org1MSP - org2.example.com - Org2MSP (You only need either the org domain or the msp ID, no need to specify both of them for it to work). For a working example, see this test case: packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/ integration/fabric-v2-2-x/run-transaction-endpoint-v1.test.ts Depends on hyperledger-cacti#1123 Depends on hyperledger-cacti#1130 Fixes hyperledger-cacti#1122 Signed-off-by: Peter Somogyvari <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
Fabric
Security
Related to existing or potential security vulnerabilities
Description
The Cactus packages are relying in 1.4.x Fabric SDK dependencies at the moment (even when communicating with 2.x Fabric ledgers) which is something that we need to fix by upgrading the dependency versions and then if needed create a separate Fabric connector package for 1.4.x ledgers (so that we can have the Fabric Node SDK 1.4.x dependency in there, separately).
Though the best would be if we just did not need to use the 1.4.x Fabric SDK at all.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: