Releases: filecoin-project/builtin-actors
dev/20220728-m2
- Introduces the ability to deploy user-defined Wasm actors
- Bundles for devnet-wasm and wallaby
v8.0.0
This is the first release of the v8 series of the builtin actors, which will be used by the upcoming Filecoin v16 network upgrade. The builtin-actors are a new set of Rust-based actors, intended to be run in the new Filecoin Virtual Machine: https://github.com/filecoin-project/ref-fvm. They are based on work done by the Forest team.
The most notable changes for users include:
- The replacement of synthetic code CIDs (eg.
fil/7/storageminer
) with actual content-addressed code CIDs (see below* for the full list). - The introduction of gas metering, which charges gas for units of execution.
In addition to the work needed (FIPs 0030, 0031, and 0032) to make this code run in the FVM, this series of actors also includes the following changes:
*The full list of actor code CIDs for v8.0.0 is:
"_manifest": "bafy2bzacebogjbpiemi7npzxchgcjjki3tfxon4ims55obfyfleqntteljsea"
"account": "bafk2bzacedudbf7fc5va57t3tmo63snmt3en4iaidv4vo3qlyacbxaa6hlx6y"
"cron": "bafk2bzacecqb3eolfurehny6yp7tgmapib4ocazo5ilkopjce2c7wc2bcec62"
"init": "bafk2bzaceaipvjhoxmtofsnv3aj6gj5ida4afdrxa4ewku2hfipdlxpaektlw"
"multisig": "bafk2bzacebhldfjuy4o5v7amrhp5p2gzv2qo5275jut4adnbyp56fxkwy5fag"
"paymentchannel": "bafk2bzacebalad3f72wyk7qyilvfjijcwubdspytnyzlrhvn73254gqis44rq"
"reward": "bafk2bzacecwzzxlgjiavnc3545cqqil3cmq4hgpvfp2crguxy2pl5ybusfsbe"
"storagemarket": "bafk2bzacediohrxkp2fbsl4yj4jlupjdkgsiwqb4zuezvinhdo2j5hrxco62q"
"storageminer": "bafk2bzacecgnynvd3tene3bvqoknuspit56canij5bpra6wl4mrq2mxxwriyu"
"storagepower": "bafk2bzacebjvqva6ppvysn5xpmiqcdfelwbbcxmghx5ww6hr37cgred6dyrpm"
"system": "bafk2bzacedwq5uppsw7vp55zpj7jdieizirmldceehu6wvombw3ixq2tcq57w"
"verifiedregistry": "bafk2bzaceb3zbkjz3auizmoln2unmxep7dyfcmsre64vnqfhdyh7rkqfoxlw4"
8.0.0-rc.2
This is the second release candidate of built-in actor 8.0.0, which Filecoin nv16 Skyr upgrade will depend on. This also marks the Filecoin network switch from spec-actors (written in Go) to built-in actors (written in Rust).
More detailed release note will be updated upon the final release!
8.0.0-rc.1
This is the first release candidate of built-in actor 8.0.0
, which Filecoin nv16 Skyr upgrade will depend on. This also marks the Filecoin network switch from spec-actors (written in Go) to built-in actors (written in Rust).
More detailed release note will be updated upon the final release!
dev/20220609-proofs
Add new proofs version
dev/20220602
chore: strip debug info in release builds (#434) This brings the uncompressed bundle size down to 5.23MiB uncompressed, or 640KiB compressed (zstd, level 18).
dev/20220527
fix: market: PSD: handle collateral tracking correctly (#414) * fix: market: PSD: handle collateral tracking correctly
dev/20220525
Miner: PRU: Fix init of new_sectors (#410)
a1fc0b2932f8055e
cargo update