This repository has been archived by the owner on Dec 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix missing file type * Less verbose sector manager logging * avoid panic * PRU insufficient collateral * Include worker name in sealing errors * Don't log CIDs as binary * Output primary sector status correctly * Estimate deal weight in sector list when upgrading * Remove sector copies from workers after snapdeals * Fix error loop on bad event * FinalizeSector doesn't need sealed replica access * always do cooldown in handleSubmitReplicaUpdateFailed * Handle inputLk correctly * remove endpoint from cli * Sector upgrade queue * Rename error message * More SnapDeals config knobs * Move MakeNewSectorForDeals config into the Sealing sectoin * check fd limit on startup * proving check --faulty, faults in storage list sectors * Change Propose-worker msg * API/CLI to compute window-post * Thread safe piecereader * Fix PR1 worker selection * generate api doc * release worker tracker lock when call cb func * Release unsealed sector files after snapdeals abort * Improve worker assigning logic * Don't panic in ReleaseUnsealed with no ranges * Fail to add expired precommits to a batch * Make FSOverhead numbers more accurate * update ffi * upgrade venus & venus-market * fix builtin actors bundles * fix: worker: Download proofs if PRU2 is enabled * fix builtin actor bundle * Use new go-state-types state accessors * opt: sector fsm & storage * chore: upgrade go mod * opt: for sector cmd * cmd: not check network name * feat: Snap Deals full unseal * chore: upgrade venus * cmd: Expand repo path * chore: upgrade go version & mod ref * chore: upgrade version to v1.6.0-rc1 * chore: update specs-storage to v0.4.0 * build: bump version to v1.6.0-rc2 * feat(sealing): DataCid on workers * feat: cli command for compactPartitions * opt(worker): do not log normal storage stat calls * feat(wdpost): Ignore faults when compute window-post * chore: remove unuse file * fix: BlockDelaySecs for butterfly * fix: Trigger wdpost multiple times per cycle * feat: upgrade to 8.0.0-rc.1 bundle & manifest * feat: Add new proofs version type * feat: check index out of bounds against correct param length not return length * fix: imported and not used * chore: upgrade venus & venus-market version * chore: bump version to 1.6.0-rc3 * chore: bump version to 1.6.0-rc4 Co-authored-by: simlecode <[email protected]> Co-authored-by: 一页素书 <[email protected]>
- Loading branch information
1 parent
9cc11ff
commit 655dbd3
Showing
113 changed files
with
3,863 additions
and
2,587 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ lotus-fix | |
.idea | ||
.vscode | ||
|
||
builtin-actors/v7/* | ||
builtin-actors/v8/* | ||
|
||
*.coverprofile | ||
*.out | ||
*.so | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.