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

Compact proof utilities in sp_trie. #8574

Merged
33 commits merged into from
Jun 7, 2021
Merged

Commits on Jan 27, 2021

  1. validation extension in sp_io

    cheme committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    22b8699 View commit details
    Browse the repository at this point in the history
  2. need paths

    cheme committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    4de9f7a View commit details
    Browse the repository at this point in the history
  3. arc impl

    cheme committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    f0ea2af View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

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

Commits on Feb 1, 2021

  1. io to pkdot

    cheme committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f848b44 View commit details
    Browse the repository at this point in the history
  2. decode function.

    cheme committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1979b6a View commit details
    Browse the repository at this point in the history
  3. encode primitive.

    cheme committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    927a096 View commit details
    Browse the repository at this point in the history
  4. trailing tab

    cheme committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    b034ec0 View commit details
    Browse the repository at this point in the history
  5. multiple patch

    cheme committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    757ff30 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. fix child trie logic

    cheme committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    7dba01b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    1a2a637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c948254 View commit details
    Browse the repository at this point in the history
  3. restore master versionning

    cheme committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    7ef5a41 View commit details
    Browse the repository at this point in the history
  4. bench compact proof size

    cheme committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    360c324 View commit details
    Browse the repository at this point in the history
  5. trie-db 22.3 is needed

    cheme committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    4edc38a View commit details
    Browse the repository at this point in the history
  6. line width

    cheme committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    6f899c0 View commit details
    Browse the repository at this point in the history
  7. split line

    cheme committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    d3eb91c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

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

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    e6e4682 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'validation_io' of github.com:cheme/substrate into valid…

    …ation_io
    
    Starting adding compact size to estimate block size, but will revert:
    not sure it is worth it (slow and will requires additional methods to
    access root from sc_client_api).
    cheme committed May 3, 2021
    Configuration menu
    Copy the full SHA
    dba397c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0fc8fd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

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

Commits on Jun 4, 2021

  1. Configuration menu
    Copy the full SHA
    7ebb54d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf91187 View commit details
    Browse the repository at this point in the history
  3. Adding test (incomplete (failing)).

    Also lacking real proof checking (no good primitives in sp-trie crate).
    cheme committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    c37046e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7daabb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfd923a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f25fc34 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. remove empty test.

    cheme committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    19c132e View commit details
    Browse the repository at this point in the history
  2. remove non compact proof size

    cheme committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    515c2fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aadbf1 View commit details
    Browse the repository at this point in the history
  4. Missing revert.

    cheme committed Jun 6, 2021
    Configuration menu
    Copy the full SHA
    f867d7f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. proof method to encode decode.

    cheme committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    d639940 View commit details
    Browse the repository at this point in the history