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

Erasure encoding availability #345

Merged
merged 48 commits into from
Dec 3, 2019
Merged

Erasure encoding availability #345

merged 48 commits into from
Dec 3, 2019

Commits on Jul 29, 2019

  1. Erasure encoding availability initial commit

     * Modifications to availability store to keep chunks as well as
       reconstructed blocks and extrinsics.
     * Gossip messages containig signed erasure chunks.
     * Requesting eraure chunks with polkadot-specific messages.
     * Validation of erasure chunk messages.
    montekki committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    f8a71c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Luke Schoen <ltfschoen@users.noreply.github.com>
    montekki and ltfschoen authored Jul 31, 2019
    Configuration menu
    Copy the full SHA
    42a97c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Merge remote-tracking branch 'upstream/master' into fs-availability-e…

    …ncoding-and-distribution
    montekki committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    66f8929 View commit details
    Browse the repository at this point in the history
  2. Fix build after a merge

    montekki committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    13339d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    ba601bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c9f260 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into fs-availability-e…

    …ncoding-and-distribution
    montekki committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    335df20 View commit details
    Browse the repository at this point in the history
  4. Updates Cargo.lock

    montekki committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    6ceb392 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2019

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

Commits on Sep 26, 2019

  1. Fixes after merge

    montekki committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    71dbe6e View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Configuration menu
    Copy the full SHA
    0f70e2a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into fs-availability-e…

    …ncoding-and-distribution
    montekki committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    05f3eb2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

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

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    0040b0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ba7a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

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

Commits on Oct 15, 2019

  1. Fixes most of the nits

    montekki committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    0431cac View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    3a348bb View commit details
    Browse the repository at this point in the history
  2. Fixes the tests

    montekki committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    5e19b3c View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Apply suggestions from code review

    Co-Authored-By: Robert Habermeier <rphmeier@gmail.com>
    montekki and rphmeier authored Oct 25, 2019
    Configuration menu
    Copy the full SHA
    0ddda19 View commit details
    Browse the repository at this point in the history
  2. Removes unwrap() calls

    montekki committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    13571b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a57bf View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

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

Commits on Oct 29, 2019

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

Commits on Oct 30, 2019

  1. Changes the way chunk messages are imported and validated.

     * Availability store now stores a validator_index and n_validators for
     each relay_parent.
     * Availability store now also stores candidate receipts.
     * Removes importing chunks in the table and moves it into network
     gossip validation.
     * Validation of erasure messages id done against receipts that are
     stored in the availability store.
    montekki committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    a463151 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    701e36b View commit details
    Browse the repository at this point in the history
  2. Removes an unused parameter

    montekki committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    065c3bc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

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

Commits on Nov 5, 2019

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

Commits on Nov 6, 2019

  1. Merge remote-tracking branch 'upstream/master' into fs-availability-e…

    …ncoding-and-distribution
    montekki committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    4c3faee View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

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

Commits on Nov 12, 2019

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

Commits on Nov 25, 2019

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

Commits on Nov 26, 2019

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

Commits on Nov 27, 2019

  1. Configuration menu
    Copy the full SHA
    6d09a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c0e705 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe8bdab View commit details
    Browse the repository at this point in the history
  4. Lines width

    montekki committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    9f7723c View commit details
    Browse the repository at this point in the history
  5. Bump runtime version

    montekki committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    acb6692 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

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

Commits on Dec 2, 2019

  1. some style nits (#1)

    rphmeier authored and montekki committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    7465900 View commit details
    Browse the repository at this point in the history
  2. More nits and api cleanup

    montekki committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    202bda2 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    b4213d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    381a32e View commit details
    Browse the repository at this point in the history
  3. Another nit

    montekki committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    b70fd19 View commit details
    Browse the repository at this point in the history
  4. Formatting

    montekki committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    257eea7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c08cbc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e73a3e View commit details
    Browse the repository at this point in the history