Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

approval-voting improvement: include all tranche0 assignments in one certificate #6782

Open
wants to merge 118 commits into
base: master
Choose a base branch
from

Commits on Feb 9, 2023

  1. Add compact vrf modulo assignment

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    4adfc1f View commit details
    Browse the repository at this point in the history
  2. compute all assignments from a single vrf output

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    71bf07b View commit details
    Browse the repository at this point in the history
  3. impl compute/check of RelayVRFModuloCompact

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b1aabc9 View commit details
    Browse the repository at this point in the history
  4. fmt and missed file

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

    - tuned test params to test single and multiple assignments
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    81e62ec View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. integration step 1: subsystem message changes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    82c2b5f View commit details
    Browse the repository at this point in the history
  2. Approval distribution WIP

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d9d5681 View commit details
    Browse the repository at this point in the history
  3. approval-dist: fixed compilation errors

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    596a347 View commit details
    Browse the repository at this point in the history
  4. test fixups, WIP

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

Commits on Feb 13, 2023

  1. itertools

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cc9f63a View commit details
    Browse the repository at this point in the history
  2. Allow claimed cores to be a subset of vrf output assignments

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    eb86e56 View commit details
    Browse the repository at this point in the history
  3. Revert approval distribution changes

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

Commits on Feb 15, 2023

  1. WIP

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

Commits on Feb 16, 2023

  1. Fix compile errors

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

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

Commits on Feb 17, 2023

  1. Keep track of peer protocol version

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

Commits on Feb 20, 2023

  1. network protocol bump and addition

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 20, 2023
    Configuration menu
    Copy the full SHA
    3bb8823 View commit details
    Browse the repository at this point in the history
  2. Approval distribution handing of v1 vs v2

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

Commits on Feb 23, 2023

  1. Add VStaging network protocol

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    48109ec View commit details
    Browse the repository at this point in the history
  2. comment aggression metrics

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

Commits on Feb 24, 2023

  1. finish impl v2/v1 sending

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    2a300de View commit details
    Browse the repository at this point in the history
  2. fix view change handling typo bug

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    7858ad5 View commit details
    Browse the repository at this point in the history
  3. Rename leftover V2 to vstaging

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    0cf73fd View commit details
    Browse the repository at this point in the history
  4. Disable assignments V2

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    412282a View commit details
    Browse the repository at this point in the history
  5. update todo, docs

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

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    6612b3c View commit details
    Browse the repository at this point in the history
  7. Temporarly disable CI cargo test to get a build for burn-in

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

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

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

Commits on Mar 10, 2023

  1. Remove unimplemented!

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

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

