Skip to content
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

Quorum private transaction support for Abigen #819

Merged
merged 3 commits into from
Oct 1, 2019
Merged

Conversation

zzy96
Copy link
Contributor

@zzy96 zzy96 commented Sep 18, 2019

Abigen with Quorum

Overview

Abigen is a source code generator that converts smart contract ABI definitions into type-safe Go packages. In addition to the original capabilities provided by Ethereum described here. Quorum Abigen also supports private transactions.

Implementation

PrivateFrom and PrivateFor fields have been added to the bind.TransactOpts which allows users to specify the public keys of the transaction manager (Tessera/Constellation) used to send and receive private transactions. The existing ethclient has been extended with a private transaction manager client to support sending /storeraw request.

@zzy96 zzy96 mentioned this pull request Sep 18, 2019
@zzy96 zzy96 requested a review from trung September 18, 2019 03:15
Copy link
Contributor

@trung trung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jpmsam jpmsam merged commit 26bab38 into master Oct 1, 2019
@zzy96 zzy96 deleted the feature/private-abigen branch October 2, 2019 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants