Skip to content

Releases: filecoin-project/builtin-actors

TEMP: Hyperspace codec compatibility release

13 Feb 23:30
Compare
Choose a tag to compare

This is a temporary release for testing the hyperspace upgrade. It includes a codec "hack" that auto-converts CBOR to DAG_CBOR on the way in, and DAG_CBOR to CBOR on the way out.

hyperspace/v10.0.0-rc.1

13 Feb 14:05
Compare
Choose a tag to compare
Pre-release

This release is the Hyperspace equivalent of v10.0.0-rc.1, which will be deployed to the network under actors version v12 (nv20).

v10.0.0-rc.1

10 Feb 22:28
138f52f
Compare
Choose a tag to compare
v10.0.0-rc.1 Pre-release
Pre-release

This is the first release candidate for the upcoming v10 series of builtin actors. The v10 series implements: FIP-0048, FIP-0049, FIP-0050, FIP-0054 , FIP-0055, FIP-0057.

dev/20230210-pre-rc.8

10 Feb 19:39
Compare
Choose a tag to compare
dev/20230210-pre-rc.8 Pre-release
Pre-release

What's Changed

Full Changelog: dev/20230207-pre-rc.7...dev/20230210-pre-rc.8

dev/20230207-pre-rc.7

07 Feb 20:40
7de3759
Compare
Choose a tag to compare
dev/20230207-pre-rc.7 Pre-release
Pre-release
  • Misc EVM cleanups (removing some dependencies, adding some tests).
  • Switch to the new event structure. We now specify a codec (IPLD_RAW) and avoid encoding the actual event data (in the EVM, at least).

This release requires fvm-3.0.0-alpha.23.

dev/20230206-pre-rc.6

06 Feb 17:58
c5cbd5b
Compare
Choose a tag to compare
dev/20230206-pre-rc.6 Pre-release
Pre-release
EVM: more unit tests (#1163)

* test sload

* test sstore

* make lint happy in macro expansion

* test log0

* test log1

* test log2,3,4

dev/20230117-pre-rc.5

03 Feb 14:22
6540db3
Compare
Choose a tag to compare
dev/20230117-pre-rc.5 Pre-release
Pre-release
EVM: Test context opcodes (#1155)

* add tests for first half of context

* remove blockhash from this PR, fmt

* add remaining context tests

dev/20230131-events

31 Jan 17:48
Compare
Choose a tag to compare
dev/20230131-events Pre-release
Pre-release
Merge branch 'fix/selfdestruct-test' into raulk/events-alignment

dev/20230117-pre-rc.4

18 Jan 03:35
b73be3f
Compare
Choose a tag to compare
dev/20230117-pre-rc.4 Pre-release
Pre-release

What's Changed

Full Changelog: dev/20230114-pre-rc.3...dev/20230117-pre-rc.4

dev/20230114-pre-rc.3

14 Jan 16:44
cc264f7
Compare
Choose a tag to compare
dev/20230114-pre-rc.3 Pre-release
Pre-release

What's Changed

  • Test: solidity call_actor tests by @mriise in #1056
  • Fix: EAM: Successfully create actors over placeholders by @arajasek in #1058

Full Changelog: dev/20230114-pre-rc.2...dev/20230114-pre-rc.3