-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: release: v1.16.0-rc1 #8851
Merged
Merged
Changes from 6 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
869f6ab
Use tagged version of specs-storage
arajasek 130ef04
Merge pull request #8764 from filecoin-project/asr/storage
jennijuju cec9425
prep lotus v1.15.3
jennijuju c095d10
Update CHANGELOG.md
jennijuju a7e8f5a
Merge pull request #8761 from filecoin-project/jen/1153prep
jennijuju 2f6a383
Merge pull request #8781 from filecoin-project/release/v1.15.3
jennijuju 2b8aaf7
update calib v16 skyr upgrade
jennijuju cda2154
chore: update butterfly for reset of v16
jennijuju 4b7f141
fix: build: make the build/actors/pack.sh script work on macos
Stebalien 14e37ad
fix: build: add calibrationnet to the actors bundle
jennijuju 3579168
upgrade to 8.0.0-rc.1 bundle & manifest
jennijuju b3adf6f
docsgen
jennijuju ca3282c
Merge branch 'releases' into jen/v1160
jennijuju 9254085
correct the upgrade time comment
jennijuju b0c8dd5
remove wrongly added whiteblock cid
jennijuju 82ead26
go mod tidy
jennijuju File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,6 @@ import ( | |
"github.com/filecoin-project/lotus/chain/actors" | ||
"github.com/filecoin-project/lotus/chain/actors/policy" | ||
builtin2 "github.com/filecoin-project/specs-actors/v2/actors/builtin" | ||
"github.com/ipfs/go-cid" | ||
) | ||
|
||
var NetworkBundle = "caterpillarnet" | ||
|
@@ -119,4 +118,4 @@ const PropagationDelaySecs = uint64(6) | |
// BootstrapPeerThreshold is the minimum number peers we need to track for a sync worker to start | ||
const BootstrapPeerThreshold = 2 | ||
|
||
var WhitelistedBlock = cid.Undef | ||
var WhitelistedBlock = MustParseCid("bafy2bzacebitcr6geekzzkiggl35gi7f32zph46ufgz5lxkd7pqccqgzvpqyc") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove |
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 |
---|---|---|
|
@@ -108,4 +108,4 @@ const PropagationDelaySecs = uint64(6) | |
const BootstrapPeerThreshold = 4 | ||
|
||
// we skip checks on message validity in this block to sidestep the zero-bls signature | ||
var WhitelistedBlock = MustParseCid("bafy2bzaceapyg2uyzk7vueh3xccxkuwbz3nxewjyguoxvhx77malc2lzn2ybi") | ||
var WhitelistedBlock = MustParseCid("bafy2bzaceclwsaafb4h7nofp64v7ctxq5cs75545mylvw3hwaxdign6xk5kka") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Drop this change |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be here -- only needed for mainnet