Skip to content

Tags: ipfsfan/specs-actors

Tags

v3.0.1

Toggle v3.0.1's commit message
Migration caching improvments for fast upgrade

Migration bug fixes

v3.0.0

Toggle v3.0.0's commit message
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

v2.3.4

Toggle v2.3.4's commit message
API changes to testing VM and simulator for development.

No chain state/behaviour changes.

v2.3.3

Toggle v2.3.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
Stebalien Steven Allen
release v2.3.3

Includes a network upgrade to fix a non-determinism.

v2.3.2

Toggle v2.3.2's commit message
Revert porep gas change

v2.3.1

Toggle v2.3.1's commit message
Gas rebalancing

- Reduce explicit PoRep charge by 4x

v2.3.0

Toggle v2.3.0's commit message
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

v0.9.13

Toggle v0.9.13's commit message
Internal cleanup to slightly decouple from go-state-types APIs.

- Attach PoSt proof policy to the PoSt proof type instead of seal proof type.

v2.2.0

Toggle v2.2.0's commit message
Network version 6.

- Vest 25% of block reweard immediately (FIP-0004)
- Fix to allow multisig signer to remove self

v2.1.0

Toggle v2.1.0's commit message
Network version 5.

- Increase MaxProveCommitSize to 10KiB
- Implement power actor state invariants