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

Remove requirement on Hash = H256, make Proposer return StorageChanges and Proof #3860

Merged
merged 46 commits into from
Jan 10, 2020

Commits on Oct 19, 2019

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

Commits on Nov 9, 2019

  1. Something

    bkchr committed Nov 9, 2019
    Configuration menu
    Copy the full SHA
    1a1c189 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    e7b46bd View commit details
    Browse the repository at this point in the history
  2. Fix benches

    bkchr committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    8aa1c6e View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-Authored-By: Tomasz Drwięga <[email protected]>
    bkchr and tomusdrw authored Nov 11, 2019
    Configuration menu
    Copy the full SHA
    0a65d2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22534c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    031a9e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    993bffb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Switch to runtime api for execute_block and don't require H256

    anywhere in the code
    bkchr committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    3828189 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    8160ef4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90626bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba39637 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Adds StorageTransactionCache to the runtime api

    This requires that we add `type NodeBlock = ` to the
    `impl_runtime_apis!` macro to work around some bugs in rustc :(
    bkchr committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    29c3f0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79cc228 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

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

Commits on Nov 20, 2019

  1. Make it compile

    bkchr committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    0e482e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Move InMemory to its own file

    bkchr committed Nov 26, 2019
    Configuration menu
    Copy the full SHA
    733ce46 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Make all tests work again

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

Commits on Nov 28, 2019

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

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    28157d6 View commit details
    Browse the repository at this point in the history
  2. Add test

    bkchr committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    638dd3c View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    ac0f28d View commit details
    Browse the repository at this point in the history
  2. Fix deadlock

    bkchr committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    12be3d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Configuration menu
    Copy the full SHA
    e60411e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b93d4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    643b351 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c600f16 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

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

Commits on Dec 11, 2019

  1. Update client/src/client.rs

    Co-Authored-By: Tomasz Drwięga <[email protected]>
    bkchr and tomusdrw authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    4bb6181 View commit details
    Browse the repository at this point in the history
  2. Update primitives/state-machine/src/ext.rs

    Co-Authored-By: Tomasz Drwięga <[email protected]>
    bkchr and tomusdrw authored Dec 11, 2019
    Configuration menu
    Copy the full SHA
    bb33e75 View commit details
    Browse the repository at this point in the history
  3. Integrates review feedback

    bkchr committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ea03c84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e08904f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8b46a3c View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

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

Commits on Dec 17, 2019

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

Commits on Dec 18, 2019

  1. Remove unsafe usage

    bkchr committed Dec 18, 2019
    Configuration menu
    Copy the full SHA
    3e96e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a355d6 View commit details
    Browse the repository at this point in the history
  3. Update client/block-builder/src/lib.rs

    Co-Authored-By: Benjamin Kampmann <[email protected]>
    bkchr and gnunicorn authored Dec 18, 2019
    Configuration menu
    Copy the full SHA
    a1a8c9e View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

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

Commits on Jan 7, 2020

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

Commits on Jan 8, 2020

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

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    ef74105 View commit details
    Browse the repository at this point in the history
  2. Bump versions

    bkchr committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    c5f0e8b View commit details
    Browse the repository at this point in the history