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

chore(all): dependency inject databases and tables #2994

Closed
wants to merge 21 commits into from

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    d9a9a54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f7cfcf View commit details
    Browse the repository at this point in the history
  3. NewGrandpaStateFromGenesis

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    27db2e3 View commit details
    Browse the repository at this point in the history
  4. NewEpochState

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    eadb9ac View commit details
    Browse the repository at this point in the history
  5. NewEpochStateFromGenesis

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e51dc4a View commit details
    Browse the repository at this point in the history
  6. NewGrandpaState

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6d77516 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c57ce4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e16d0e1 View commit details
    Browse the repository at this point in the history
  9. Remove LoadChainDB

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ab7dcf6 View commit details
    Browse the repository at this point in the history
  10. Remove LoadBadgerDB

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    bc9481d View commit details
    Browse the repository at this point in the history
  11. Remove runtime.NewInMemoryDB

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    6d92f6f View commit details
    Browse the repository at this point in the history
  12. Remove utils.SetupDatabase

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    25affeb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4f7818f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9bcdfe0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    61e752d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cfa4590 View commit details
    Browse the repository at this point in the history
  17. Minor select test database setup simplify

    - Use in memory database when amount is not big (`TestTrieDiff`)
    - Do not create unneeded `trie` table in `lib/trie`'s `newTestDB`
    - `dot/state`: use `t.TempDir()` as data dir directly
    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c5ed645 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2117328 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9870c0f View commit details
    Browse the repository at this point in the history
  20. Apply Jimmy's feedback

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    79b5e58 View commit details
    Browse the repository at this point in the history
  21. Fix rebase

    qdm12 committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7d33f1a View commit details
    Browse the repository at this point in the history