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
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
412177b
revert the pkvdb
Mar 31, 2022
f4fd72f
Merge branch 'Phala-Network:master' into master
Mar 31, 2022
3bb5fe7
complete the PlainDB logic
g302ge Apr 14, 2022
007f180
update the kvdb impl
g302ge Apr 19, 2022
b39f9c8
impl the default bound for the KVDB
g302ge Apr 19, 2022
220fe4c
Merge branch 'Phala-Network:master' into master
g302ge Apr 19, 2022
c98a2de
should resolve the concurrency pattern over kvdb
g302ge Apr 20, 2022
e523c7d
optimize the logic waiting for unit test
g302ge Apr 21, 2022
a33bab9
complete the full test
g302ge Apr 22, 2022
4907b20
add the trait impls
g302ge Apr 23, 2022
644505f
prepare rebase
g302ge Apr 24, 2022
da9866b
merge
g302ge Apr 24, 2022
844b0e3
fix the deps
g302ge Apr 24, 2022
d082c80
complete the trie backedn
g302ge Apr 25, 2022
514e22a
complete introduce the pkvdb into pruntime
g302ge Apr 25, 2022
3a91a7e
fix the generic missing
g302ge Apr 25, 2022
a78b7c6
complete the PlainDB logic
g302ge Apr 14, 2022
4cfc9c2
update the kvdb impl
g302ge Apr 19, 2022
f3bdd14
impl the default bound for the KVDB
g302ge Apr 19, 2022
c359643
should resolve the concurrency pattern over kvdb
g302ge Apr 20, 2022
825a087
optimize the logic waiting for unit test
g302ge Apr 21, 2022
6b11ba8
complete the full test
g302ge Apr 22, 2022
7f294ce
add the trait impls
g302ge Apr 23, 2022
3ed14c5
prepare rebase
g302ge Apr 24, 2022
890da73
fix the deps
g302ge Apr 24, 2022
b0c59ea
complete the trie backedn
g302ge Apr 25, 2022
718f19f
complete introduce the pkvdb into pruntime
g302ge Apr 25, 2022
96da9ab
fix the generic missing
g302ge Apr 25, 2022
7eb2f63
complete the trie and pink refactor then should migrate the runtime s…
g302ge Apr 28, 2022
870653d
resolve confilcts
g302ge Apr 28, 2022
ed3c06b
rm rizin
g302ge Apr 28, 2022
46c80fb
refactor pkvdb for pruntime to support snapshot and global overlay
g302ge May 2, 2022
464ebc0
hack the pink type check for snapshot
g302ge May 5, 2022
6578be2
refactor the phactory and system
g302ge May 7, 2022
bdfbf9d
handle all wranings and bug
g302ge May 7, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ yarn-error.log

# Geolite Database
**/GeoLite2-City.mmdb
data
Loading