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
[PAN-2789] Add ethSigner acceptance test #1655
Merged
MadelineMurray
merged 14 commits into
PegaSysEng:master
from
iikirilov:pan-2789-ethsigner-acceptance-test
Aug 27, 2019
Merged
[PAN-2789] Add ethSigner acceptance test #1655
MadelineMurray
merged 14 commits into
PegaSysEng:master
from
iikirilov:pan-2789-ethsigner-acceptance-test
Aug 27, 2019
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
force-pushed
the
pan-2789-ethsigner-acceptance-test
branch
2 times, most recently
from
July 8, 2019 19:03
acac4aa
to
a14a061
Compare
iikirilov
force-pushed
the
pan-2789-ethsigner-acceptance-test
branch
2 times, most recently
from
August 6, 2019 13:37
c6ee855
to
aa025e7
Compare
iikirilov
force-pushed
the
pan-2789-ethsigner-acceptance-test
branch
from
August 18, 2019 10:53
26c3eb1
to
3ffa6b0
Compare
jframe
reviewed
Aug 20, 2019
...e-tests/src/test/java/tech/pegasys/pantheon/tests/web3j/privacy/EthSignerAcceptanceTest.java
Show resolved
Hide resolved
...e-tests/src/test/java/tech/pegasys/pantheon/tests/web3j/privacy/EthSignerAcceptanceTest.java
Outdated
Show resolved
Hide resolved
...e-tests/src/test/java/tech/pegasys/pantheon/tests/web3j/privacy/EthSignerAcceptanceTest.java
Show resolved
Hide resolved
ethsigner/src/main/java/tech/pegasys/pantheon/ethsigner/EthSignerClient.java
Outdated
Show resolved
Hide resolved
testutil/src/main/java/tech/pegasys/ethsigner/testutil/EthSignerTestHarnessFactory.java
Outdated
Show resolved
Hide resolved
testutil/src/main/java/tech/pegasys/ethsigner/testutil/EthSignerTestHarness.java
Outdated
Show resolved
Hide resolved
testutil/src/main/java/tech/pegasys/ethsigner/testutil/EthSignerTestHarnessFactory.java
Outdated
Show resolved
Hide resolved
testutil/src/main/java/tech/pegasys/ethsigner/testutil/EthSignerConfig.java
Outdated
Show resolved
Hide resolved
iikirilov
force-pushed
the
pan-2789-ethsigner-acceptance-test
branch
4 times, most recently
from
August 21, 2019 21:39
cfa62d7
to
de46ef5
Compare
jframe
approved these changes
Aug 25, 2019
iikirilov
force-pushed
the
pan-2789-ethsigner-acceptance-test
branch
from
August 27, 2019 10:00
de46ef5
to
902b6c1
Compare
ajsutton
added a commit
to ajsutton/pantheon
that referenced
this pull request
Aug 27, 2019
This reverts commit b023831.
ajsutton
added a commit
that referenced
this pull request
Aug 27, 2019
iikirilov
added a commit
to iikirilov/pantheon
that referenced
this pull request
Aug 28, 2019
iikirilov
added a commit
to iikirilov/pantheon
that referenced
this pull request
Aug 28, 2019
pscott
pushed a commit
to pscott/pantheon
that referenced
this pull request
Sep 2, 2019
pscott
pushed a commit
to pscott/pantheon
that referenced
this pull request
Sep 2, 2019
…egaSysEng#1888) This reverts commit b023831. Causes intermittency because of hard coded port 8545.
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
Acceptance test with ethsigner as proxy for eea_sendRawTransaction. This is blocked until ethsigner jar is released.
Fixed Issue(s)
PAN-2789