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

BREAKING Overlay transaction support. #3263

Closed
wants to merge 203 commits into from

Commits on Jul 9, 2019

  1. init some bench

    cheme committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    ef20f40 View commit details
    Browse the repository at this point in the history
  2. Init implementing.

    cheme committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    a218162 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    4e8f6a7 View commit details
    Browse the repository at this point in the history
  2. Remove size counter

    cheme committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    917e26b View commit details
    Browse the repository at this point in the history
  3. fix ix.

    cheme committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    8b93ab7 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

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

Commits on Jul 30, 2019

  1. Regain perfs (-15%) by using a couple of static memory for

    initial values.
    cheme committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    c716f95 View commit details
    Browse the repository at this point in the history
  2. Fix tx logic and basic tx test.

    cheme committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    808a409 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e481952 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9f3e50 View commit details
    Browse the repository at this point in the history
  5. Cleaning comments and names.

    cheme committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    cc0aa37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2bc2af0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Rename Externalities primitives to 'storage_' + old name.

    Remove bench feature, exposing 'set_storage' publicly.
    Minor fixes.
    cheme committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    0c8235e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b98b4b View commit details
    Browse the repository at this point in the history
  3. name fields instead of tuble.

    cheme committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    cade913 View commit details
    Browse the repository at this point in the history
  4. Update srml/support/src/storage/mod.rs

    Co-Authored-By: Sergei Pepyakin <s.pepyakin@gmail.com>
    cheme and pepyakin committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    fd26b2a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Use more efficient smallvec.

    cheme committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    3245968 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8550ad9 View commit details
    Browse the repository at this point in the history
  3. Missing spaces.

    cheme committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    41483b5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44f5173 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00326b2 View commit details
    Browse the repository at this point in the history
  6. Implement simplier inefficient overlay to fuzz compare.

    Find a bug with fuzzing: fix for commit_transaction
    (prospective should not break).
    cheme committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    fc2100d View commit details
    Browse the repository at this point in the history
  7. Update core/state-machine/src/overlayed_changes.rs

    Co-Authored-By: Sergei Pepyakin <s.pepyakin@gmail.com>
    cheme and pepyakin committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    e38fc7b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    b8564e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21aa65d View commit details
    Browse the repository at this point in the history
  3. Managing a configuration for gc of overlay. This commit will be revert

    (static value makes more sense for the time being).
    cheme committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    c8938d3 View commit details
    Browse the repository at this point in the history
  4. Revert "Managing a configuration for gc of overlay. This commit will …

    …be revert"
    
    This reverts commit c8938d3.
    cheme committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    d1d947b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Merge branch 'master' into overlay_change

    Push gc a bit.
    cheme committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f4fb1e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Configuration menu
    Copy the full SHA
    2836808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    968ba35 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Configuration menu
    Copy the full SHA
    d703ee4 View commit details
    Browse the repository at this point in the history
  2. Direct iterator on children, not that the fact that it is owned does not

    really seems required.
    cheme committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    ee52917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    249675e View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

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

Commits on Aug 26, 2019

  1. Configuration menu
    Copy the full SHA
    da093d5 View commit details
    Browse the repository at this point in the history
  2. warning fix

    cheme committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    af4cceb View commit details
    Browse the repository at this point in the history
  3. Extracting transaction history and states plus logics to its own

    no_std compatible crate: history-driven-data.
    cheme committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    4e68123 View commit details
    Browse the repository at this point in the history
  4. Make history buffer parametric (to allow encoding efficient

    implementation).
    cheme committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    75fd798 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

Commits on Aug 28, 2019

  1. Configuration menu
    Copy the full SHA
    46de531 View commit details
    Browse the repository at this point in the history
  2. Fix basis code.

    cheme committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    80f4c2b View commit details
    Browse the repository at this point in the history
  3. Remove serialized variant.

    cheme committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    8dbd48d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9203e25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea028ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c69e258 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Doc and renaming 'force_push' to 'unsafe_push' (this function being

    pretty functionally unsafe).
    cheme committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    0ab789e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d45d31 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Configuration menu
    Copy the full SHA
    9488ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a24e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Merge branch 'master' into overlay_change

    Switch iter function to use optional child trie reference (to get
    same iterator type between top and child when needed).
    Remove comment about 'into_commited' panicking (into_commited
    no longer panic when there is prospective).
    cheme committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    b596b52 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    5cc5fd0 View commit details
    Browse the repository at this point in the history
  2. bump spec version

    cheme committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    117388e View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

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

