-
Notifications
You must be signed in to change notification settings - Fork 218
[Merged by Bors] - Variable size PoST #2039
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
Conversation
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
tryBuild failed: |
bors try |
tryBuild succeeded: |
layerfetcher/layers.go
Outdated
l.log.Error("got") | ||
l.layerHashResM.Lock() | ||
l.log.Error("got here") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like this should be cleaned up @antonlerner
bors try |
tryBuild failed: |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
bors merge |
👎 Rejected by too few approved reviews |
bors merge |
## Motivation spacemeshos/SMIPS#6 ## Changes - Move space declaration from nipst to ATX header - Return weights from active set calculation - Use weights for block eligibility ## Todo - [x] Implement efficient calculation of binomial cumulative distribution function using fixed decimal point - [x] Implement weighted hare eligibility using the binomial CDF - [ ] Update documentation as needed ## Test Plan - [ ] Add unit tests - [ ] Add system test for network with heterogeneously weighted miners
Pull request successfully merged into develop. Build succeeded: |
## Motivation spacemeshos/SMIPS#6 ## Changes - Move space declaration from nipst to ATX header - Return weights from active set calculation - Use weights for block eligibility ## Todo - [x] Implement efficient calculation of binomial cumulative distribution function using fixed decimal point - [x] Implement weighted hare eligibility using the binomial CDF - [ ] Update documentation as needed ## Test Plan - [ ] Add unit tests - [ ] Add system test for network with heterogeneously weighted miners
Motivation
spacemeshos/SMIPS#6
Changes
Todo
Test Plan