filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries
Other
94 stars 136 forks source link

chore: update fvm for wasmtime v10 and cid v0.10 #409

Closed Stebalien closed 1 year ago

Stebalien commented 1 year ago

This also unifies both FVM versions on the same ipld encoding crate.

This version also introduces wasm instance "oversubscription" so we can allocate fewer wasm instances (reserve less address space) while specifying a high concurrency factor.

Stebalien commented 1 year ago

This syncs mainnet, going to try for some history.

Stebalien commented 1 year ago

Ok, I've tested it with fvm v2 epochs (around 2004818) and everything is working.