forked from jl777/komodo
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add Season 8 pubkeys and update hardfork constants #620
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5216f6b
allow -ac_private for the ZOMBIE test chain
DeckerSU faa9996
Merge pull request #615 from KomodoPlatform/patch-add-zombie-warning
ca333 4783c0b
add season 8 pubkeys
smk762 d96668c
rm misplaced comment
smk762 acca0f9
fix index comments
smk762 283d6b4
fix Onur name
smk762 9fbab36
add season 8 hardfork constants
smk762 750d79c
Merge branch 'patch-s8-prepare' into add/s8-pubkeys
DeckerSU 040daa5
add S8 label in notaries_elected
DeckerSU File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
current estimation for height
4125988
is October 1stcc @DeckerSU @smk762
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.
Ideally this should be (re)calculated as late as possible to make it as accurate as possible wrt to recent/anticipated block production rate.
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.
ok, will recalc tonight and include in #623
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.
I created my own script for these calculations, which you can find here: estimate-blocks.py. According to my calculations, we have the following:
Based on this,
October 4th
corresponds to approximately block4124797
on average. Currently, we have4125988
hardcoded, which should occur later than2024-10-04 13:37:33
. So, my guess is that4125988
is okay.