-
Notifications
You must be signed in to change notification settings - Fork 757
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
Clique small fixes / follow-up work #1074
Merged
Merged
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b0dee27 - Browse repository at this point
Copy the full SHA b0dee27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b28cc - Browse repository at this point
Copy the full SHA 38b28ccView commit details -
* keep signer states and votes for `CLIQUE_SIGNER_HISTORY_BLOCK_LIMIT…
…` as number of blocks, not number of array entries * don't reset votes on epoch blocks to keep in case of reorgs, but only count in `cliqueUpdateVotes()` if blockNumber >= last epoch block
Configuration menu - View commit details
-
Copy full SHA for 7ff5b16 - Browse repository at this point
Copy the full SHA 7ff5b16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81dbd8d - Browse repository at this point
Copy the full SHA 81dbd8dView commit details -
* in trimming signer states, always keep at least one item on the stack
* in trimming signer votes, keep votes until `lastEpochBlockNumber - CLIQUE_SIGNER_HISTORY_BLOCK_LIMIT` (as a safe number for potential recounts on reorgs)
Configuration menu - View commit details
-
Copy full SHA for c0f81de - Browse repository at this point
Copy the full SHA c0f81deView commit details -
explicitly check for
blockchain.cliqueActiveSigners()
in `BlockHead……er.validateCliqueDifficulty()`
Configuration menu - View commit details
-
Copy full SHA for 52cc5fb - Browse repository at this point
Copy the full SHA 52cc5fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11689d0 - Browse repository at this point
Copy the full SHA 11689d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9db72c2 - Browse repository at this point
Copy the full SHA 9db72c2View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8f09e8a - Browse repository at this point
Copy the full SHA 8f09e8aView 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.