Skip to content

Releases: filecoin-project/builtin-actors

dev/20220728-m2

28 Jul 14:32
c28b820
Compare
Choose a tag to compare
dev/20220728-m2 Pre-release
Pre-release
  • Introduces the ability to deploy user-defined Wasm actors
  • Bundles for devnet-wasm and wallaby

v8.0.0

23 Jun 19:08
Compare
Choose a tag to compare

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

21 Jun 02:34
3f0ed4f
Compare
Choose a tag to compare
8.0.0-rc.2 Pre-release
Pre-release

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

14 Jun 01:45
1627b44
Compare
Choose a tag to compare
8.0.0-rc.1 Pre-release
Pre-release

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

09 Jun 21:01
Compare
Choose a tag to compare
dev/20220609-proofs Pre-release
Pre-release
Add new proofs version

dev/20220602

02 Jun 21:06
d1a0594
Compare
Choose a tag to compare
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

27 May 16:06
6e1e6b7
Compare
Choose a tag to compare
fix: market: PSD: handle collateral tracking correctly (#414)

* fix: market: PSD: handle collateral tracking correctly

dev/20220525

25 May 18:13
e76463e
Compare
Choose a tag to compare
Miner: PRU: Fix init of new_sectors (#410)

a1fc0b2932f8055e

25 May 16:28
Compare
Choose a tag to compare
cargo update

testing release workflow -- part 4

24 May 17:39
Compare
Choose a tag to compare