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

core: sort GetValidators() result #664

Merged
merged 1 commit into from
Feb 13, 2020
Merged

Conversation

roman-khimov
Copy link
Member

As C# node does it. Technically it's only needed for consensus and could be
implemented in the appropriate package, but for better compatibility with C#
node we're better returning it sorted right here.

@roman-khimov roman-khimov added this to the v0.72.3 milestone Feb 13, 2020
As C# node does it. Technically it's only needed for consensus and could be
implemented in the appropriate package, but for better compatibility with C#
node we're better returning it sorted right here.
@codecov
Copy link

codecov bot commented Feb 13, 2020

Codecov Report

Merging #664 into master will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #664      +/-   ##
==========================================
- Coverage   64.84%   64.83%   -0.01%     
==========================================
  Files         125      125              
  Lines       10607    10608       +1     
==========================================
  Hits         6878     6878              
- Misses       3450     3451       +1     
  Partials      279      279              

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 ef870d0...d4cd134. Read the comment docs.

@roman-khimov roman-khimov merged commit 992ccc0 into master Feb 13, 2020
@roman-khimov roman-khimov deleted the sort-validator-keys branch February 13, 2020 18:46
@roman-khimov roman-khimov modified the milestones: v0.72.3, v0.73.0 Feb 16, 2020
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