-
Notifications
You must be signed in to change notification settings - Fork 684
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
backing: move the min votes threshold to the runtime #1200
Commits on Aug 28, 2023
-
move min backing votes const to runtime
also cache it per-session in the backing subsystem Signed-off-by: alindima <alin@parity.io>
Configuration menu - View commit details
-
Copy full SHA for f140a37 - Browse repository at this point
Copy the full SHA f140a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6664a4 - Browse repository at this point
Copy the full SHA a6664a4View commit details -
introduce api versioning for min_backing votes
also enable it for rococo/versi for testing
Configuration menu - View commit details
-
Copy full SHA for 62783af - Browse repository at this point
Copy the full SHA 62783afView commit details -
also add min_backing_votes runtime calls to statement-distribution
this dependency has been recently introduced by async backing
Configuration menu - View commit details
-
Copy full SHA for 8718818 - Browse repository at this point
Copy the full SHA 8718818View commit details -
remove explicit version runtime API call
this is not needed, as the RuntimeAPISubsystem already takes care of versioning and will return NotSupported if the version is not right.
Configuration menu - View commit details
-
Copy full SHA for be44e33 - Browse repository at this point
Copy the full SHA be44e33View commit details -
- parametrise backing votes runtime API with session index - remove RuntimeInfo usage in backing subsystem, as runtime API caches the min backing votes by session index anyway. - move the logic for adjusting the configured needed backing votes with the size of the backing group to a primitives helper. - move the legacy min backing votes value to a primitives helper. - mark JoinMultiple error as fatal, since the Canceled (non-multiple) counterpart is also fatal. - make backing subsystem handle fatal errors for new leaves update. - add HostConfiguration consistency check for zeroed backing votes threshold - add cumulus accompanying change
Configuration menu - View commit details
-
Copy full SHA for e7e82bc - Browse repository at this point
Copy the full SHA e7e82bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 533f6c9 - Browse repository at this point
Copy the full SHA 533f6c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adf595 - Browse repository at this point
Copy the full SHA 8adf595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34fa138 - Browse repository at this point
Copy the full SHA 34fa138View commit details
Commits on Aug 29, 2023
-
Merge remote-tracking branch 'origin/master' into alindima-add-min-ba…
…cking-votes-to-runtime
Configuration menu - View commit details
-
Copy full SHA for 200537e - Browse repository at this point
Copy the full SHA 200537eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f594a0 - Browse repository at this point
Copy the full SHA 3f594a0View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fa0a515 - Browse repository at this point
Copy the full SHA fa0a515View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6485b - Browse repository at this point
Copy the full SHA cd6485bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75bc7e6 - Browse repository at this point
Copy the full SHA 75bc7e6View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8c1cb7f - Browse repository at this point
Copy the full SHA 8c1cb7fView commit details