Skip to content
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

Introduce approval-voting/distribution benchmark #2621

Merged
merged 247 commits into from
Feb 5, 2024

Commits on Aug 25, 2023

  1. merge from archived repo

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    7230df4 View commit details
    Browse the repository at this point in the history
  2. cargo lock

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    d04c182 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin' into sandreim/the_v2_assignments

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    f4f0e70 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Approve multiple candidates with a single signature

    The pr migrates:
    - paritytech/polkadot#7554
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    341c7af View commit details
    Browse the repository at this point in the history
  2. Fix build warnings

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    619fff2 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk
    alexggh committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    5f1558d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. ci: fix worker binaries could not be found

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ed1d9d0 View commit details
    Browse the repository at this point in the history
  2. Add missing bits

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7d7b82c View commit details
    Browse the repository at this point in the history
  3. Build with network-protocol-staging

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    7bc13d3 View commit details
    Browse the repository at this point in the history
  4. Validate disconnect theory

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    53f8556 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/the_v2_assignments
    sandreim committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    442b1e4 View commit details
    Browse the repository at this point in the history
  6. Log errors when banning peers

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    5e004e1 View commit details
    Browse the repository at this point in the history
  7. fix zombienet test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9850b2f View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/the_v2_assignments
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    f71eb31 View commit details
    Browse the repository at this point in the history
  2. cargo lock

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    46cfaf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/the_v2_assignments
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    0086502 View commit details
    Browse the repository at this point in the history
  2. superfluous

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    47beabd View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    ee88408 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Separate approval

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    3d3e37c View commit details
    Browse the repository at this point in the history
  2. Revert "Log errors when banning peers"

    This reverts commit 5e004e1.
    alexggh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    da61d98 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v2
    alexggh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9c0375c View commit details
    Browse the repository at this point in the history
  4. Cleanup post migrating hacks when migrating from polkadot repo

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f3fee24 View commit details
    Browse the repository at this point in the history
  5. Fixup clippy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6338d33 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk_v3
    alexggh committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    d4fb01a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    5832ad7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'sandreim/the_v2_assignments' into feature/approve_multi…

    …ple_candidates_polkadot_sdk_v3
    alexggh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    989bbcc View commit details
    Browse the repository at this point in the history
  3. Add host configuration v10 with approval_voting params

    ... the param was incorrectly appended to v9 instead of creating a new
    version as v10.
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    7fdae09 View commit details
    Browse the repository at this point in the history
  4. Fixup failure of lint-markdown

    E.g: https://github.com/paritytech/polkadot-sdk/actions/runs/6313437255/job/17141490461?pr=1178
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    e70b113 View commit details
    Browse the repository at this point in the history
  5. Fixup test-rustdoc job

    ... failure example here:
      https://gitlab.parity.io/parity/mirrors/polkadot-sdk/-/jobs/3799036
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    85939bb View commit details
    Browse the repository at this point in the history
  6. Merge branch 'sandreim/the_v2_assignments' into feature/approve_multi…

    …ple_candidates_polkadot_sdk_v3
    alexggh committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a6df360 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Cosmetic fixes

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    d42f373 View commit details
    Browse the repository at this point in the history
  2. pipeline/zombinet: fix 0006 test name

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6dd5173 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sandreim/the_v2_assignments' into feature/approve_multi…

    …ple_candidates_polkadot_sdk_v3
    alexggh committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    b54ee85 View commit details
    Browse the repository at this point in the history
  4. fixup cargo fmt nightly

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0bdc06e View commit details
    Browse the repository at this point in the history
  5. fixup clippy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    218748d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fixup markdownlint

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0335cf1 View commit details
    Browse the repository at this point in the history
  2. Fixup runtime-migration-westend

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0f0faf0 View commit details
    Browse the repository at this point in the history
  3. approval-voting: address round 1 of feedback

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    6eabb63 View commit details
    Browse the repository at this point in the history
  4. approval-distribution: cosmetic improvements

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    9dc4a93 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Comment vstaging

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    566d7f5 View commit details
    Browse the repository at this point in the history
  2. Revert "Comment vstaging"

    This reverts commit 566d7f5.
    alexggh committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    460bab2 View commit details
    Browse the repository at this point in the history
  3. Add v3 protocol

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    85acb51 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    6a1fb87 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Fixup

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    56055c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    477a4bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    595000d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. Fix cargo fmt

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5579719 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03d92ce View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v3
    alexggh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    f68baea View commit details
    Browse the repository at this point in the history
  2. approval-distribution: fix unittests

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    ee3b702 View commit details
    Browse the repository at this point in the history
  3. Approval voting fixup

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    0d2fbba View commit details
    Browse the repository at this point in the history
  4. Fixup runtime api post merge

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    e672c1d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    b053f92 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v3
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cff7a3a View commit details
    Browse the repository at this point in the history
  3. Fixup clippy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    deccd98 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v3
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    4d0e67e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    807308e View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v3
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cccf581 View commit details
    Browse the repository at this point in the history
  7. Minor cleanups

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cc5a8fe View commit details
    Browse the repository at this point in the history
  8. Add metric to see average delayed tick

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    e24d889 View commit details
    Browse the repository at this point in the history
  9. Fixup CI

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    eebde47 View commit details
    Browse the repository at this point in the history
  10. ApprovalVotingParams sane default

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    f400d5a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add zombienet to check approval coalescing

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0a952c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Fix review typo

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    183ba64 View commit details
    Browse the repository at this point in the history
  2. Remove file accidentally added which was removed from master

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    3fe8c0d View commit details
    Browse the repository at this point in the history
  3. Remove the need for CollationVersion::VStaging

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    fc28618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    056713b View commit details
    Browse the repository at this point in the history
  5. Addressed review comments

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    a8d234c View commit details
    Browse the repository at this point in the history
  6. Make clippy happy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d728cf2 View commit details
    Browse the repository at this point in the history
  7. Build a test image with network-protocol-staging

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    05ea75d View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Enable assignments

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    261285f View commit details
    Browse the repository at this point in the history
  2. Revert "Enable assignments v2 used for testing"

    This reverts commit 261285f.
    alexggh committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    db9c3a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. skeleton

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    01af630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3893f16 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Cleanup un-needed dependency to test-helpers

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    15eaa0a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v3
    alexggh committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a7d6a6e View commit details
    Browse the repository at this point in the history
  3. Address review findings

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    be9dddd View commit details
    Browse the repository at this point in the history
  4. Address review findings

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    2385fad View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Add new approval_db version

    ... so that we can decouple this PR from
    #1178 and be able to
    merge them separately.
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a2c0320 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Modify the way we are doing the sampling

    See
    #1178 (comment)
    for more details
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c8eff61 View commit details
    Browse the repository at this point in the history
  2. Fixup check_rejects_delay_bad_vrf

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    64f2195 View commit details
    Browse the repository at this point in the history
  3. Address some trivial review feedback

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    04798fa View commit details
    Browse the repository at this point in the history
  4. Use VersionedMigration

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    440c38b View commit details
    Browse the repository at this point in the history
  5. Do not accept ValidDisputeStatementKind::ApprovalCheckingMultipleCand…

    …idates until coalescing is not enabled
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    569ebb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Make approval_voting_params session buferred

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ac2271b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    059ce03 View commit details
    Browse the repository at this point in the history
  3. Make clippy happy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    35cbc0e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v3
    alexggh committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    a097f70 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Address review feedback in relay_vrf_modulo_cores

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    3af9517 View commit details
    Browse the repository at this point in the history
  2. Address more review feedback

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1b84bb0 View commit details
    Browse the repository at this point in the history
  3. Add few more tests

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7a1c88c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Fix unittest

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    ec71215 View commit details
    Browse the repository at this point in the history
  2. Add pr_doc

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    552e6fa View commit details
    Browse the repository at this point in the history
  3. Build a test image with network-protocol-staging

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    2625def View commit details
    Browse the repository at this point in the history
  4. Build a test image with assignments enabled

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    43f5529 View commit details
    Browse the repository at this point in the history
  5. Cleanup un-needed structures

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    590b59e View commit details
    Browse the repository at this point in the history
  6. Revert test configurations

    This reverts commit 43f5529.
    alexggh committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    bd76cf6 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Fix upgrade to latest zombienet version

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    20cb37a View commit details
    Browse the repository at this point in the history
  2. Set correct log level

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    311b573 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/sandreim/the_v2_assignments' int…

    …o feature/approve_multiple_candidates_polkadot_sdk_v3
    alexggh committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    418b69c View commit details
    Browse the repository at this point in the history
  4. Make zombient behave with latest cli

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    46f7f4d View commit details
    Browse the repository at this point in the history
  5. Fix ocasional no-shows in zombienets

    ... Because we coalesce approvals they might cover more than one
    assignments so in the case of the assignments sent randomly we need to
    make sure we send them all to the peer before we can send the approval
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a2e6024 View commit details
    Browse the repository at this point in the history
  6. wip

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7c22abe View commit details
    Browse the repository at this point in the history
  7. measure tput and fixes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c3adc77 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk_v3
    alexggh committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    1955b71 View commit details
    Browse the repository at this point in the history
  2. Fixup comment

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    cd81d38 View commit details
    Browse the repository at this point in the history
  3. Fix genesis error in zombienet

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    624bb5f View commit details
    Browse the repository at this point in the history
  4. add network emulation

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    31b0351 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e4bb037 View commit details
    Browse the repository at this point in the history
  6. Add latency emulation

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    a694924 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Minor fixes

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    b0faa09 View commit details
    Browse the repository at this point in the history
  2. support multiple pov sizes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    7ca4dba View commit details
    Browse the repository at this point in the history
  3. new metric in recovery and more testing

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    0430b5b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. CLI update and fixes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    027bcd8 View commit details
    Browse the repository at this point in the history
  2. peer stats

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    5a05da0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Switch stats to atomics

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    895e8d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. add more network metrics, new load generator

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    a2fb0c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. refactor

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d1b9fa3 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. pretty cli + minor refactor + remove unused

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    c5937ab View commit details
    Browse the repository at this point in the history
  2. update

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d6c259d View commit details
    Browse the repository at this point in the history
  3. remove comment

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    050529b View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. separate cli options for availability

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    cb38be5 View commit details
    Browse the repository at this point in the history
  2. implement unified and extensible configuration

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    24a736a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk_v3
    alexggh committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ee6b467 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Prepare to swtich to overseer

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    2843865 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4620e View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. add mocked subsystems

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b17a147 View commit details
    Browse the repository at this point in the history
  2. full overseer based implementation complete

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4724d8c View commit details
    Browse the repository at this point in the history
  3. make clean

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7aed30f View commit details
    Browse the repository at this point in the history
  4. more cleaning

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b51485b View commit details
    Browse the repository at this point in the history
  5. more cleaning

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7e46444 View commit details
    Browse the repository at this point in the history
  6. proper overseer control

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    d3df927 View commit details
    Browse the repository at this point in the history
  7. refactor CLI display of env stats

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7557768 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Add grafana dashboards for DA read

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    787dc00 View commit details
    Browse the repository at this point in the history
  2. network stats fixes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cd18f8d View commit details
    Browse the repository at this point in the history
  3. move examples and grafana

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e8506b3 View commit details
    Browse the repository at this point in the history
  4. Add readme

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cbb6772 View commit details
    Browse the repository at this point in the history
  5. fmt + readme updates

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    1a80870 View commit details
    Browse the repository at this point in the history
  6. update dashboard and sample

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    eb49ea0 View commit details
    Browse the repository at this point in the history
  7. remove unused

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    b249056 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fbcdfc View commit details
    Browse the repository at this point in the history
  9. revert unneeded changes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fb34181 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. add missing comments and minor fixes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    3a716a5 View commit details
    Browse the repository at this point in the history
  2. clippy

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a092b76 View commit details
    Browse the repository at this point in the history
  3. zepter format features --fix

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ca27370 View commit details
    Browse the repository at this point in the history
  4. fix markdown

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    be814e5 View commit details
    Browse the repository at this point in the history
  5. remove sleep till end of block

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    11ce8f5 View commit details
    Browse the repository at this point in the history
  6. review

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8d93abc View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Emulated network improvements

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    af141ee View commit details
    Browse the repository at this point in the history
  2. fix comment

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    29d80fa View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Approval-voting subsytem draf1

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    84721eb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk_v4
    alexggh committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    1bda031 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/approve_multiple_candidates_polkadot_sdk_v4' in…

    …to subsystem-bench-with-coalescing
    alexggh committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5cb4b2a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Subsystem improvements

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    4f9d8fd View commit details
    Browse the repository at this point in the history
  2. approvals optimisation

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    b39f65f View commit details
    Browse the repository at this point in the history
  3. Add fix number of tranches

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5644f81 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/availability-write-bench
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c4bf254 View commit details
    Browse the repository at this point in the history
  2. availability distribution + bitfield distribution

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c5a6143 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk_v4
    alexggh committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c2a4d65 View commit details
    Browse the repository at this point in the history
  4. Revert a2e6024

    ... it is actually not needed and gets us a preformance penalty which I
    discovered while working on: #2621
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5e78127 View commit details
    Browse the repository at this point in the history
  5. Address review feedback

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    992e766 View commit details
    Browse the repository at this point in the history
  6. protocol: rename vstaging into v3

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1913b63 View commit details
    Browse the repository at this point in the history
  7. WIP

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    54e8698 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Remove network-protocol-staging

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    871e9cf View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk_v4
    alexggh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    ec0a988 View commit details
    Browse the repository at this point in the history
  3. Rename zombienet

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a364b64 View commit details
    Browse the repository at this point in the history
  4. add fn to wait on metric and CLI output changes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5bfe2d9 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/subsystem-bench
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    74e68bb View commit details
    Browse the repository at this point in the history
  6. cargo lock

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    4d21e5b View commit details
    Browse the repository at this point in the history
  7. more review feedback

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    3e25fdc View commit details
    Browse the repository at this point in the history
  8. change back to debug

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    1458a73 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'sandreim/subsystem-bench' of github.com:paritytech/polk…

    …adot-sdk into sandreim/availability-write-bench
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bc46646 View commit details
    Browse the repository at this point in the history
  10. Add migration v11 HostConfiguration, missed during rebasing

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    de7b5c0 View commit details
    Browse the repository at this point in the history
  11. Fix network_protocol_versioning_subsystem_msg

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5cf522a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Merge remote-tracking branch 'origin/alexaggh/feature/approve_multipl…

    …e_candidates_polkadot_sdk' into subsystem-bench-with-coalescing
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a720892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2eb712 View commit details
    Browse the repository at this point in the history
  3. Latest master

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    673940c View commit details
    Browse the repository at this point in the history
  4. use prometheus network stats

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    dc5a72c View commit details
    Browse the repository at this point in the history
  5. Fix GetApprovalSignatures

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3cf90e2 View commit details
    Browse the repository at this point in the history
  6. Add hacks for getapproval signatures

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    60516d0 View commit details
    Browse the repository at this point in the history
  7. Fix GetApprovalSignatures

    ... discovered during benchmarking
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    83a7325 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/master' into feature/approve_mul…

    …tiple_candidates_polkadot_sdk_v4
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    6af2910 View commit details
    Browse the repository at this point in the history
  9. Fix formatting issues

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4d33c9d View commit details
    Browse the repository at this point in the history
  10. Fixup cargo fmt

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    30950d2 View commit details
    Browse the repository at this point in the history
  11. Fix some logging messed during rebase

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    593b82a View commit details
    Browse the repository at this point in the history
  12. Add prdoc

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f8f03e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Fixup 0002-upgrade-node failures

    V2 was not put into the list of fallbacks for the validation protocol,
    so the test wrongly fall-backed on v1.
    
    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    8099c16 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/approve_multiple_candidates_polkadot_sdk_v4' in…

    …to subsystem-bench-with-coalescing
    alexggh committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    ba50d4a View commit details
    Browse the repository at this point in the history
  3. WIP

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0bc7e5f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Fix something here and there

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    dc4b2f9 View commit details
    Browse the repository at this point in the history
  2. Add test message

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    d6b0eda View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Approval coalescing serialization

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    1ed7620 View commit details
    Browse the repository at this point in the history
  2. Approval-voting with serialization of messages

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    c77f428 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Same tranche

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    27f6368 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Latest rafector

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    b223f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a441c40 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. More optimizations

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    40ef9d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    775bb58 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Refactoring

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    b4afb81 View commit details
    Browse the repository at this point in the history
  2. Add new files

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    28e19f8 View commit details
    Browse the repository at this point in the history
  3. Fixup some other stuff

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0bfc13e View commit details
    Browse the repository at this point in the history
  4. Address some other fixups

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8d8de39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6d6a71 View commit details
    Browse the repository at this point in the history
  6. Fixup stuff

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    366e267 View commit details
    Browse the repository at this point in the history
  7. Clippy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    290eef2 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. complete networking refactor

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    ba46184 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. refactor NetworkMessage

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    1dfb263 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge remote-tracking branch 'origin/master' into subsystem-bench-wit…

    …h-coalescing-master-post-holiday
    alexggh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6b94648 View commit details
    Browse the repository at this point in the history
  2. Run in CI

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f7a2948 View commit details
    Browse the repository at this point in the history
  3. Add throughput scenarios

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    272280b View commit details
    Browse the repository at this point in the history
  4. Fix clippy unused

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    794a9b8 View commit details
    Browse the repository at this point in the history
  5. Retrigger CI

    alexggh committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    34c60ba View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Add benchamarks

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    4c9205e View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Fixup channel size

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9fbb29d View commit details
    Browse the repository at this point in the history
  2. refactor

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    87892fd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    6d5b1d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Merge branch 'sandreim/availability-write-bench-rebased-on-master' in…

    …to subsystem-bench-approvals-merged-with-andreis
    alexggh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    07104c9 View commit details
    Browse the repository at this point in the history
  2. Fix warnings

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3d80227 View commit details
    Browse the repository at this point in the history
  3. Cleanup1

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c47a96f View commit details
    Browse the repository at this point in the history
  4. Fix running on a versi node

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9514b47 View commit details
    Browse the repository at this point in the history
  5. Add label to wait_until_metric_ge

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    83709af View commit details
    Browse the repository at this point in the history
  6. Fixup run

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    57714db View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Fixup clippy

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    21f3645 View commit details
    Browse the repository at this point in the history
  2. Cargo fmt

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2a146f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Finish network refactoring and fix benchmarks

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    22a1bf9 View commit details
    Browse the repository at this point in the history
  2. update examples

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    196c426 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/availability-write-bench
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b2b41cf View commit details
    Browse the repository at this point in the history
  4. merge fixes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    7d63bd9 View commit details
    Browse the repository at this point in the history
  5. clippy & fmt

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    67c4c1e View commit details
    Browse the repository at this point in the history
  6. fix print

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    8c00d70 View commit details
    Browse the repository at this point in the history
  7. Fix block time

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f839f77 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' of github.com:paritytech/polkadot-sdk into sand…

    …reim/availability-write-bench
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b6807f2 View commit details
    Browse the repository at this point in the history
  9. clippy

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    48508ba View commit details
    Browse the repository at this point in the history
  10. Fix ASCII art

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    28d9f77 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge remote-tracking branch 'origin/sandreim/availability-write-benc…

    …h' into subsystem-bench-approvals-merged-with-andreis-v2
    alexggh committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    951f103 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Addressing review feedback

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    ca6eb18 View commit details
    Browse the repository at this point in the history
  2. Fixes

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    11e6dc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge remote-tracking branch 'origin/master' into subsystem-bench-app…

    …rovals-merged-with-andreis-v2
    alexggh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fad5df0 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into subsystem-bench-app…

    …rovals-merged-with-andreis-v2
    alexggh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7e06da2 View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2721a42 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix toml format

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    296f7e7 View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    bab7aa1 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Configuration menu
    Copy the full SHA
    d84a335 View commit details
    Browse the repository at this point in the history
  2. Remove unused property

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    459a628 View commit details
    Browse the repository at this point in the history
  3. Address review findings

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    73fe675 View commit details
    Browse the repository at this point in the history
  4. Fixup

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c5cb34f View commit details
    Browse the repository at this point in the history
  5. Configurable session_index in mock

    Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
    alexggh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8fe7026 View commit details
    Browse the repository at this point in the history