Skip to content

Releases: filecoin-project/builtin-actors

v9-dev-20220926

26 Sep 19:45
Compare
Choose a tag to compare
v9-dev-20220926 Pre-release
Pre-release
patch token to fork

dev/20220922-v9-1: fix: datacap actor: fix caller validation (#703)

22 Sep 17:26
1a8bbc3
Compare
Choose a tag to compare

Dev tag for the upcoming v9 release of actors.

dev/20220922-v9

22 Sep 15:19
Compare
Choose a tag to compare
dev/20220922-v9 Pre-release
Pre-release

Dev tag for the upcoming v9 release of actors.

dev/20220912-m2: FVM M2.1 Copper (r03)

12 Sep 17:45
b077886
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Make test verify if selfdestruct actually works by @maciejwitowski in #604
  • basic contract assembler for testing EVM by @vyzo in #610
  • Some housekeeping by @vyzo in #612
  • EVM: Implement CALL by @vyzo in #614
  • EVM: remove H160/H256 abstractions and transactions by @vyzo in #619
  • fix: cleanup runtime dependencies. by @Stebalien in #623
  • Forward port build & CI changes from master by @Stebalien in #627
  • EVM: some small fixes by @vyzo in #621
  • EVM runtime: implement GetBytecode and GetStorageAt getters. by @raulk in #631
  • EVM: Implement CALLACTOR/METHODNUM and REVERT abort semantics by @vyzo in #633
  • EVM runtime: implement EXT* opcodes. by @raulk in #632

New Contributors

Full Changelog: dev/20220905-m2...dev/20220912-m2

dev/20220905-m2: Selenium (2nd attempt)

05 Sep 18:46
3b81985
Compare
Choose a tag to compare
Pre-release

What's Changed

  • fix: remove dependency on getrandom. by @raulk in #603

Full Changelog: dev/20220902-m2...dev/20220905-m2

dev/20220907-v9

08 Sep 01:30
b5c101a
Compare
Choose a tag to compare
dev/20220907-v9 Pre-release
Pre-release

Dev tag for the upcoming v9 release of actors.

dev/20220902-m2: Selenium v1

02 Sep 23:29
739590e
Compare
Choose a tag to compare
Pre-release
EVM: implement SELFDESTRUCT opcode. (#593)

This required a small refactor to allow us to mutably borrow the Runtime.

dev/20220821-m2: fixes EVM runtime return data encoding

21 Aug 15:36
3f8e6f1
Compare
Choose a tag to compare
EVM: don't encode contract invocation output data (#565)

dev/20220819-m2: basic EVM contract support

19 Aug 14:22
0dc90b0
Compare
Choose a tag to compare

This adds initial support for the EVM actor, which supports basic EVM contract intepretation.
Many features are still missing, but it can run basic EVM contracts that don't do cross contract calls.

Adjust wallaby parameters

19 Aug 14:23
cf78922
Compare
Choose a tag to compare
Pre-release
adjust Wallaby parameters. (#508)

* adjust Wallaby parameters.

- minimum consensus power is 16GiB.
- short precommit challenge delay (10 epochs).

* fix: minimum consensus power for wallaby

Co-authored-by: Aayush <arajasek94@gmail.com>