forked from hyperledger/besu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds unrestricted privacy (hyperledger#2324)
* Unrestricted Privacy: implement unrestricted privacy - put data on chain - wire up methods for sendRaw with restriction - unrestricted pre-compile for processing transactions at Address.precompiled(PRIVACY - 4) - store private state of unrestricted transactions - route priv endpoints to unrestricted state resolution - Implement unrestricted websocket endpoint - Tidy up web3j transaction manager naming - Parameterize tests for different privacy restrictions - Implement our own PrivateTransactionManager - remove chainId from sendRawTransaction calls - Add check for member being a participant when creating privacy group - refactor private marker transaction naming - mark privacy-unrestricted-enabled as beta - Remove create privacy group from unrestricted - Unrestricted privacy acceptance tests will use a generated group id. - rename enclavePublicKey to privacyUserId - Ignore some tests for unrestricted privacy - privacyGroupId has no significant meaning in unrestricted tests - Change config label to be inline with previous conventions - command tests to be added when made stable Signed-off-by: Antony Denyer <git@antonydenyer.co.uk> Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net> Co-authored-by: Stefan Pingel <stefan.pingel@consensys.net>
- Loading branch information
1 parent
5f2e79c
commit 69223b8
Showing
135 changed files
with
2,827 additions
and
1,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.