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

Make triecache generic and work for no-std environments #14403

Merged
merged 26 commits into from
Jun 28, 2023

Commits on Jun 13, 2023

  1. Remove AsLocalTrieCache trait

    skunert committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    6f46132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d743869 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Use AsTrieDbCache trait

    skunert committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    9f0b04b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a21a0a8 View commit details
    Browse the repository at this point in the history
  3. Make it compile

    skunert committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    47e99f7 View commit details
    Browse the repository at this point in the history
  4. Docs

    skunert committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    48c83bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2da0fc View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Improve naming

    skunert committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d1f729e View commit details
    Browse the repository at this point in the history
  2. Improve docs

    skunert committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    43635f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74f5393 View commit details
    Browse the repository at this point in the history
  4. FMT

    skunert committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    c289606 View commit details
    Browse the repository at this point in the history
  5. Remove unused variable

    skunert committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ad72a76 View commit details
    Browse the repository at this point in the history
  6. Revert unwanted change

    skunert committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d4d635d View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: Bastian Köcher <[email protected]>
    skunert and bkchr authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    9554920 View commit details
    Browse the repository at this point in the history
  8. More comment adjustments

    skunert committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    64b2ea9 View commit details
    Browse the repository at this point in the history
  9. Docs

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

Commits on Jun 19, 2023

  1. Trigger CI

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

Commits on Jun 20, 2023

  1. ".git/.scripts/commands/fmt/fmt.sh"

    command-bot committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d6226bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef5f46c View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Apply suggestions from code review

    Co-authored-by: Koute <[email protected]>
    skunert and koute authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    2a32979 View commit details
    Browse the repository at this point in the history
  2. Review comments

    skunert committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    45abdea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a557d00 View commit details
    Browse the repository at this point in the history
  4. Review comments

    skunert committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    475419a View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Michal Kucharczyk <[email protected]>
    skunert and michalkucharczyk authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    15c684b View commit details
    Browse the repository at this point in the history
  6. fmt

    skunert committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5f74609 View commit details
    Browse the repository at this point in the history
  7. Bump trie-db again

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