Skip to content

Releases: filecoin-project/builtin-actors

v13.0.0

21 Mar 13:12
0f205c3
Compare
Choose a tag to compare

This is the final release of v13. Compared to the v13.0.0-rc.3, this final version emits additional events for the builtin-actors based on community feedback for nv22 actor event (filecoin-project/FIPs#964 and filecoin-project/FIPs#968).

FIPs included

Protocol Improvements and Bugfixes

  • Multisig actor: Return transaction error data back to the user (#1422)
  • Invoke Verif reg balance method with read only perms (#1421)
  • Cache precommit state and use the cache state to expire all precommits in the proving deadline cron job (#1427)
  • Take the batch builder by-value (#1493)
  • fix: we changed the provider_sectors map to be keyed by actor-id (#1509)

v13.0.0-rc.3

05 Mar 07:35
Compare
Choose a tag to compare
v13.0.0-rc.3 Pre-release
Pre-release

This is the third release candidate for the upcoming v13 actors series, that will power Filecoin nv22. It includes the backport #1527

v13.0.0-rc.2

08 Feb 23:26
8ca9c6c
Compare
Choose a tag to compare
v13.0.0-rc.2 Pre-release
Pre-release

This is the second release candidate for the upcoming v13 actors series, that will power Filecoin nv22. It includes the backports #1511 and #1516

v13.0.0-rc.1

01 Feb 21:15
a96db01
Compare
Choose a tag to compare
v13.0.0-rc.1 Pre-release
Pre-release

This is the first release candidate for the upcoming v13 actors series, that will power Filecoin nv22.

FIPs included

Protocol Improvements and Bugfixes

  • Multisig actor: Return transaction error data back to the user (#1422)
  • Invoke Verif reg balance method with read only perms (#1421)
  • Cache precommit state and use the cache state to expire all precommits in the proving deadline cron job (#1427)
  • Take the batch builder by-value (#1493)
  • fix: we changed the provider_sectors map to be keyed by actor-id (#1509)

v13.0.0-dev.0

01 Feb 15:00
72e350a
Compare
Choose a tag to compare
v13.0.0-dev.0 Pre-release
Pre-release

This is an early dev release of the upcoming v13 actors that includes many changes, most notably FIP-0076.

v13.0.0-drand-test

07 Feb 20:28
2654cf2
Compare
Choose a tag to compare
v13.0.0-drand-test Pre-release
Pre-release

This is a dev release intended to run a testnet that covers FIP-0063. Do NOT use this release for any other purposes.

v12.0.0

21 Nov 18:12
Compare
Choose a tag to compare

The final release of v12, identical to RC3.

This is the first release candidate for the upcoming v12 actors series, that will power Filecoin nv21.

Protocol Improvements and Bugfixes

  • Storage miner actor: Fix sector activation epochs overwritten by replica update (#1229)
  • Storage miner actor: Batch calls to ClaimAllocations during ProveCommitAggregate (#1304)
  • Verified registry actor: Process allocation claims in batches by sector (#1337)
  • Storage miner/market actors: Batch calls to ActivateDeals by sector during ProveCommitAggregate (#1310)
  • Storage market actor: Deprecate usused ComputeDataCommitment method (#1354)
  • Storage market actor: Add CommD as option in return value from BatchActivateDeals (#1361)
  • Storage miner actor: Replace the per-sector "simple QA power" value with a bitfield of flags (#1395)
  • Storage miner actor: Removed support for v1 proof types (#1391)

v12.0.0-rc.3

14 Nov 17:30
Compare
Choose a tag to compare
v12.0.0-rc.3 Pre-release
Pre-release

This is the third release candidate for v12 actors. This RC reverts the implementation of FIP-0070, which has been descoped from v12.

v12.0.0-rc.2

24 Oct 19:49
0faa9b3
Compare
Choose a tag to compare
v12.0.0-rc.2 Pre-release
Pre-release

This is the second release candidate for the upcoming v12 actors series, that will power Filecoin nv21. It includes a small bug fix to deadline sector counts (#1455).

v12.0.0-rc.1

11 Oct 15:17
Compare
Choose a tag to compare
v12.0.0-rc.1 Pre-release
Pre-release

This is the first release candidate for the upcoming v12 actors series, that will power Filecoin nv21.

Protocol Improvements and Bugfixes

  • Storage miner actor: Fix sector activation epochs overwritten by replica update (#1229)
  • Storage miner actor: Batch calls to ClaimAllocations during ProveCommitAggregate (#1304)
  • Verified registry actor: Process allocation claims in batches by sector (#1337)
  • Storage miner/market actors: Batch calls to ActivateDeals by sector during ProveCommitAggregate (#1310)
  • Storage market actor: Deprecate usused ComputeDataCommitment method (#1354)
  • Storage market actor: Add CommD as option in return value from BatchActivateDeals (#1361)
  • Storage miner actor: Replace the per-sector "simple QA power" value with a bitfield of flags (#1395)
  • Storage miner actor: Removed support for v1 proof types (#1391)