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

Core db disable legacy api n remove distinct tries #2299

Merged
merged 9 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. CoreDb: Remove crufty second/off-site KVT

    why:
      Was used to allow late `Clique` to store directly to disk
    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3a7320c View commit details
    Browse the repository at this point in the history
  2. CoreDb: Remove prune flag related functionality

    why:
      Is completely legacy stuff
    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    def236e View commit details
    Browse the repository at this point in the history
  3. CoreDb: Remove dependence on legacy API (tests unsupported yet)

    why:
      Does not fully support Aristo
    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    07c5cd7 View commit details
    Browse the repository at this point in the history
  4. Re-factoring state_db using new API

    details:
      Only minimum changes needed to compile `nimbus`
    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    b380f92 View commit details
    Browse the repository at this point in the history
  5. Update tests and aux modules

    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    44cac5d View commit details
    Browse the repository at this point in the history
  6. Turn off legacy API and remove distinct_tries

    comment:
      The legacy API has now cruft status, will be removed soon
    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    91c6ca2 View commit details
    Browse the repository at this point in the history
  7. Fix copyright years

    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2e24549 View commit details
    Browse the repository at this point in the history
  8. Update rpc for verified proxy

    mjfh committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    726dadf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5311cfd View commit details
    Browse the repository at this point in the history