-
Notifications
You must be signed in to change notification settings - Fork 690
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
[5 / 5] Introduce approval-voting-parallel #4849
Commits on Jul 16, 2024
-
Make approval-distribution logic runnable on a separate thread
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 8dbb088 - Browse repository at this point
Copy the full SHA 8dbb088View commit details -
Move crypto checks in the approval-distribution
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 14727c5 - Browse repository at this point
Copy the full SHA 14727c5View commit details -
Make approval-voting runable on a worker thread
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 1942139 - Browse repository at this point
Copy the full SHA 1942139View commit details -
Introduce approval-voting-parallel
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 55520b8 - Browse repository at this point
Copy the full SHA 55520b8View commit details
Commits on Jul 26, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 7175957 - Browse repository at this point
Copy the full SHA 7175957View commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-1-5' into alexaggh/approval-voting-parallel-3-5
Configuration menu - View commit details
-
Copy full SHA for 469866f - Browse repository at this point
Copy the full SHA 469866fView commit details -
- rename check_and_import in import. - refactor un-needed variable. Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for d9fdd51 - Browse repository at this point
Copy the full SHA d9fdd51View commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-3-5' into alexaggh/approval-voting-parallel-2-5
Configuration menu - View commit details
-
Copy full SHA for 135fe79 - Browse repository at this point
Copy the full SHA 135fe79View commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-2-5' into alexaggh/approval-voting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 27bab6e - Browse repository at this point
Copy the full SHA 27bab6eView commit details
Commits on Jul 29, 2024
-
Fail early on oversized claims
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 2752d6e - Browse repository at this point
Copy the full SHA 2752d6eView commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 00d22ee - Browse repository at this point
Copy the full SHA 00d22eeView commit details -
Merge remote-tracking branch 'origin/master' into alexaggh/approval-v…
…oting-parallel-3-5
Configuration menu - View commit details
-
Copy full SHA for 4f99f65 - Browse repository at this point
Copy the full SHA 4f99f65View commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-3-5' into alexaggh/approval-voting-parallel-2-5
Configuration menu - View commit details
-
Copy full SHA for f289995 - Browse repository at this point
Copy the full SHA f289995View commit details
Commits on Jul 30, 2024
-
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-2-5' into alexaggh/approval-voting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 57472ae - Browse repository at this point
Copy the full SHA 57472aeView commit details -
Some refactoring to make the code a bit more testable
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 00dbcb0 - Browse repository at this point
Copy the full SHA 00dbcb0View commit details -
Move gather of assignments on separate task
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for f42fbf6 - Browse repository at this point
Copy the full SHA f42fbf6View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 57534a7 - Browse repository at this point
Copy the full SHA 57534a7View commit details
Commits on Aug 1, 2024
-
Add metrics for channels to workers
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for d920095 - Browse repository at this point
Copy the full SHA d920095View commit details -
subsystem-bench: Make it report per task cpu usage
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for e30f83d - Browse repository at this point
Copy the full SHA e30f83dView commit details -
Make subsystem-bench run in both parallel and single thread mode
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 05c53cd - Browse repository at this point
Copy the full SHA 05c53cdView commit details
Commits on Aug 5, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 493116f - Browse repository at this point
Copy the full SHA 493116fView commit details
Commits on Aug 6, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for bb4ca09 - Browse repository at this point
Copy the full SHA bb4ca09View commit details
Commits on Aug 7, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 83d65f7 - Browse repository at this point
Copy the full SHA 83d65f7View commit details -
Add zombienet for running approval-voting-in parallel
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 3e4821e - Browse repository at this point
Copy the full SHA 3e4821eView commit details
Commits on Aug 8, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for ead49d2 - Browse repository at this point
Copy the full SHA ead49d2View commit details -
Add checked indirect assignment
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for c67d99d - Browse repository at this point
Copy the full SHA c67d99dView commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-3-5' into alexaggh/approval-voting-parallel-2-5
Configuration menu - View commit details
-
Copy full SHA for 23d5a28 - Browse repository at this point
Copy the full SHA 23d5a28View commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-2-5' into alexaggh/approval-voting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 638c4ad - Browse repository at this point
Copy the full SHA 638c4adView commit details
Commits on Aug 12, 2024
-
Merge remote-tracking branch 'origin/master' into alexaggh/approval-v…
…oting-parallel-3-5
Configuration menu - View commit details
-
Copy full SHA for 247161f - Browse repository at this point
Copy the full SHA 247161fView commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-3-5' into alexaggh/approval-voting-parallel-2-5
Configuration menu - View commit details
-
Copy full SHA for edd7898 - Browse repository at this point
Copy the full SHA edd7898View commit details -
Merge remote-tracking branch 'origin/alexaggh/approval-voting-paralle…
…l-2-5' into alexaggh/approval-voting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 50ac4cc - Browse repository at this point
Copy the full SHA 50ac4ccView commit details
Commits on Aug 13, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 0b140cc - Browse repository at this point
Copy the full SHA 0b140ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0581468 - Browse repository at this point
Copy the full SHA 0581468View commit details
Commits on Aug 14, 2024
-
Merge remote-tracking branch 'origin/master' into alexaggh/approval-v…
…oting-parallel-3-5
Configuration menu - View commit details
-
Copy full SHA for 08889e1 - Browse repository at this point
Copy the full SHA 08889e1View commit details -
Merge branch 'alexaggh/approval-voting-parallel-3-5' into alexaggh/ap…
…proval-voting-parallel-2-5
Configuration menu - View commit details
-
Copy full SHA for d04d4cc - Browse repository at this point
Copy the full SHA d04d4ccView commit details -
Merge branch 'alexaggh/approval-voting-parallel-2-5' into alexaggh/ap…
…proval-voting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for a3c4735 - Browse repository at this point
Copy the full SHA a3c4735View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for c6157b6 - Browse repository at this point
Copy the full SHA c6157b6View commit details
Commits on Aug 27, 2024
-
Merge remote-tracking branch 'origin/master' into alexaggh/approval-v…
…oting-parallel-3-5
Configuration menu - View commit details
-
Copy full SHA for b0fb6d4 - Browse repository at this point
Copy the full SHA b0fb6d4View commit details -
Remove crate dependency between approval-distribution and approval-vo…
…ting Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 7539184 - Browse repository at this point
Copy the full SHA 7539184View commit details -
Merge branch 'alexaggh/approval-voting-parallel-3-5' into alexaggh/ap…
…proval-voting-parallel-2-5
Configuration menu - View commit details
-
Copy full SHA for 8da0be8 - Browse repository at this point
Copy the full SHA 8da0be8View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 377f4e1 - Browse repository at this point
Copy the full SHA 377f4e1View commit details -
Merge branch 'alexaggh/approval-voting-parallel-2-5' into alexaggh/ap…
…proval-voting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 6d7ed3a - Browse repository at this point
Copy the full SHA 6d7ed3aView commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 3b3299e - Browse repository at this point
Copy the full SHA 3b3299eView commit details
Commits on Sep 9, 2024
-
Merge remote-tracking branch 'origin/master' into alexaggh/approval-v…
…oting-parallel-2-5
Configuration menu - View commit details
-
Copy full SHA for f5a2447 - Browse repository at this point
Copy the full SHA f5a2447View commit details -
Merge branch 'alexaggh/approval-voting-parallel-2-5' into alexaggh/ap…
…proval-voting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 16652b3 - Browse repository at this point
Copy the full SHA 16652b3View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 3fe4076 - Browse repository at this point
Copy the full SHA 3fe4076View commit details
Commits on Sep 11, 2024
-
Remove subsystem_enabled and subystem_disabled flags
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for df08769 - Browse repository at this point
Copy the full SHA df08769View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for fab18b1 - Browse repository at this point
Copy the full SHA fab18b1View commit details -
Enable it by default on all test networks except kusama and polkadot
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for a7d5f85 - Browse repository at this point
Copy the full SHA a7d5f85View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 11cc977 - Browse repository at this point
Copy the full SHA 11cc977View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for bb3887f - Browse repository at this point
Copy the full SHA bb3887fView commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for b817677 - Browse repository at this point
Copy the full SHA b817677View commit details
Commits on Sep 12, 2024
-
Add option to capacity override the workers channels
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 6521bb9 - Browse repository at this point
Copy the full SHA 6521bb9View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for a2bfe6b - Browse repository at this point
Copy the full SHA a2bfe6bView commit details -
Merge remote-tracking branch 'origin/master' into alexaggh/approval-v…
…oting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 0f95717 - Browse repository at this point
Copy the full SHA 0f95717View commit details
Commits on Sep 18, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for e4f8771 - Browse repository at this point
Copy the full SHA e4f8771View commit details
Commits on Sep 20, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for f6c58b9 - Browse repository at this point
Copy the full SHA f6c58b9View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for f356912 - Browse repository at this point
Copy the full SHA f356912View commit details -
Add implementers guide documenation for the new subsystem
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for e19d8dc - Browse repository at this point
Copy the full SHA e19d8dcView commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for ae0a087 - Browse repository at this point
Copy the full SHA ae0a087View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 2b6e5c6 - Browse repository at this point
Copy the full SHA 2b6e5c6View commit details -
Merge remote-tracking branch 'origin/master' into alexaggh/approval-v…
…oting-parallel-5-5
Configuration menu - View commit details
-
Copy full SHA for 808e8d0 - Browse repository at this point
Copy the full SHA 808e8d0View commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for cecb78d - Browse repository at this point
Copy the full SHA cecb78dView commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 18facc1 - Browse repository at this point
Copy the full SHA 18facc1View commit details
Commits on Sep 21, 2024
-
Send GetApprovalSignatures on unbounded
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 89ef3fa - Browse repository at this point
Copy the full SHA 89ef3faView commit details -
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 64be040 - Browse repository at this point
Copy the full SHA 64be040View commit details
Commits on Sep 23, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 19816a7 - Browse repository at this point
Copy the full SHA 19816a7View commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ee31fb0 - Browse repository at this point
Copy the full SHA ee31fb0View commit details
Commits on Sep 25, 2024
-
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Configuration menu - View commit details
-
Copy full SHA for 2486214 - Browse repository at this point
Copy the full SHA 2486214View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da175b9 - Browse repository at this point
Copy the full SHA da175b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dca783a - Browse repository at this point
Copy the full SHA dca783aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d88c8cd - Browse repository at this point
Copy the full SHA d88c8cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for a818d96 - Browse repository at this point
Copy the full SHA a818d96View commit details