Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

[PRIV] Fix private transaction acceptance test #1134

Merged
merged 4 commits into from
Mar 19, 2019

Conversation

Puneetha17
Copy link
Contributor

PR description

Fixes the privacy acceptance test. Changes made are:

  • Reverted to restricted transactions as per EEA spec.
  • Fixed private transaction signatures
  • Get the correct block number in eea_getTransactionReceipt

@lucassaldanha lucassaldanha self-assigned this Mar 19, 2019
@@ -69,6 +70,7 @@ public void startNode(final PantheonNode node) {
.devMode(node.isDevMode())
.nodePrivateKeyFile(KeyPairUtil.getDefaultKeyFile(node.homeDirectory()))
.metricsSystem(noOpMetricsSystem)
.maxPendingTransactions(PendingTransactions.MAX_PENDING_TRANSACTIONS)
Copy link
Contributor

Choose a reason for hiding this comment

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

PantheonControllerBuilder has been updated to set PendingTransactions.MAX_PENDING_TRANSACTIONS as default when the parameter hasn't been set. We can remove this line.

@lucassaldanha lucassaldanha merged commit aa3bf1f into PegaSysEng:master Mar 19, 2019
@iikirilov iikirilov deleted the fix-privacy-acceptance branch March 20, 2019 10:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants