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

[PRIV] WIP - Wire up Private Transaction Processor #805

Merged
merged 10 commits into from
Feb 10, 2019

Conversation

Puneetha17
Copy link
Contributor

PR description

Add Message Frame to Pre compiled contracts

LOG.info("Got the response as ", receiveResponse.getPayload());

WorldUpdater privateWorldState = messageFrame.getPrivateWorldState(DEFAULT_PRIVACY_GROUP_ID);
// TransactionProcessor.Result result =
Copy link
Contributor

Choose a reason for hiding this comment

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

commented out code

Copy link
Contributor

@macfarla macfarla left a comment

Choose a reason for hiding this comment

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

one minor comment, otherwise LGTM

@@ -225,6 +236,7 @@
checkNotNull(precompileContractRegistryBuilder, "Missing precompile contract registry");
checkNotNull(messageCallProcessorBuilder, "Missing message call processor");
checkNotNull(transactionProcessorBuilder, "Missing transaction processor");
checkNotNull(privateTransactionProcessorBuilder, "Missing transaction processor");
Copy link
Contributor

Choose a reason for hiding this comment

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

might be clearer to say "Missing private transaction processor"

@macfarla macfarla merged commit e2b87b0 into PegaSysEng:master Feb 10, 2019
@iikirilov
Copy link
Contributor

this PR is marked as WIP - should not have been merged

we were developing a POC of how this may work in Pantheon

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