-
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
Conversation
chore: deps: Use tagged version of specs-storage
Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
build: release: prep lotus v1.15.3
build: release: v1.15.3
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.
Looks generally good
build/params_butterfly.go
Outdated
@@ -80,4 +78,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("bafy2bzaced6uuyvoidi5gmqk6wsx7hlchpjfvzrkqlbnto2p5tvzcnaf6gmey") |
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
build/params_interop.go
Outdated
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
Remove
build/params_mainnet.go
Outdated
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
Drop this change
Related Issues
Proposed Changes
Additional Info
Checklist
Before you mark the PR ready for review, please make sure that:
<PR type>: <area>: <change being made>
fix: mempool: Introduce a cache for valid signatures
PR type
: fix, feat, INTERFACE BREAKING CHANGE, CONSENSUS BREAKING, build, chore, ci, docs,perf, refactor, revert, style, testarea
: api, chain, state, vm, data transfer, market, mempool, message, block production, multisig, networking, paychan, proving, sealing, wallet, deps