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

Peer.EndPoints to Peer.EndPoint #127

Merged
merged 1 commit into from
Mar 12, 2019

Conversation

longfin
Copy link
Member

@longfin longfin commented Mar 11, 2019

This PR replaces Peer.EndPoints with Peer.EndPoint. (as suggested in #126)

@longfin longfin added this to the 0.2.0 milestone Mar 11, 2019
@longfin longfin self-assigned this Mar 11, 2019
@longfin longfin requested review from dahlia and ipdae March 11, 2019 07:27
@longfin longfin force-pushed the feature/unify-peer-endpoint branch from b1cb9b5 to b3cdd49 Compare March 11, 2019 07:28
@longfin
Copy link
Member Author

longfin commented Mar 11, 2019

Some tests seem to fail. I'll fix it.

CHANGES.md Outdated
@@ -6,7 +6,7 @@ Version 0.2.0

To be released.

- The type of `Peer.Urls` property is changed from `Uri` to `IPEndPoint`.
- `Peer.Urls` is changed to `Peer.EndPoint` represented as single `IPEndPoint`.
Copy link
Contributor

@dahlia dahlia Mar 11, 2019

Choose a reason for hiding this comment

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

There were a renaming and a retyping, so we'd better to sum up the explanation at higher view, with links to the issue #120 and #126.

@codecov
Copy link

codecov bot commented Mar 11, 2019

Codecov Report

Merging #127 into master will increase coverage by 0.05%.
The diff coverage is 73.91%.

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   88.12%   88.18%   +0.05%     
==========================================
  Files          61       61              
  Lines        3015     2987      -28     
==========================================
- Hits         2657     2634      -23     
+ Misses        358      353       -5
Impacted Files Coverage Δ
Libplanet/Net/Swarm.cs 90.72% <66.66%> (+0.76%) ⬆️
Libplanet/Net/Peer.cs 84.61% <87.5%> (-10.39%) ⬇️

@longfin longfin force-pushed the feature/unify-peer-endpoint branch from b3cdd49 to 92da26d Compare March 11, 2019 07:56
@longfin longfin merged commit e7e56e4 into planetarium:master Mar 12, 2019
dahlia pushed a commit to dahlia/libplanet that referenced this pull request Mar 9, 2021
…difficulty

feat: support totalDifficulty field
OnedgeLee pushed a commit to OnedgeLee/libplanet that referenced this pull request Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants