1.18.0-rc4 / 2022-10-20
⚠️ Please note that from Lotus v1.17.2&^ will require a Go-version of v1.18.1&^
This is the fourth release canadiate of the upcoming MANDATORY release of Lotus that introduces Filecoin network v17,
codenamed the Shark upgrade. Shark upgrade delivers a wave of protocol refinements that will allow for useful smart contracts to be written using the FVM (eg. programmable markets, lending contracts, etc.).
A full changelog will be published upon final release.
The Shark upgrade introduces the following FIPs, delivered in actors v9:
- FIP0029 Beneficiary Address for Storage Providers: step towards better lending market for SP
- FIP0034 Fix PreCommit Deposit Independent of Sector Content: resolves a significant weakening of Filecoin PoRep’s security guarantees
- ❗Pre-commit deposit will be calculated as the 20-day projection of expected reward earned by a sector with a sector quality of 10 (i.e. full of verified deals), regardless of sector content. Leave the initial pledge value, due when the sector is proven, unchanged.
- FIP0041 Forward Compatibility for PreCommit: enables a cleaner and easier transition to Programmable Storage Markets
- FIP0044 Standard Message Authentication: enable metadata authentication for user defined actor
- FIP0045 Decoupling Fil+ from Marketplace: DataCap and the QAP it brings is now associated with DATA. DataCap for the data many have terms where anyone who cares about that piece of data may extend the term, which incentives SPs to store the data longer on the network
- HUGE step towards user programmable storage market
- ⭐️ First Fungible Token Contract - Datacap Actor, on Filecoin! (fungible token standard, token contract library)
Calibration-net Upgrade
This release candidate sets the calibration-net upgrade at epoch 1407374, 2022-10-20T16:00:07Z, and the calibration network has successfully upgraded to Shark. The bundle the network will be using is v9.0.1(located at build/actors/v9.tar.zst
). Upon the migration, the manifest CID should be bafy2bzacec6w6i72o5tuhyrx4yy3o75vcgzhz7y3ht3lpw6xn43lv2jirxiww
.
Snapshots
The #fil-infra team at PL has launched a brand new Lightweight Filecoin Chain Snapshots Service to support chain management needs for the node operators, check here for the full detail.
We are planning to switch the snapshot service listed in lotus docs to the new Lightweight Filecoin Chain Snapshots Service by EOY, and deprecate public support of the current snapshots production. We recommend all users to test and switch the new service ASAP, and if you run into any issue, please report them here and the team would be happy to support you! For the main differences between the old & the new service, checkout the FAQ section here
Migration
(TBC)
New Features
- Integrate actor v9:
- test: Add invariance checks to v17 migration test (filecoin-project/lotus#9454)
- Implement and support FIP0045 Decoupling Fil+ from Marketplace:
- fix: state: add datacap actor to actors registry (filecoin-project/lotus#9476)
- feat: actors: Integrate builtin-actors changes for FIP-0045 (filecoin-project/lotus#9355)
- feat: actors: Integrate datacap actor into lotus (#9348) (filecoin-project/lotus#9348)
- feat: cli: Add commands for listing allocations and removing expired allocations (filecoin-project/lotus#9468)
- feat: sealing pipeline: Prepare deal assigning logic for FIP-45 (filecoin-project/lotus#9412)
- feat: add API methods to get allocations and claims (filecoin-project/lotus#9437)
- Implement and support FIP0029 Beneficiary Address for Storage Providers
Improvements
- feat: wdpost: Add ability to only have single partition per msg for partitions with recovery sectors (filecoin-project/lotus#9427)
- feat: API: support typed errors over RPC (filecoin-project/lotus#9061)
- feat: refactor: remove NewestNetworkVersion (filecoin-project/lotus#9351)
- chore: actors: Allow builtin-actors to return a map of methods (#9342) (filecoin-project/lotus#9342)
Dependencies
- Update FFI (filecoin-project/lotus#9484)
- chore: deps: update go-state-types and builtin-actors for v9 release (filecoin-project/lotus#9485)
- deps: backport: #9455 (filecoin-project/lotus#9463)
- Deps: Update go-fil-markets to 1.24.0-v17 (filecoin-project/lotus#9450)
- github.com/filecoin-project/go-jsonrpc (v0.1.7 -> v0.1.8)
- github.com/filecoin-project/go-state-types (v0.1.12-beta -> v0.9.0):
Others
- fix: upgrade: no splash banner for nv17 :( (filecoin-project/lotus#9486)
- chore: build: add calib upgrade param for shark (filecoin-project/lotus#9483)
- chore: update butterfly artifacts (filecoin-project/lotus#9467)
- chore: butterfly: update assets (filecoin-project/lotus#9462)
- Delete lotus-pond (#9352) (filecoin-project/lotus#9352)
- build: set version to v1.18.0-dev
Contributors
Contributor | Commits | Lines ± | Files Changed |
---|---|---|---|
Geoff Stuart | 51 | +8677/-19320 | 401 |
Aayush Rajasekaran | 5 | +1452/-166 | 34 |
Łukasz Magiera | 5 | +429/-135 | 45 |
Aayush | 19 | +281/-157 | 72 |
Shrenuj Bansal | 3 | +176/-61 | 10 |
Jennifer Wang | 7 | +19/-18 | 15 |
simlecode | 1 | +5/-5 | 4 |
Kevin Li | 1 | +7/-0 | 1 |
Rod Vagg | 1 | +3/-2 | 2 |
Peter Rabbitson | 1 | +3/-0 | 1 |
ZenGround0 | 1 | +2/-0 | 1 |