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

Use trie-cache for validate_block #2813

Merged
merged 30 commits into from
Jul 19, 2023

Commits on Jun 22, 2023

  1. Simple cache

    skunert committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    23ac3a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Fix node insertion

    skunert committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7c5f862 View commit details
    Browse the repository at this point in the history
  2. Switch to hashbrown hashmap

    skunert committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3658334 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Remove unused phantomdata

    skunert committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    9b6fff5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

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

Commits on Jun 29, 2023

  1. Remove cargo patches

    skunert committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3f94561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    259dd4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1a1058 View commit details
    Browse the repository at this point in the history
  4. Add ReadOnceBackend

    skunert committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    59b7b7f View commit details
    Browse the repository at this point in the history
  5. Add readonlybackend

    skunert committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    07cbd1c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    c461e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2491f68 View commit details
    Browse the repository at this point in the history
  3. Stylistic improvements

    skunert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    869138a View commit details
    Browse the repository at this point in the history
  4. Improve naming, add docs

    skunert committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9e77c4d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    9e181f8 View commit details
    Browse the repository at this point in the history
  2. Revert unwanted changes

    skunert committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    abef482 View commit details
    Browse the repository at this point in the history
  3. Remove unused dependencies

    skunert committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9422541 View commit details
    Browse the repository at this point in the history
  4. Improve docs

    skunert committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    297b5a3 View commit details
    Browse the repository at this point in the history
  5. Use RefCell

    skunert committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    aa13d51 View commit details
    Browse the repository at this point in the history
  6. lockfile

    skunert committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    9fb05c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Remove ReadOnceBackend

    skunert committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8148892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d78f377 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <git@kchr.de>
    skunert and bkchr authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c283268 View commit details
    Browse the repository at this point in the history
  2. Code review

    skunert committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    7f1d06e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56e24a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Apply suggestions from code review

    Co-authored-by: Davide Galassi <davxy@datawok.net>
    skunert and davxy authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6bdbb82 View commit details
    Browse the repository at this point in the history
  2. Remove hash-db dep

    skunert committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    827f6e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16f257d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Update pallets/parachain-system/src/validate_block/trie_cache.rs

    Co-authored-by: Anton <anton.kalyaev@gmail.com>
    skunert and melekes authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4b47f06 View commit details
    Browse the repository at this point in the history