Releases: filecoin-project/builtin-actors
v16.0.1
What's Changed
- ci: upload release again before the release is published by @galargh in #1658
- chore(docs): add minor clarifying docs on FIP-0100 power & fee use by @rvagg in #1661
- Update KAMT to update the cached root on
set_root
by @Stebalien in #1667
Full Changelog: v16.0.0...v16.0.1
v16.0.0
This is the final release of v16.0.0 actors, that will power Filecoin nv25. It is identical to the v16.0.0-rc3 release.
Highlights
- FIP-0097: Add Support for EIP-1153 (Transient Storage) in the FEVM
- FIP-0098: Simplify termination fee calculation to a fixed percentage of initial pledge
- FIP-0100: Removing Batch Balancer, Replacing It With a Per-sector Fee and Removing Gas-limited Constraints
- F3 Mainnet Activation
What's Changed
- chore(mcopy): add contract with test by @rvagg in #1583
- fix(market): load proposals and states roots once in on_miner_sectors_terminate by @Abhay-2811 in #1585
- chore: update multihash & cid by @Stebalien in #1589
- refactor: avoid tricky error downcasting in the Map by @Stebalien in #1590
- chore: release 16.0.0-dev by @rvagg in #1591
- chore: cut v16.0.0-rc1 by @rjan90 in #1592
- Include the program counter in contract-reverted messages by @Stebalien in #1593
- feat: replace cargo audit with cargo deny by @LesnyRumcajs in #1597
- chore: slim-down cargo deny config by @LesnyRumcajs in #1600
- chore: release 16.0.0-dev1 by @rjan90 in #1596
- chore: update dependencies by @Stebalien in #1599
- chore: update rust to 1.81 by @Stebalien in #1587
- test: switch from ethers to alloy by @Stebalien in #1602
- test: cleanup EVM test contracts by @Stebalien in #1603
- chore: update upload-artifact action to v4 by @galargh in #1608
- Use docker environment to build the actors reproducibly by @Stebalien in #1606
- chore(deps): remove const-hex dependency by @rvagg in #1626
- build: ensure we have the correct toolchain installed by @Stebalien in #1644
- chore(deps): remove unmaintained paste crate from dependencies by @rvagg in #1648
- chore: update ref-fvm to v4.6.0 (and update the actors utils to match) by @Stebalien in #1653
- chore: release 16.0.0-rc2 by @rjan90 in #1654
- fix(miner): termination fee should use full sector duration by @rvagg in #1659
- chore: release 16.0.0-rc3 by @rjan90 in #1660
New Contributors
- @Abhay-2811 made their first contribution in #1585
Full Changelog: v15.0.0...v16.0.0
v16.0.0-rc3
What's Changed
Full Changelog: v16.0.0-rc2...v16.0.0-rc3
v16.0.0-rc2
This is the second release candidate of v16.0.0 actors, that will power Filecoin nv25.
What's Changed
- chore: update dependencies by @Stebalien in #1599
- chore: update rust to 1.81 by @Stebalien in #1587
- test: switch from ethers to alloy by @Stebalien in #1602
- test: cleanup EVM test contracts by @Stebalien in #1603
- chore: update upload-artifact action to v4 by @galargh in #1608
- Use docker environment to build the actors reproducibly by @Stebalien in #1606
- chore(deps): remove const-hex dependency by @rvagg in #1626
- build: ensure we have the correct toolchain installed by @Stebalien in #1644
- chore(deps): remove unmaintained paste crate from dependencies by @rvagg in #1648
- fip-0098: simplify termination fee by @LesnyRumcajs in #1639
- FIP-0100: whole feature branch by @rvagg in #1630
- chore: update ref-fvm to v4.6.0 (and update the actors utils to match) by @Stebalien in #1653
Full Changelog: v16.0.0-dev1...v16.0.0-rc2
v16.0.0-dev1
What's Changed
- Include the program counter in contract-reverted messages by @Stebalien in #1593
- Implementation of EIP-1153: Transient Storage using Disk Persistence and Lifecycle Management by @snissn in #1588
Full Changelog: v16.0.0-rc1...v16.0.0-dev1
v16.0.0-rc1
This is the first release candidate of v16.0.0 actors, that will power Filecoin nv25.
What's Changed
- chore(mcopy): add contract with test by @rvagg in #1583
- fix(market): load proposals and states roots once in on_miner_sectors_terminate by @Abhay-2811 in #1585
- chore: update multihash & cid by @Stebalien in #1589
- refactor: avoid tricky error downcasting in the Map by @Stebalien in #1590
- chore: release 16.0.0-dev by @rvagg in #1591
New Contributors
- @Abhay-2811 made their first contribution in #1585
Full Changelog: v15.0.0...v16.0.0-rc1
v16.0.0-dev
What's Changed
- chore(mcopy): add contract with test by @rvagg in #1583
- fix(market): load proposals and states roots once in on_miner_sectors_terminate by @Abhay-2811 in #1585
- chore: update multihash & cid by @Stebalien in #1589
- refactor: avoid tricky error downcasting in the Map by @Stebalien in #1590
New Contributors
- @Abhay-2811 made their first contribution in #1585
Full Changelog: v15.0.0...v16.0.0-dev
v15.0.0
This is the final release of v15.0.0 actors, that will power Filecoin nv24. It is identical to the v15.0.0-rc1 release.
Highlights
- FIP-0094: Add Support for EIP-5656 (MCOPY Opcode) in the FEVM by @snissn in #1572
- FIP-0081 - Introduce lower bound for sector initial pledge by @kkarrancsu in #1557
- FIP-0086 - Fast Finality in Filecoin (F3)
- FIP-0095: Add FEVM precompile to fetch beacon digest from chain history by @anorth in #1577
What's Changed
- test(niporep): integration test for failing first wdpost by @rvagg in #1565
- fix: remove Option around SectorPreCommitInfoInner.unsealed_cid by @kamuik16 in #1570
- ci: automate creation of GitHub releases and tags by @galargh in #1571
- ci: uci/copy-templates by @web3-bot in #1575
- Update Typo in check.rs by @shaikhyaser in #1578
- fix(miner)!: remove DEAL_WEIGHT_MULTIPLIER and its input to QAP calc by @rvagg in #1574
- chore(miner): add BatchReturn serialization tests by @rvagg in #1564
- ci: fix the github release url for uploading assets by @galargh in #1579
- chore(power): add CurrentTotalPowerReturn serialization tests by @rvagg in #1580
New Contributors
- @kamuik16 made their first contribution in #1570
- @web3-bot made their first contribution in #1575
- @shaikhyaser made their first contribution in #1578
- @snissn made their first contribution in #1572
- @kkarrancsu made their first contribution in #1557
Full Changelog: v14.0.0...v15.0.0
v15.0.0-rc1
This is the first release candidate of v15.0.0 actors, that will power Filecoin nv24.
Highlights
- FIP-0094: Add Support for EIP-5656 (MCOPY Opcode) in the FEVM by @snissn in #1572
- FIP-0081 - Introduce lower bound for sector initial pledge by @kkarrancsu in #1557
- FIP-0086 - Fast Finality in Filecoin (F3)
- FIP-0095: Add FEVM precompile to fetch beacon digest from chain history by @anorth in #1577
What's Changed
- test(niporep): integration test for failing first wdpost by @rvagg in #1565
- fix: remove Option around SectorPreCommitInfoInner.unsealed_cid by @kamuik16 in #1570
- ci: automate creation of GitHub releases and tags by @galargh in #1571
- ci: uci/copy-templates by @web3-bot in #1575
- Update Typo in check.rs by @shaikhyaser in #1578
- fix(miner)!: remove DEAL_WEIGHT_MULTIPLIER and its input to QAP calc by @rvagg in #1574
- chore(miner): add BatchReturn serialization tests by @rvagg in #1564
- ci: fix the github release url for uploading assets by @galargh in #1579
- chore(power): add CurrentTotalPowerReturn serialization tests by @rvagg in #1580
New Contributors
- @kamuik16 made their first contribution in #1570
- @web3-bot made their first contribution in #1575
- @shaikhyaser made their first contribution in #1578
- @snissn made their first contribution in #1572
- @kkarrancsu made their first contribution in #1557
Full Changelog: v14.0.0...v15.0.0-rc1
v14.0.0
The final release of v14.0.0 actors, that will power Filecoin nv23. It is identical to the v14.0.0-rc1 release.
Highlights
- FIP-0092: Non-Interactive PoRep by @NemanjaLu92 in #1537 and #1559
- FIP-0084: Remove Storage Miner Actor Method
ProveCommitSectors
by @ZenGround0 in #1540
What's Changed
- Convert SectorDealIDs to an alias for Vec, removing struct by @rvagg in #1510
- Rename integration test files to match the method names being tested by @anorth in #1514
- Serialise bigint as idiomatic Filecoin form by @rvagg in #1516
- Move some constants & types out of fvm_shared by @Stebalien in #1517
- Move reward logic from fvm_shared to the shared runtime by @Stebalien in #1519
- Move QuantSpec into the miner actor by @Stebalien in #1521
- Add market state invariants and fix a mistake in tests. by @anorth in #1520
- fix(integration): cron_tick to use implicit executions to avoid sender checks by @rvagg in #1506
- chore: update rust to 1.76.0 and fix new clippy lints by @Stebalien in #1522
- Replace Map with Map2 in miner actor by @anorth in #1523
- Update Set and SetMultimap to use Map2 internally and match new conventions by @anorth in #1524
- fix(events): deal-activated event on sector_content_changed by @rvagg in #1526
- fix(verifreg): make RemovedExpiredClaimsReturn deal with ClaimIDs by @rvagg in #1530
- fix(market): clean up provider_sectors when empty by @rvagg in #1539
- fix(miner): add missing space in error message by @rvagg in #1542
- test: verifreg: add initial cbor encoding forms tests by @rvagg in #1538
- Test ProveCommitSectors3 before the required pre-commit challenge delay has elapsed. by @anorth in #1547
- FIP-0084: Remove ProveCommit and dependencies by @ZenGround0 in #1540
- Remove baseline power check by @sudo-shashank in #1107
- doc(miner): minor correction to aggregate fee comment in PCS3 by @rvagg in #1549
- chore!: remove SubmitPoRepForBulkVerifyParams by @rvagg in #1552
- cherry-pick late release/v13 commits onto master by @rvagg in #1554
- fix: restore ConfirmSectorProofsValid by @rvagg in #1553
- NI-PoRep by @rvagg in #1559
- Update actors version for v14.0 release by @aarshkshah1992 in #1561
Full Changelog: v13.0.0...v14.0.0