Releases: filecoin-project/builtin-actors
Releases · filecoin-project/builtin-actors
v9-dev-20220926
patch token to fork
dev/20220922-v9-1: fix: datacap actor: fix caller validation (#703)
Dev tag for the upcoming v9 release of actors.
dev/20220922-v9
Dev tag for the upcoming v9 release of actors.
dev/20220912-m2: FVM M2.1 Copper (r03)
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
- @maciejwitowski made their first contribution in #604
Full Changelog: dev/20220905-m2...dev/20220912-m2
dev/20220905-m2: Selenium (2nd attempt)
What's Changed
Full Changelog: dev/20220902-m2...dev/20220905-m2
dev/20220907-v9
Dev tag for the upcoming v9 release of actors.
dev/20220902-m2: Selenium v1
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
EVM: don't encode contract invocation output data (#565)
dev/20220819-m2: basic EVM contract support
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
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>