Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy rpcs through tx handler #243

Merged
merged 36 commits into from
Dec 19, 2019
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
ccaa624
Change privacy RPCs to go through the privateTransactionHandler inste…
jframe Dec 6, 2019
da0e980
remove enclave usage
jframe Dec 6, 2019
7e66c79
privacy group unit tests
jframe Dec 9, 2019
5565b25
nonce unit tests
jframe Dec 9, 2019
39bb81b
fix PrivGetPrivateTransaction IT
jframe Dec 9, 2019
a400c0b
rename privateTransactionHandler to privacyController
jframe Dec 11, 2019
5037aa5
return the privacy group id as part of the transaction response
jframe Dec 11, 2019
f2d1f6e
fix privacyController unit test
jframe Dec 11, 2019
d6a0337
fix unit tests
jframe Dec 11, 2019
8a14fb4
rename PrivacyTransactionResponse to PrivacySendResponse
jframe Dec 11, 2019
1e02641
rename PrivacySendResponse to SendTransactionResponse
jframe Dec 11, 2019
bf44591
Merge branch 'master' into privacy_rpcs_through_tx_handler
jframe Dec 12, 2019
60457ac
remove PrivacyApiMethod base class
jframe Dec 12, 2019
ad0fc8c
clean up logs
jframe Dec 12, 2019
b26e653
PR changes
jframe Dec 12, 2019
e80d116
PR changes - push enclave request types into Enclave
jframe Dec 12, 2019
7101f15
fixing build
jframe Dec 12, 2019
190111b
fixing build
jframe Dec 12, 2019
e45618d
fixing integration test
jframe Dec 12, 2019
7053b38
fixing build
jframe Dec 12, 2019
29f3db0
fixing integration test
jframe Dec 12, 2019
d435c8f
fixing integration test
jframe Dec 12, 2019
1441b2e
move privacy disabling handler to abstract class
jframe Dec 12, 2019
f6de80f
include header
jframe Dec 12, 2019
558654e
remove raw type
jframe Dec 12, 2019
538616e
Merge branch 'master' into privacy_rpcs_through_tx_handler
jframe Dec 17, 2019
f521f02
fix ut after merge
jframe Dec 17, 2019
3b6e5d7
PR changes
jframe Dec 18, 2019
28ce2a8
PR changes
jframe Dec 18, 2019
8d90d4e
spotless
jframe Dec 18, 2019
f6da4b7
PR changes
jframe Dec 18, 2019
d9d6b36
Merge branch 'master' into privacy_rpcs_through_tx_handler
jframe Dec 18, 2019
1d8f40d
fix integration test
jframe Dec 18, 2019
e03180a
pr changes
jframe Dec 18, 2019
1b09dcd
Merge branch 'master' into privacy_rpcs_through_tx_handler
jframe Dec 18, 2019
bb17494
Merge branch 'master' into privacy_rpcs_through_tx_handler
jframe Dec 19, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
spotless
Signed-off-by: Jason Frame <jasonwframe@gmail.com>
  • Loading branch information
jframe committed Dec 18, 2019
commit 8d90d4e4dc47585288ed790a7a5939545290e5db
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

import java.util.Map;

import org.jetbrains.annotations.NotNull;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
Expand Down