Tags: ipfsfan/specs-actors
Tags
Actors version 3. The most significant changes in this release target reducing the gas consumption of proof validation and state manipulation. - Off-chain Window PoSt verification, with dispute mechanism (FIP-0010) - State size and cache behaviour improvements to HAMT and AMT v3 (FIP-0007) - Configure optimal branching factor for most HAMTs and AMTs (with state migration) - Use a Set (nil-value HAMT) rather than Map for pending deal proposals Other notable changes: - Replaced miner on-chain seal proof type with Window PoSt proof type - Market actor accepts deals from miner control addresses - Remove use of assertions (explicit panic) - Batch VerifyDealsForActivation - Scenario testing via agent-based simulation - Improved migration performance with pre-migration caching and more parallelism
Upgrade to network versions 7 and 8 1. Bugfix#1 Add migration making power state consistent 2. Bugfix#2 Small power actor inconsistencies 3. FIP 0005 Remove ineffective reward vesting 4. Bugfix#3 Fix ExtendSectorExpiration to update expiration queue 5. Bugfix#4 Multisig LockBalance validates non-negative amount 6. Bugfix#5 Reject WindowPoSt for already-prove partition 7. Bugfix#6 Two stage upgrade of seal proof type