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

Support multi-hash in multi-trie via PlainDB #1106

Merged
merged 15 commits into from
Feb 6, 2019
Merged

Support multi-hash in multi-trie via PlainDB #1106

merged 15 commits into from
Feb 6, 2019

Commits on Nov 12, 2018

  1. Temporarily pin trie to #2

    sorpaas committed Nov 12, 2018
    Configuration menu
    Copy the full SHA
    6084482 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2018

  1. Use generic and delay trait object casting

    Rust does not support super-trait upcasting
    sorpaas committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    ecc5e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    febc78b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c80388 View commit details
    Browse the repository at this point in the history
  4. Use PlainDB for test TrieBackendStorage fetch

    We always check overlay first for a storage fetch, which already checked null data. Using PlainDB here makes it work
    nicer with other PlainDB overlays.
    sorpaas committed Nov 13, 2018
    Configuration menu
    Copy the full SHA
    26a501d View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2018

  1. Update trie reference

    sorpaas committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    e0a3018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9692836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acfcbf5 View commit details
    Browse the repository at this point in the history
  4. Update trie crate reference

    sorpaas committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    2d44648 View commit details
    Browse the repository at this point in the history
  5. Remove unused HashDB::keys

    sorpaas committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    7933885 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. Configuration menu
    Copy the full SHA
    240c31c View commit details
    Browse the repository at this point in the history
  2. Patch dependencies

    sorpaas committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    ddb9535 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

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

    sorpaas committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    7b0d1c6 View commit details
    Browse the repository at this point in the history
  3. Update cargo lock again

    sorpaas committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    7830737 View commit details
    Browse the repository at this point in the history