Commits on Mar 31, 2023

  1. approval-voting: simplify v2 assignments (#6802)

    * Simplify v2 assignment cert
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * disable v2 assignments again
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * Review feedback
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * fix comment
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * doc update
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * db migration
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * Revert "disable v2 assignments again"
    
    This reverts commit 321b9b7.
    
    * Switch to using bitfield
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * Introduce AssignmentBitfield
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * Get rid of Vec<CoreIndex>
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * leftovers
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * Review feedback and code SPA
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * clippy
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * Disable v2 assignments, so node upgrade test can pass.
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * refactor bitfields
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    * link issue in code
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    
    ---------
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    741e91d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:paritytech/polkadot into sandreim…

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

Commits on Apr 3, 2023

  1. Merge branch 'master' of github.com:paritytech/polkadot into sandreim…

    …/vrf_modulo_comapct_assignment
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    01b6ec0 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. fix merge damage

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

Commits on Apr 18, 2023

  1. Include core bitfield in compact assignments

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

Commits on Apr 20, 2023

  1. Fix existing approval voting tests

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    2ad5234 View commit details
    Browse the repository at this point in the history
  2. Add bitfield certificate extra check

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    6a8f17a View commit details
    Browse the repository at this point in the history
  3. Approval dist test compilation fixes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a8f952c View commit details
    Browse the repository at this point in the history
  4. Uncomment aggression

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    31c0548 View commit details
    Browse the repository at this point in the history
  5. approval-dist: some tests fail, but it compiles

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

Commits on Apr 21, 2023

  1. Re-enable tests

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

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d2fd321 View commit details
    Browse the repository at this point in the history
  3. Fix build

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

Commits on Apr 23, 2023

  1. clippy fixes

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

Commits on Apr 24, 2023

  1. fix more tests :(

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

Commits on Apr 25, 2023

  1. more network protocol test fixes

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    33359cb View commit details
    Browse the repository at this point in the history
  2. Fix network bridge tests using code from async branch

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    c8af81a View commit details
    Browse the repository at this point in the history
  3. Merge holy master branch ⛪

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

Commits on Apr 27, 2023

  1. heal merge damage 🏥

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

Commits on May 2, 2023

  1. Bump test timeout to make CI happy when slow

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

Commits on May 11, 2023

  1. approval primitives v1/v2 refactor

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 11, 2023
    Configuration menu
    Copy the full SHA
    274ea46 View commit details
    Browse the repository at this point in the history
  2. remove leftover sleep in CI test pipeline

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 11, 2023
    Configuration menu
    Copy the full SHA
    9f66ed1 View commit details
    Browse the repository at this point in the history
  3. Fix tests and enable v2 assignments in tests

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

Commits on May 17, 2023

  1. add/modify approval distribution tests for v2

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 17, 2023
    Configuration menu
    Copy the full SHA
    28dd203 View commit details
    Browse the repository at this point in the history
  2. Add another approval distribution test

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 17, 2023
    Configuration menu
    Copy the full SHA
    5c5b86b View commit details
    Browse the repository at this point in the history
  3. add zombienet test

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

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

Commits on May 18, 2023

  1. Merge branch 'master' of github.com:paritytech/polkadot into sandreim…

    …/vrf_modulo_comapct_assignment
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 18, 2023
    Configuration menu
    Copy the full SHA
    180273a View commit details
    Browse the repository at this point in the history
  2. fix build

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 18, 2023
    Configuration menu
    Copy the full SHA
    2a65a98 View commit details
    Browse the repository at this point in the history
  3. enable v2 assignemnts for testing

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 18, 2023
    Configuration menu
    Copy the full SHA
    88b4349 View commit details
    Browse the repository at this point in the history
  4. Add back removed comment

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

Commits on May 22, 2023

  1. review feedback 1/2

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

Commits on May 24, 2023

  1. Full approval db migration to v2

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 24, 2023
    Configuration menu
    Copy the full SHA
    9152a9c 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 May 24, 2023
    Configuration menu
    Copy the full SHA
    0f9e1ec View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Fix AcceptedDuplicate, test and import log

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 25, 2023
    Configuration menu
    Copy the full SHA
    fe5b548 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 May 25, 2023
    Configuration menu
    Copy the full SHA
    a4fae3f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:paritytech/polkadot into sandreim…

    …/vrf_modulo_comapct_assignment
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 25, 2023
    Configuration menu
    Copy the full SHA
    2be89ff View commit details
    Browse the repository at this point in the history
  4. fmt

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

Commits on May 26, 2023

  1. Fix get_approval_signatures

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 26, 2023
    Configuration menu
    Copy the full SHA
    0bc5aa8 View commit details
    Browse the repository at this point in the history
  2. Add ApprovalEntry::get_approval

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 26, 2023
    Configuration menu
    Copy the full SHA
    574c92b View commit details
    Browse the repository at this point in the history
  3. disable v2 assignments

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed May 26, 2023
    Configuration menu
    Copy the full SHA
    4c04699 View commit details
    Browse the repository at this point in the history
  4. review feedback and print remove

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

Commits on May 31, 2023

  1. Fix logging

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

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

Commits on Jun 8, 2023

  1. Get rid of old "legacy" protocols, not used anymore

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

    …/vrf_modulo_comapct_assignment
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    d012e7b View commit details
    Browse the repository at this point in the history
  3. merge fixes

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

Commits on Jun 9, 2023

  1. Refactor and always send on main protocol version

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    959e529 View commit details
    Browse the repository at this point in the history
  2. Fix db upgrade after merge and fmt

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    a8e3f28 View commit details
    Browse the repository at this point in the history
  3. Fix zombienet merge damage

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

Commits on Jun 12, 2023

  1. Implement seq updates 0->4 now possible for parachainsDB

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

Commits on Jun 13, 2023

  1. add/fix db upgrade tests

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

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    36f6b39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e0fac6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f97355 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. review

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

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a179646 View commit details
    Browse the repository at this point in the history
  3. Remove superfuous assignment_bitfield from OurAssignment

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

Commits on Jul 24, 2023

  1. feedback

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

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

Commits on Jul 27, 2023

  1. fix build

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

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

    sandreim committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    5b565ed View commit details
    Browse the repository at this point in the history
  4. Merge branch 'sandreim/vrf_modulo_comapct_assignment' of github.com:p…

    …aritytech/polkadot into sandreim/vrf_modulo_comapct_assignment
    sandreim committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    59a8a59 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' of github.com:paritytech/polkadot into sandreim…

    …/vrf_modulo_comapct_assignment
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8436ada View commit details
    Browse the repository at this point in the history
  6. fix test build

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

Commits on Jul 28, 2023

  1. review feedback

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

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

Commits on Jul 31, 2023

  1. sanitize bitfields

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

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

Commits on Aug 1, 2023

  1. Add network-staging feature

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

Commits on Aug 2, 2023

  1. fix so DistributeAssignment gets sent once for compact assignments

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

Commits on Aug 8, 2023

  1. review feedback + fixes

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

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

Commits on Aug 9, 2023

  1. fix test build

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

Commits on Aug 21, 2023

  1. review feedback

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

    …/vrf_modulo_comapct_assignment
    
    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1964263 View commit details
    Browse the repository at this point in the history
  3. fix Cargo.lock

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

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

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

Commits on Aug 22, 2023

  1. happy clippy

    Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
    sandreim committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a9228c0 View commit details
    Browse the repository at this point in the history
  2. Fix flaky paritydb upgrade tests - wait lock file

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

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

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

Commits on Aug 23, 2023

  1. fix approval import and add more rep logs

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