-
Notifications
You must be signed in to change notification settings - Fork 155
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
Implement DAA score timestamp estimation #268
Merged
michaelsutton
merged 13 commits into
kaspanet:master
from
coderofstuff:coderofstuff/add-daa-estimate
Nov 23, 2023
Merged
Implement DAA score timestamp estimation #268
michaelsutton
merged 13 commits into
kaspanet:master
from
coderofstuff:coderofstuff/add-daa-estimate
Nov 23, 2023
Commits on Nov 23, 2023
-
Add GetDaaEstimateTimestamp RPC API
Basic implementation, just return the value back. Commit is focused on adding the API rather than functionality.
Configuration menu - View commit details
-
Copy full SHA for bebf633 - Browse repository at this point
Copy the full SHA bebf633View commit details -
Implement DAA score timestamp estimation
Input = array of daa_scores Output = array of timestamps, index matched with input
Configuration menu - View commit details
-
Copy full SHA for b82d9d3 - Browse repository at this point
Copy the full SHA b82d9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 247c49e - Browse repository at this point
Copy the full SHA 247c49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a2300b - Browse repository at this point
Copy the full SHA 7a2300bView commit details -
- acquire prune lock - use tighter indexing logic - ensure sink is included
Configuration menu - View commit details
-
Copy full SHA for 2442830 - Browse repository at this point
Copy the full SHA 2442830View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c1c2a5 - Browse repository at this point
Copy the full SHA 4c1c2a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8643263 - Browse repository at this point
Copy the full SHA 8643263View commit details -
- bug fix: use f64, otherwise the fraction is always zero
- avoid assuming that timestamps are strictly monotonic
Configuration menu - View commit details
-
Copy full SHA for a3f0125 - Browse repository at this point
Copy the full SHA a3f0125View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae4c378 - Browse repository at this point
Copy the full SHA ae4c378View commit details -
Configuration menu - View commit details
-
Copy full SHA for 804f955 - Browse repository at this point
Copy the full SHA 804f955View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcdf65d - Browse repository at this point
Copy the full SHA dcdf65dView commit details -
Add last data point from jupyter notebook
It's the same daa_score as checkpoint genesis, but timestamp is different to improve accuracy for queries right before and right after this daa_score
Configuration menu - View commit details
-
Copy full SHA for fa0ee58 - Browse repository at this point
Copy the full SHA fa0ee58View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2f6a95 - Browse repository at this point
Copy the full SHA e2f6a95View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.