helix-onchain / filecoin

Collection of libraries to implement common patterns and standards on the Filecoin Virtual Machine
Other
16 stars 14 forks source link

Switch to stable rust toolchain #209

Closed alexytsu closed 11 months ago

alexytsu commented 1 year ago

The rest of the filecoin ecosystem is moving away from nightly rust versions

We're currently limited by our use of substrate_wasm_builder. We can follow builtin-actors and ref-fvm example on how to build the test actors in without this dependency.

alexytsu commented 11 months ago

https://github.com/helix-onchain/filecoin/pull/217