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

Use any available key to decrypt payloads #446

Merged
merged 1 commit into from
Aug 29, 2018
Merged

Use any available key to decrypt payloads #446

merged 1 commit into from
Aug 29, 2018

Conversation

prd-fox
Copy link
Contributor

@prd-fox prd-fox commented Aug 29, 2018

Instead of having a default public key for decrypting transactions, try every key until we find a match. If no match is found, throw an error.

try every key until we find a match. If no match is found, throw an
error.
@codecov-io
Copy link

codecov-io commented Aug 29, 2018

Codecov Report

Merging #446 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #446      +/-   ##
============================================
+ Coverage     99.76%   99.76%   +<.01%     
- Complexity     1030     1033       +3     
============================================
  Files           163      163              
  Lines          3431     3439       +8     
  Branches        187      189       +2     
============================================
+ Hits           3423     3431       +8     
  Partials          8        8
Impacted Files Coverage Δ Complexity Δ
...n/java/com/quorum/tessera/enclave/EnclaveImpl.java 100% <100%> (ø) 16 <4> (+3) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 16a00df...e1e1f29. Read the comment docs.

@Krish1979 Krish1979 merged commit 05eef62 into Consensys:master Aug 29, 2018
@Krish1979 Krish1979 deleted the decrypt-using-any-key branch August 29, 2018 16:29
@prd-fox prd-fox added bug Something isn't working 0.7 labels Oct 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.7 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants