This repository has been archived by the owner on Sep 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 130
[PRIV-55] Allow private contract invocations in multiple privacy groups #1318
Merged
Conversation
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
iikirilov
changed the title
Private Transactions Breaking test
[PRIV] Allow private contract invocations in multiple privacy groups
Apr 24, 2019
iikirilov
changed the title
[PRIV] Allow private contract invocations in multiple privacy groups
[PRIV-55] Allow private contract invocations in multiple privacy groups
Apr 24, 2019
iikirilov
force-pushed
the
breaking-test
branch
from
April 24, 2019 11:01
e6d2868
to
0743462
Compare
iikirilov
force-pushed
the
breaking-test
branch
from
April 24, 2019 15:25
83368a7
to
0e5596b
Compare
macfarla
reviewed
Apr 25, 2019
...ts/src/test/java/tech/pegasys/pantheon/tests/acceptance/dsl/privacy/PrivateTransactions.java
Outdated
Show resolved
Hide resolved
.../test/java/tech/pegasys/pantheon/tests/acceptance/dsl/privacy/PrivateAcceptanceTestBase.java
Outdated
Show resolved
Hide resolved
...va/tech/pegasys/pantheon/tests/acceptance/dsl/transaction/eea/PrivateTransactionBuilder.java
Show resolved
Hide resolved
...java/tech/pegasys/pantheon/tests/web3j/privacy/DeployPrivateSmartContractAcceptanceTest.java
Show resolved
Hide resolved
...ts/src/test/java/tech/pegasys/pantheon/tests/web3j/privacy/PrivacyClusterAcceptanceTest.java
Outdated
Show resolved
Hide resolved
ethereum/core/src/main/java/tech/pegasys/pantheon/ethereum/privacy/PrivateKeyValueStorage.java
Outdated
Show resolved
Hide resolved
.../tech/pegasys/pantheon/ethereum/jsonrpc/internal/methods/privacy/EeaGetTransactionCount.java
Outdated
Show resolved
Hide resolved
.../tech/pegasys/pantheon/ethereum/jsonrpc/internal/methods/privacy/EeaGetTransactionCount.java
Outdated
Show resolved
Hide resolved
...h/pegasys/pantheon/ethereum/jsonrpc/internal/methods/privacy/EeaGetTransactionCountTest.java
Outdated
Show resolved
Hide resolved
...m/core/src/main/java/tech/pegasys/pantheon/ethereum/privacy/PrivateTransactionProcessor.java
Outdated
Show resolved
Hide resolved
ekellstrand
reviewed
Apr 26, 2019
...va/tech/pegasys/pantheon/tests/acceptance/dsl/transaction/eea/PrivateTransactionBuilder.java
Show resolved
Hide resolved
...ts/src/test/java/tech/pegasys/pantheon/tests/web3j/privacy/PrivacyClusterAcceptanceTest.java
Outdated
Show resolved
Hide resolved
...ts/src/test/java/tech/pegasys/pantheon/tests/web3j/privacy/PrivacyClusterAcceptanceTest.java
Show resolved
Hide resolved
...a/tech/pegasys/pantheon/ethereum/mainnet/precompiles/privacy/PrivacyPrecompiledContract.java
Outdated
Show resolved
Hide resolved
...a/tech/pegasys/pantheon/ethereum/mainnet/precompiles/privacy/PrivacyPrecompiledContract.java
Show resolved
Hide resolved
...eum/core/src/main/java/tech/pegasys/pantheon/ethereum/privacy/PrivateTransactionHandler.java
Outdated
Show resolved
Hide resolved
iikirilov
force-pushed
the
breaking-test
branch
from
April 26, 2019 08:19
8a662b0
to
c5c7c16
Compare
rojotek
approved these changes
Apr 26, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing the issues.
LGTM
antonydenyer
pushed a commit
to antonydenyer/pantheon
that referenced
this pull request
Apr 26, 2019
…ps (PegaSysEng#1318) * Allow private contract invocations in multiple privacy groups
ajsutton
pushed a commit
to ajsutton/pantheon
that referenced
this pull request
Apr 28, 2019
…ps (PegaSysEng#1318) * Allow private contract invocations in multiple privacy groups
notlesh
pushed a commit
to notlesh/pantheon
that referenced
this pull request
May 4, 2019
…ps (PegaSysEng#1318) * Allow private contract invocations in multiple privacy groups
notlesh
pushed a commit
to notlesh/pantheon
that referenced
this pull request
May 14, 2019
…ps (PegaSysEng#1318) * Allow private contract invocations in multiple privacy groups
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR description
Introduce breaking test privacy work
See
PrivacyClusterAcceptanceTest
Fixed Issue(s)
PRIV-55