-
Notifications
You must be signed in to change notification settings - Fork 294
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
feat(quorum): Add private transaction support #951
Labels
Milestone
Comments
travis-payne
pushed a commit
to travis-payne/cactus
that referenced
this issue
Jul 22, 2021
Closes: hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]>
travis-payne
pushed a commit
to travis-payne/cactus
that referenced
this issue
Aug 20, 2021
Related to hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]>
petermetz
pushed a commit
that referenced
this issue
Aug 26, 2021
Related to #951 Signed-off-by: Travis Payne <[email protected]>
travis-payne
pushed a commit
to travis-payne/cactus
that referenced
this issue
Sep 15, 2021
travis-payne
pushed a commit
to travis-payne/cactus
that referenced
this issue
Sep 15, 2021
fixes hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]>
travis-payne
pushed a commit
to travis-payne/cactus
that referenced
this issue
Sep 29, 2021
fixes hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]>
petermetz
added a commit
to travis-payne/cactus
that referenced
this issue
Dec 29, 2021
fixes hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]>
petermetz
added a commit
to travis-payne/cactus
that referenced
this issue
Dec 29, 2021
fixes hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to travis-payne/cactus
that referenced
this issue
Dec 29, 2021
fixes hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
to travis-payne/cactus
that referenced
this issue
Jan 14, 2022
fixes hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
RafaelAPB
pushed a commit
to RafaelAPB/blockchain-integration-framework
that referenced
this issue
Mar 9, 2022
Related to hyperledger-cacti#951 Signed-off-by: Travis Payne <[email protected]>
johnhomantaring
pushed a commit
to travis-payne/cactus
that referenced
this issue
Apr 5, 2022
fixes hyperledger-cacti#951 Signed-off-by: johnhomantaring <[email protected]>
johnhomantaring
added a commit
to travis-payne/cactus
that referenced
this issue
May 30, 2022
fixes hyperledger-cacti#951 Signed-off-by: john.h.o.mantaring-at-475704139995 <[email protected]>
johnhomantaring
added a commit
to travis-payne/cactus
that referenced
this issue
May 30, 2022
fixes hyperledger-cacti#951 Signed-off-by: john.h.o.mantaring-at-475704139995 <[email protected]>
johnhomantaring
added a commit
to travis-payne/cactus
that referenced
this issue
May 30, 2022
fixes hyperledger-cacti#951 Signed-off-by: john.h.o.mantaring-at-475704139995 <[email protected]>
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Feb 16, 2023
Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected]
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
Feb 28, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected]
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
May 3, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected]
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
May 3, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected]
aldousalvarez
added a commit
to aldousalvarez/cactus
that referenced
this issue
May 16, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected]
petermetz
added a commit
to aldousalvarez/cactus
that referenced
this issue
Jun 9, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected] Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
petermetz
added a commit
that referenced
this issue
Jun 12, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes #951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected] Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
barnapa
pushed a commit
to barnapa/cacti
that referenced
this issue
Jun 15, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected] Co-authored-by: Peter Somogyvari <[email protected]> Signed-off-by: Peter Somogyvari <[email protected]>
barnapa
pushed a commit
to barnapa/cacti
that referenced
this issue
Jun 15, 2023
----------------------------------------- - Added v2.3.0-deploy-contract-from-json-private.test.ts that would support private transaction test for Quorum. - Added a QuorumPrivateTransactionConfig on openapi.json - Added Web3JsQuorum on plugin-ledger-connector-quorum and added a transact private method to be able to proceed with the private transaction. - Currently the privateUrl in the test is being truely optional and we need to address this in the future. - We are just passing privateUrl in all the instances even though we don't need to do private transactions everywhere. Fixes hyperledger-cacti#951 Co-authored-by: Travis Payne <[email protected]> Co-authored-by: johnhomantaring <[email protected]> Co-authored-by: jagpreetsinghsasan <[email protected]> Co-authored-by: aldousalvarez [email protected] Co-authored-by: Peter Somogyvari <[email protected]> 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
Is your feature request related to a problem? Please describe.
Feature request: I need to be able to issue private transactions to a Quorum ledger via the Cactus API client.
Describe the solution you'd like
Describe alternatives you've considered
Nothing. There is no doubt in my mind that we need this feature.
Additional context
Here's the Quorum documentation regarding private transactions:
https://docs.goquorum.consensys.net/en/stable/Concepts/Privacy/PrivateAndPublic/
cc: @takeutak @sfuji822 @jonathan-m-hamilton @petermetz @kikoncuo @travis-payne
The text was updated successfully, but these errors were encountered: