Skip to content

v8.0.0

Compare
Choose a tag to compare
@arajasek arajasek released this 23 Jun 19:08
· 1 commit to release/v8 since this release

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"