Commits on Sep 12, 2019

  1. Configuration menu
    Copy the full SHA
    838cd3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5437981 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Configuration menu
    Copy the full SHA
    fe38b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7dcd6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    616fc2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7001e8c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Configuration menu
    Copy the full SHA
    b534b3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a84b8db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9787a97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9d2118 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    887f95b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1074c8c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Configuration menu
    Copy the full SHA
    076623d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    937655f View commit details
    Browse the repository at this point in the history
  3. proper rand on bench

    cheme committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ff4bcb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Update core/utils/historied-data/README.md

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    cheme and bkchr committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    45dc935 View commit details
    Browse the repository at this point in the history
  2. Update core/utils/historied-data/src/lib.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    cheme and bkchr committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    d7c9f8a View commit details
    Browse the repository at this point in the history
  3. Update core/utils/historied-data/src/linear.rs

    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    cheme and bkchr committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    6c9abda View commit details
    Browse the repository at this point in the history
  4. Switching runtime test to panic instead of returning result.

    Some documentation improvment from review.
    cheme committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    89b4f26 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ab0da3 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

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

Commits on Oct 10, 2019

  1. Configuration menu
    Copy the full SHA
    cdd1c3e View commit details
    Browse the repository at this point in the history
  2. Avoid clone explicitely in some case (the clone with this PR is

    a lot more costy than previously). Could also skip this call by
    using a double prospective on the overlay.
    cheme committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    e076d12 View commit details
    Browse the repository at this point in the history
  3. remove it from parameter.

    cheme committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    b877213 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

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

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    dcdd32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a153e5 View commit details
    Browse the repository at this point in the history
  3. fix merge.

    cheme committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    32e6268 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Remove std from include as it is default
    
    Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
    Co-Authored-By: Sergei Pepyakin <s.pepyakin@gmail.com>
    3 people committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    cf943e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a439af View commit details
    Browse the repository at this point in the history
  6. Smallvec is compatible with no_std.

    History len function public in all cases.
    cheme committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    c71e2c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    71c4012 View commit details
    Browse the repository at this point in the history
  8. Implement with less state.

    cheme committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    4ca0b40 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Configuration menu
    Copy the full SHA
    47b8867 View commit details
    Browse the repository at this point in the history
  2. renaming some history variables and field to states.

    using states with committed index for get_mut and get_mut_pruning
    (needed to implement merging).
    cheme committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    d9a0fb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c06ce1 View commit details
    Browse the repository at this point in the history
  4. Fix gc (fuzz seems ok), a bit more work on avoiding redundancy in

    linear.rs code is needed though.
    cheme committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    c399c58 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Configuration menu
    Copy the full SHA
    106d84b View commit details
    Browse the repository at this point in the history
  2. rename historied to historical

    cheme committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    6b5aeea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8738b30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    594ce64 View commit details
    Browse the repository at this point in the history
  5. Named field for States.

    cheme committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    7546e6a View commit details
    Browse the repository at this point in the history
  6. change find_previous_transaction to use an in memory state.

    Gain are non existent on bench (not may layer).
    cheme committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    2e6fa4c View commit details
    Browse the repository at this point in the history
  7. update runtime versions.

    cheme committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    cd7113b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a995150 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2019

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

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    1a12715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6625ab8 View commit details
    Browse the repository at this point in the history
  3. fix some documentation nits.

    clear_terminal_values, renamed to drop_last_values and no longer
    switch index for previous switch.
    cheme committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    2d91b89 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Documentation.

    cheme committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    61dba1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6334c10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b9ff7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55cacc1 View commit details
    Browse the repository at this point in the history
  5. fix import.

    cheme committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4920da4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Preparing refactor.

    cheme committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4a1fb7f View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

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

