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