Merge branch 'main' into Pravdyvy/json-rpc

This commit is contained in:
Oleksandr Pravdyvyi 2024-10-02 14:45:56 +03:00
commit 6626c7db3d
4 changed files with 1623 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,4 +5,3 @@ deps/
data/
.idea/
.vscode/
Cargo.lock

1620
Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -31,7 +31,7 @@ futures = "0.3"
env_logger = "0.10"
log = "0.4"
rocksdb = { version = "0.21.0", default-features = false, features = ["snappy", "jemalloc"] }
rocksdb = { version = "0.21.0", default-features = false, features = ["snappy"] }
#ToDo: Add necessary risc0 submodules for zkvm module

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"