Commits on Nov 13, 2019

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

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    9904c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a98033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f82305 View commit details
    Browse the repository at this point in the history
  4. Removing trailing spaces.

    cheme committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    494ad42 View commit details
    Browse the repository at this point in the history
  5. rename 'ensure_runing' to 'finalize_discard' as it is only really needed

    only for discard_transaction.
    cheme committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    f7b9594 View commit details
    Browse the repository at this point in the history
  6. renaming PruneResult to CleaningResult.

    move back history logic to crate root, and use smallvec on it.
    remove blank lines.
    cheme committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    55d112a View commit details
    Browse the repository at this point in the history
  7. fix compilation issue

    cheme committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    741d420 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Field name for states.

    Review gramar fixes, trailing ws and doc improvments.
    cheme committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    19b1014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2bab20 View commit details
    Browse the repository at this point in the history
  3. Fix conflicts.

    cheme committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    4b90775 View commit details
    Browse the repository at this point in the history
  4. fix ci for checking fuzz

    cheme committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    a81fb12 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    d9ff813 View commit details
    Browse the repository at this point in the history
  2. Ensure discard prospective.

    cheme committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    fa0ec93 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

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

Commits on Nov 23, 2019

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

Commits on Nov 27, 2019

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

Commits on Nov 29, 2019

  1. Configuration menu
    Copy the full SHA
    281344b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2676397 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    fbdbd34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80c55c6 View commit details
    Browse the repository at this point in the history
  3. update cargo.lock

    cheme committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    5597bf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

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

Commits on Dec 8, 2019

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

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    1e1e790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    827441c View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Merge branch 'master' into overlay_change

    Adapt next_key functions.
    cheme committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    ac424ac View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    6d3e10f View commit details
    Browse the repository at this point in the history
  2. fix merge (runtime-io to sp-io)

    cheme committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    19733c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7a1193 View commit details
    Browse the repository at this point in the history
  4. Move historical-data crate to primitives.

    Merge branch 'master' into overlay_change
    cheme committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    0f8bee6 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

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

Commits on Dec 14, 2019

  1. Configuration menu
    Copy the full SHA
    fd262d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f79592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1554ec View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Configuration menu
    Copy the full SHA
    92d5184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81f5c90 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

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

Commits on Jan 2, 2020

  1. Configuration menu
    Copy the full SHA
    70946d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc4462a View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    0004cf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a5b816 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d00f3e8 View commit details
    Browse the repository at this point in the history
  4. Fix runtime tests.

    cheme committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    7bc1c6c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. apply update-copyright.sh

    cheme committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    7a99509 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    256f3a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80f3d38 View commit details
    Browse the repository at this point in the history
  4. unused dependency to sp-std

    cheme committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    c9873b8 View commit details
    Browse the repository at this point in the history
  5. nits.

    cheme committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    4f0c633 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3014ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    412fba4 View commit details
    Browse the repository at this point in the history
  8. Fix refacto error.

    cheme committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    4f4fed6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9dee523 View commit details
    Browse the repository at this point in the history
  10. Move helpers implementations.

    cheme committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    f055f3b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

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

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    96f9662 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3078a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f01802 View commit details
    Browse the repository at this point in the history
  4. Move fuzzer base code to sp-state-machine to add non regression

    fuzzing test to ci.
    cheme committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    92c99af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5614176 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Configuration menu
    Copy the full SHA
    f18f4d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26cfd0f View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

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

Commits on Jan 15, 2020

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

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    ec7f683 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b9678 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b14213 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cc64bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6227baf View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    be9811d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e69fd24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47f117a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f26869 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. fix benches.

    cheme committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    09539d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

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

Commits on Jan 30, 2020

  1. Fixing line lengths.

    cheme committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    b109130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2533b04 View commit details
    Browse the repository at this point in the history
  3. increment spec version

    cheme committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    1db0bec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    121e64b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e2497a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46e54c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

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

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    1667f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5df5e51 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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

Commits on Mar 2, 2020

  1. Added a descriptive test of internal state. This does not intend to

    cover all case but is a good entry point to read this PR.
    cheme committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4d6af74 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    6242ebc View commit details
    Browse the repository at this point in the history
  2. update fuzzer cargo.lock

    cheme committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    683abcb View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

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

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    e620a05 View commit details
    Browse the repository at this point in the history
  2. fix bench

    cheme committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    45d5c7c View commit details
    Browse the repository at this point in the history