Skip to content

Commit

Permalink
Update to the latest FVM code
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Jan 14, 2022
1 parent 97279f3 commit cb7bc67
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 72 deletions.
98 changes: 53 additions & 45 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ memmap = "0.7"
rust-gpu-tools = { version = "0.5", default-features = false }
storage-proofs-porep = { version = "~11.0", default-features = false }
fr32 = { version = "~4.0", default-features = false }
fvm = { path = "/home/nemo/pl/fvm/fvm", default-features = false }
fvm = { path = "/home/aayush/fvm/fvm", default-features = false }
#blockstore = { path = "/home/nemo/pl/fvm/fvm/src/blockstore", default-features = false, features = ["cgo"] }
fvm_shared = { path = "/home/nemo/pl/fvm/shared", default-features = false }
fvm_shared = { path = "/home/aayush/fvm/shared", default-features = false }
fvm_cgo = { path = "/home/aayush/fvm/cgo/rust", default-features = false }
#fvm = { git = "ssh://[email protected]/filecoin-project/fvm", branch = "nemo-ffi", default-features = false }
#blockstore = { git = "ssh://[email protected]/filecoin-project/fvm", branch = "nemo-ffi", default-features = false, features = ["cgo"] }
#fvm_shared = { git = "ssh://[email protected]/filecoin-project/fvm", branch = "nemo-ffi", default-features = false }
wasmtime = "0.32.0"
wasmtime = "0.33.0"
num-traits = "0.2"
num-bigint = "0.4"
cid = { version = "0.7", features = ["serde-codec"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly
nightly-2021-12-14
Loading

0 comments on commit cb7bc67

Please sign in to comment.