stratumn / go-core

Stratumn's core utilities to create decentralized applications and networks
Apache License 2.0
0 stars 0 forks source link

validation: governance accept participant updates #490

Closed t-bast closed 6 years ago

t-bast commented 6 years ago

Finish the work on the participants map. Votes are tallied and the updated list is verified. I will likely refactor to extract the voting validation to re-use it in segment validation rules updates.


This change is Reviewable

codecov[bot] commented 6 years ago

Codecov Report

Merging #490 into master will increase coverage by 0.05%. The diff coverage is 77.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #490      +/-   ##
==========================================
+ Coverage   70.32%   70.38%   +0.05%     
==========================================
  Files          92       92              
  Lines        5534     5609      +75     
==========================================
+ Hits         3892     3948      +56     
- Misses       1252     1261       +9     
- Partials      390      400      +10
Impacted Files Coverage Δ
validation/validators/participants.go 80% <77.5%> (-1.91%) :arrow_down:
tmstore/tmstore.go 67.02% <0%> (-1.07%) :arrow_down:

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 795c9f3...eb73539. Read the comment docs.