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

Expose GET partyinfo API on ThirdParty server #918

Merged
merged 4 commits into from
Nov 12, 2019

Conversation

namtruong
Copy link
Collaborator

This change enables peer/party network info of the node to be retrievable on ThirdParty server. The result now only contains list of public keys - data such as lastContact, url, etc... have been removed.

The same API on P2P server is still being kept just for testing purpose - however, this can potentially be deprecated at some point in the future. Coupled with #917, this api will no longer be accessible from a browser.

@codecov-io
Copy link

codecov-io commented Nov 11, 2019

Codecov Report

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

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #918      +/-   ##
============================================
+ Coverage     99.35%   99.36%   +<.01%     
- Complexity     2094     2097       +3     
============================================
  Files           318      319       +1     
  Lines          5772     5792      +20     
  Branches        310      310              
============================================
+ Hits           5735     5755      +20     
  Misses            5        5              
  Partials         32       32
Impacted Files Coverage Δ Complexity Δ
...m/quorum/tessera/thirdparty/PartyInfoResource.java 100% <100%> (ø) 3 <3> (?)
...m/quorum/tessera/thirdparty/ThirdPartyRestApp.java 100% <100%> (ø) 3 <2> (ø) ⬇️

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 bef45d2...bd708e0. Read the comment docs.

@Krish1979 Krish1979 merged commit 1a3e272 into master Nov 12, 2019
@namtruong namtruong deleted the Add-get-partyinfo-on-thirdparty-server branch November 12, 2019 11:51
@Krish1979 Krish1979 added 0.10.2 0.10.2 feature User features labels Dec 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.10.2 0.10.2 feature User features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants