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

Introduce the KVDB to phala runtime #749

Closed
wants to merge 35 commits into from
Closed

Commits on Mar 31, 2022

  1. revert the pkvdb

    g302ge committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    412177b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4fd72f View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. complete the PlainDB logic

    g302ge committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    3bb5fe7 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. update the kvdb impl

    g302ge committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    007f180 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b39f9c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    220fe4c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    c98a2de View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    e523c7d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. complete the full test

    g302ge committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a33bab9 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. add the trait impls

    g302ge committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    4907b20 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. prepare rebase

    g302ge committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    644505f View commit details
    Browse the repository at this point in the history
  2. merge

    g302ge committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    da9866b View commit details
    Browse the repository at this point in the history
  3. fix the deps

    g302ge committed Apr 24, 2022
    Configuration menu
    Copy the full SHA
    844b0e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. complete the trie backedn

    g302ge committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d082c80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    514e22a View commit details
    Browse the repository at this point in the history
  3. fix the generic missing

    g302ge committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3a91a7e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. complete the PlainDB logic

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    a78b7c6 View commit details
    Browse the repository at this point in the history
  2. update the kvdb impl

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    4cfc9c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3bdd14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c359643 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    825a087 View commit details
    Browse the repository at this point in the history
  6. complete the full test

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    6b11ba8 View commit details
    Browse the repository at this point in the history
  7. add the trait impls

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    7f294ce View commit details
    Browse the repository at this point in the history
  8. prepare rebase

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    3ed14c5 View commit details
    Browse the repository at this point in the history
  9. fix the deps

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    890da73 View commit details
    Browse the repository at this point in the history
  10. complete the trie backedn

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    b0c59ea View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    718f19f View commit details
    Browse the repository at this point in the history
  12. fix the generic missing

    g302ge committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    96da9ab View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. complete the trie and pink refactor then should migrate the runtime s…

    …tate storage into db
    g302ge committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7eb2f63 View commit details
    Browse the repository at this point in the history
  2. resolve confilcts

    g302ge committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    870653d View commit details
    Browse the repository at this point in the history
  3. rm rizin

    g302ge committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ed3c06b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    46c80fb View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    464ebc0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Configuration menu
    Copy the full SHA
    6578be2 View commit details
    Browse the repository at this point in the history
  2. handle all wranings and bug

    g302ge committed May 7, 2022
    Configuration menu
    Copy the full SHA
    bdfbf9d View commit details
    Browse the repository at this point in the history