v0.2.0
版本发布时间: 2022-01-25 18:14:35
ChainSafe/forest最新发布版本:v0.19.2(2024-07-26 14:51:10)
ChainSafe System's second alpha release of the Forest Filecoin Rust protocol implementation. This release fixes a series of bugs and performance issues and introduces, among others, support for:
- Full mainnet compatibility
- Filecoin network version 14 "Chocolate"
- Forest actors version 6
- Further audit fixes
To compile release binaries, check out the v0.2.0
tag and build with the release
feature.
System | Architecture | Binary | SHA-256 Checksum |
---|---|---|---|
x64 | forest-v0.2.0-linux-amd64.zip | ea051b1cff24c3689546a1ae515f1d0864043a2fd08a6fd551ea75f9ae5572fc |
|
x64 | forest-v0.2.0-macos-amd64.zip | b37cf58979285708de93a96961be23c56790e9669170bbe64bd715faa26244f8 |
|
x64 | soon(TM) | N/A |
|
System | Option | - | Resource |
Compile from Source | cargo build --release --bin forest --features release |
What's Changed
- docs: add release notes by @q9f in https://github.com/ChainSafe/forest/pull/1246
- Add MdBook Documentation by @olibearo in https://github.com/ChainSafe/forest/pull/1249
- Build and deploy Mdbook by @olibearo in https://github.com/ChainSafe/forest/pull/1250
- Remove extra step for docs deployment in CI by @olibearo in https://github.com/ChainSafe/forest/pull/1251
- Add Guillaume to code owners by @connormullett in https://github.com/ChainSafe/forest/pull/1283
- update codeowners by @noot in https://github.com/ChainSafe/forest/pull/1306
- Elmattic/actors review F2 by @elmattic in https://github.com/ChainSafe/forest/pull/1289
- ci: add gh actions workflows by @noot in https://github.com/ChainSafe/forest/pull/1317
- Fix clippy errors for the new cargo 1.57.0 by @elmattic in https://github.com/ChainSafe/forest/pull/1316
- ci: attempt to improve gh actions time by @noot in https://github.com/ChainSafe/forest/pull/1319
- Fix logic to be the same as in the spec actors by @elmattic in https://github.com/ChainSafe/forest/pull/1292
- Elmattic/actors review F4 by @elmattic in https://github.com/ChainSafe/forest/pull/1294
- Elmattic/actors review F5 by @elmattic in https://github.com/ChainSafe/forest/pull/1295
- Elmattic/actors review F6 by @elmattic in https://github.com/ChainSafe/forest/pull/1296
- Elmattic/actors review F8 by @elmattic in https://github.com/ChainSafe/forest/pull/1298
- Elmattic/actors review F7 by @elmattic in https://github.com/ChainSafe/forest/pull/1297
- Elmattic/actors review F10 by @elmattic in https://github.com/ChainSafe/forest/pull/1308
- Elmattic/actors review F14 by @elmattic in https://github.com/ChainSafe/forest/pull/1309
- Elmattic/actors review F16 by @elmattic in https://github.com/ChainSafe/forest/pull/1310
- Elmattic/actors review F1 by @elmattic in https://github.com/ChainSafe/forest/pull/1293
- Elmattic/actors review F12 by @elmattic in https://github.com/ChainSafe/forest/pull/1290
- add to troubleshooting docs by @connormullett in https://github.com/ChainSafe/forest/pull/1282
- v6 actors upgrade by @noot in https://github.com/ChainSafe/forest/pull/1260
- Elmattic/actors review f18 by @elmattic in https://github.com/ChainSafe/forest/pull/1321
- Laudiacay/actors review f15 by @laudiacay in https://github.com/ChainSafe/forest/pull/1314
- laudiacay actors review F11 fix by @laudiacay in https://github.com/ChainSafe/forest/pull/1312
- laudiacay/actors review F21 by @laudiacay in https://github.com/ChainSafe/forest/pull/1311
- laudiacay actors review f13 fix by @laudiacay in https://github.com/ChainSafe/forest/pull/1313
- Elmattic/actors review f20 by @elmattic in https://github.com/ChainSafe/forest/pull/1322
- laudiacay/actors review f9 fix by @laudiacay in https://github.com/ChainSafe/forest/pull/1315
- laudiacay/actors review F24 by @laudiacay in https://github.com/ChainSafe/forest/pull/1323
- remove .swp file by @noot in https://github.com/ChainSafe/forest/pull/1326
- fix market actor publish_storage_deals by @noot in https://github.com/ChainSafe/forest/pull/1327
- laudiacay/actors review f23 by @laudiacay in https://github.com/ChainSafe/forest/pull/1325
- laudiacay/actors review f17 by @laudiacay in https://github.com/ChainSafe/forest/pull/1324
- Elmattic/actors review f27 by @elmattic in https://github.com/ChainSafe/forest/pull/1328
- v6: fix market actor bug by @noot in https://github.com/ChainSafe/forest/pull/1341
- drand v14 update: fix fetching around null tipsets by @noot in https://github.com/ChainSafe/forest/pull/1339
- ci: --ignore RUSTSEC-2021-0130 by @q9f in https://github.com/ChainSafe/forest/pull/1350
- Elmattic/actors review f25 by @elmattic in https://github.com/ChainSafe/forest/pull/1342
- Elmattic/actors review f28 by @elmattic in https://github.com/ChainSafe/forest/pull/1343
- v6: fix market and power actors to match go by @noot in https://github.com/ChainSafe/forest/pull/1348
- fix market logic by @noot in https://github.com/ChainSafe/forest/pull/1356
- docs: fix snapshot retrieval command by @noot in https://github.com/ChainSafe/forest/pull/1353
- The 'base64' dependency for key_management is no longer optional. by @lemmih in https://github.com/ChainSafe/forest/pull/1372
- catch panic in
verify_window_post
by @ec2 in https://github.com/ChainSafe/forest/pull/1365 - Apply clippy lints from rust-1.58 by @lemmih in https://github.com/ChainSafe/forest/pull/1378
- Add David to repo maintainers by @elmattic in https://github.com/ChainSafe/forest/pull/1374
- Disable test 'test_optimal_message_selection3' because it is inconsistent by @lemmih in https://github.com/ChainSafe/forest/pull/1381
- networks: Show an informative error message if the selected feature set is invalid. by @lemmih in https://github.com/ChainSafe/forest/pull/1373
- Use pre-made action to deploy documentation to gh-pages. by @lemmih in https://github.com/ChainSafe/forest/pull/1380
- ci: documentation dry-run for PRs. by @lemmih in https://github.com/ChainSafe/forest/pull/1383
- ci: run github actions on buildjet by @q9f in https://github.com/ChainSafe/forest/pull/1366
- fixing by adding max index computation in bitfield validation by @laudiacay in https://github.com/ChainSafe/forest/pull/1344
- Remove unused lint exceptions. by @lemmih in https://github.com/ChainSafe/forest/pull/1385
- Auto-detect available cores on Linux and MacOS. by @lemmih in https://github.com/ChainSafe/forest/pull/1387
- Fix command line for running conformance tests. by @lemmih in https://github.com/ChainSafe/forest/pull/1394
- Fix encoding size constraints for BigInt and BigUint not enforced by @elmattic in https://github.com/ChainSafe/forest/pull/1367
- Elmattic/actors review c1 by @elmattic in https://github.com/ChainSafe/forest/pull/1368
- release forest v0.2.0 alpha by @q9f in https://github.com/ChainSafe/forest/pull/1393
New Contributors
- @elmattic made their first contribution in https://github.com/ChainSafe/forest/pull/1289
- @lemmih made their first contribution in https://github.com/ChainSafe/forest/pull/1372
Full Changelog: https://github.com/ChainSafe/forest/compare/v0.1.0...v0.2.0
1、 forest-v0.2.0-linux-amd64.zip 20.11MB
2、 forest-v0.2.0-macos-amd64.zip 19.52MB