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

pruntime: Optional use RocksDB/redb as trie state backend #1265

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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    d54546b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157f9fa View commit details
    Browse the repository at this point in the history
  3. Fix test issues

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    88807b7 View commit details
    Browse the repository at this point in the history
  4. Test for rocksdb backend

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ae4b35d View commit details
    Browse the repository at this point in the history
  5. Add fused TrieBackend

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    1d4ce69 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff96d4c View commit details
    Browse the repository at this point in the history
  7. Fix clippy

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    0691e98 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a29d1c View commit details
    Browse the repository at this point in the history
  9. Reduce DB creation

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3beb61b View commit details
    Browse the repository at this point in the history
  10. Update rocksdb

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    af3b5f7 View commit details
    Browse the repository at this point in the history
  11. Rename a env var

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e678b11 View commit details
    Browse the repository at this point in the history
  12. Use immutable_env

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a0686af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    89c142e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb95eb8 View commit details
    Browse the repository at this point in the history
  15. Rename Rocks to RocksDB

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    184ad18 View commit details
    Browse the repository at this point in the history
  16. impl KvStorage for RocksDB

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6a86cb0 View commit details
    Browse the repository at this point in the history
  17. Refactor RocksHashDB

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b7d5134 View commit details
    Browse the repository at this point in the history
  18. Refactor test cache dir

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    5ae4171 View commit details
    Browse the repository at this point in the history
  19. Refactor serde for RocksDB

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2101a5b View commit details
    Browse the repository at this point in the history
  20. impl KvStorage for Redb

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ede5dd6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dc9a4d6 View commit details
    Browse the repository at this point in the history
  22. Add redb as trie backend

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    b89cba3 View commit details
    Browse the repository at this point in the history
  23. e2e: use redb

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f233673 View commit details
    Browse the repository at this point in the history
  24. Update rocksdb to 0.21

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2b42183 View commit details
    Browse the repository at this point in the history
  25. Fix unittest and clippy

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    32ecf4c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6c76d08 View commit details
    Browse the repository at this point in the history
  27. Optimize db access in query

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    cc08d88 View commit details
    Browse the repository at this point in the history
  28. Improve expect message

    kvinwang committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ad105ee View commit details
    Browse the repository at this point in the history