-
Notifications
You must be signed in to change notification settings - Fork 53
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
oak-audit: fix issues 2, 12; Updated Grandpa light client with authority set history #382
Draft
vmarkushin
wants to merge
22
commits into
master
Choose a base branch
from
vmarkushin/grandpa-track-authorities
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 31, 2023
-
Updated Grandpa light client with authority set history
The GRANDPA light-client logic and storage is updated to maintain a history of authorities set changes. This feature is necessary to support a more robust system, especially for evidence checks. In the previous version, the client could only store the current authorities, preventing it from correctly verifying whether misbehavior had taken place when a set change occurs. The history of authorities is stored in the client state, with information of the block height, the timestamp of changes, the new set id and the new authorities. This commit also enhances the misbehaviour detection functionality by checking every header in the submitted headers for evidence instead of only the first few unknown headers. Additional fixes contain correcting the finality proof verification for client update and modifying relevant test logic accommodating the new client features.
Configuration menu - View commit details
-
Copy full SHA for 3e558e2 - Browse repository at this point
Copy the full SHA 3e558e2View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2411a43 - Browse repository at this point
Copy the full SHA 2411a43View commit details -
Configuration menu - View commit details
-
Copy full SHA for dada326 - Browse repository at this point
Copy the full SHA dada326View commit details -
Configuration menu - View commit details
-
Copy full SHA for d53d934 - Browse repository at this point
Copy the full SHA d53d934View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93f3361 - Browse repository at this point
Copy the full SHA 93f3361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 787ef2c - Browse repository at this point
Copy the full SHA 787ef2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e9a71e - Browse repository at this point
Copy the full SHA 9e9a71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98de89e - Browse repository at this point
Copy the full SHA 98de89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd1bdf - Browse repository at this point
Copy the full SHA 0fd1bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6a23d - Browse repository at this point
Copy the full SHA fb6a23dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 915f90f - Browse repository at this point
Copy the full SHA 915f90fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 555d884 - Browse repository at this point
Copy the full SHA 555d884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b7bb6c - Browse repository at this point
Copy the full SHA 8b7bb6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for efda149 - Browse repository at this point
Copy the full SHA efda149View commit details
Commits on Aug 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 292e54c - Browse repository at this point
Copy the full SHA 292e54cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43e8cb6 - Browse repository at this point
Copy the full SHA 43e8cb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f64da8 - Browse repository at this point
Copy the full SHA 3f64da8View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 38a43ad - Browse repository at this point
Copy the full SHA 38a43adView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6c369e - Browse repository at this point
Copy the full SHA b6c369eView commit details -
Merge remote-tracking branch 'origin/vmarkushin/grandpa-track-authori…
…ties' into vmarkushin/grandpa-track-authorities
Configuration menu - View commit details
-
Copy full SHA for 53960fc - Browse repository at this point
Copy the full SHA 53960fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8449d3d - Browse repository at this point
Copy the full SHA 8449d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9c5ccf - Browse repository at this point
Copy the full SHA a9c5ccfView 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.