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

Feat schema batch write v2 #3964

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

Commits on Apr 18, 2024

  1. add schemadb to storage

    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    edfa215 View commit details
    Browse the repository at this point in the history
  2. update storage crate

    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    18a1407 View commit details
    Browse the repository at this point in the history
  3. update Cargo.lock

    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    7f92c35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed71e12 View commit details
    Browse the repository at this point in the history
  5. fix miner_test failure

    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    1105bb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0940095 View commit details
    Browse the repository at this point in the history
  7. merge DB to DBStorage

    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    87b51c1 View commit details
    Browse the repository at this point in the history
  8. fix compile errors

    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    50c6bc9 View commit details
    Browse the repository at this point in the history
  9. minor updates

    1.use get_pinned_cf instead of get_cf
    2.reference db in AccountStore
    3.make some members of DBStorage private
    4.make StorageInstance generic
    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    dea50c5 View commit details
    Browse the repository at this point in the history
  10. Relax trait restrictions for schemadb

    1. remove Default trait restriction for account storage
    simonjiao committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b78ae76 View commit details
    Browse the repository at this point in the history