Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified database frontend #1661

Merged
merged 8 commits into from
Jul 31, 2023
Merged

Unified database frontend #1661

merged 8 commits into from
Jul 31, 2023

Commits on Jul 26, 2023

  1. Remove 32bit os support from custom_network unit test

    also:
    * Fix compilation annoyance #1648
    * Fix unit test on Kiln (changed `merge` logic?)
    mjfh committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    e4049e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Hide unused sources do not compile

    why:
    * Get them out of the way before major update
    * Import and function prototype mismatch -- maybe some changes got out
      of scope.
    mjfh committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    9a25ac2 View commit details
    Browse the repository at this point in the history
  2. Re-implemented db_chain as core_db

    why:
      Hiding `TrieDatabaseRef` and `HexaryTrie` by default allows to replace
      the current db wrapper by some other one, e.g. Aristo
    mjfh committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    6521ce7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    435ec57 View commit details
    Browse the repository at this point in the history
  2. Allow pairs() iterator on all memory based key-value tables

    why:
      Previously only available for capture recorder.
    mjfh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bd289b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abfaf9d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    acfefef View commit details
    Browse the repository at this point in the history
  5. Fix exception annotation

    mjfh committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    526d6ec View commit details
    Browse the repository at this point in the history