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

Minimal parachain framework part 1 #113

Merged
merged 75 commits into from
May 25, 2018
Merged

Minimal parachain framework part 1 #113

merged 75 commits into from
May 25, 2018

Commits on Apr 4, 2018

  1. Configuration menu
    Copy the full SHA
    36055db View commit details
    Browse the repository at this point in the history
  2. collators interface

    rphmeier committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    8634fcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28bf531 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. collation helpers

    rphmeier committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    90ed3a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3e654a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c17d00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83879eb View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    04bf517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6559366 View commit details
    Browse the repository at this point in the history
  3. beginnings of timing future

    rphmeier committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    9bf4b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Configuration menu
    Copy the full SHA
    79ea48a View commit details
    Browse the repository at this point in the history
  2. finish proposal logic

    rphmeier committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    f1d7634 View commit details
    Browse the repository at this point in the history
  3. remove stray println

    rphmeier committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    908bcab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74b7ded View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2018

  1. change ordering

    rphmeier committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    81508cf View commit details
    Browse the repository at this point in the history
  2. includability tracking

    rphmeier committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    d7cb48a View commit details
    Browse the repository at this point in the history
  3. fix doc

    rphmeier committed Apr 9, 2018
    Configuration menu
    Copy the full SHA
    616503d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e049b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    ca6fbcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b0fc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2297b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6fa97f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

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

    rphmeier committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    00624c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cff6b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e5d5ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47095e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    08a040c View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2018

  1. Configuration menu
    Copy the full SHA
    57b523a View commit details
    Browse the repository at this point in the history
  2. update WASM runtimes

    rphmeier committed Apr 12, 2018
    Configuration menu
    Copy the full SHA
    0653de9 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Configuration menu
    Copy the full SHA
    3ba45d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e73e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acfdc27 View commit details
    Browse the repository at this point in the history
  4. comments

    rphmeier committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    7bcf8e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e63431b View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Configuration menu
    Copy the full SHA
    787ffeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f5faa3 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Configuration menu
    Copy the full SHA
    213cfab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeebde3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d01531f View commit details
    Browse the repository at this point in the history
  4. adjust doc

    rphmeier committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    1a84478 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c18ed9a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51c6063 View commit details
    Browse the repository at this point in the history
  7. basic-add test chain

    rphmeier committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    90fe0ff View commit details
    Browse the repository at this point in the history
  8. test for basic_add parachain

    rphmeier committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    fc5ff45 View commit details
    Browse the repository at this point in the history
  9. move to test-chains dir

    rphmeier committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    0cce813 View commit details
    Browse the repository at this point in the history
  10. use wasm-build

    rphmeier committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    fb6f12d View commit details
    Browse the repository at this point in the history
  11. new wasm directory layout

    rphmeier committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    5ba8dd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2018

  1. reorganize a bit more

    rphmeier committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    f404eb8 View commit details
    Browse the repository at this point in the history
  2. Fix for rh-minimal-parachain (#141)

    * Remove extern "C"
    
    We already encountered such behavior (bug?) in pwasm-std, I believe.
    
    * Fix `panic_fmt` signature by adding `_col`
    
    Wrong `panic_fmt` signature can inhibit some optimizations in LTO mode.
    
    * Add linker flags and use wasm-gc in build script
    
    Pass --import-memory to LLD to emit wasm binary with imported memory.
    
    Also use wasm-gc instead of wasm-build.
    
    * Fix effective_max.
    
    I'm not sure why it was the way it was actually.
    
    * Recompile wasm.
    
    * Fix indent
    pepyakin authored and rphmeier committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    39aad59 View commit details
    Browse the repository at this point in the history
  3. more basic_add tests

    rphmeier committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    b5b2629 View commit details
    Browse the repository at this point in the history
  4. validate parachain WASM

    rphmeier committed Apr 18, 2018
    Configuration menu
    Copy the full SHA
    3cd7c2c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da5d1a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

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

Commits on May 1, 2018

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

    rphmeier committed May 1, 2018
    Configuration menu
    Copy the full SHA
    11a2e2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0acc9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0857ffa View commit details
    Browse the repository at this point in the history

Commits on May 2, 2018

  1. Configuration menu
    Copy the full SHA
    12ea3b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e38484 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. fix update_includable_count

    rphmeier committed May 4, 2018
    Configuration menu
    Copy the full SHA
    3f35959 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. remove dead code

    rphmeier committed May 5, 2018
    Configuration menu
    Copy the full SHA
    3e88415 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2018

  1. grumbles

    rphmeier committed May 6, 2018
    Configuration menu
    Copy the full SHA
    157b0ca View commit details
    Browse the repository at this point in the history

Commits on May 7, 2018

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

Commits on May 8, 2018

  1. Configuration menu
    Copy the full SHA
    a8581ac View commit details
    Browse the repository at this point in the history
  2. update wasm

    rphmeier committed May 8, 2018
    Configuration menu
    Copy the full SHA
    c658d29 View commit details
    Browse the repository at this point in the history
  3. address a few more grumbles

    rphmeier committed May 8, 2018
    Configuration menu
    Copy the full SHA
    ed05e14 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

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

Commits on May 17, 2018

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

Commits on May 23, 2018

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

    rphmeier committed May 23, 2018
    Configuration menu
    Copy the full SHA
    e6e6b5a View commit details
    Browse the repository at this point in the history
  3. update WASM checkins

    rphmeier committed May 23, 2018
    Configuration menu
    Copy the full SHA
    251a93c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a3301f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    78f7428 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c04aeef View commit details
    Browse the repository at this point in the history