-
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.27.0-rc3 #12003
build: release: v1.27.0-rc3 #12003
Conversation
* chore: remove unmaintained bootstrappers chore: remove unmaintained bootstrappers * Update mainnet.pi fixing typoed domain fixing typo for 1475.io 'bootstarp' -> 'bootstrap' * Update mainnet.pi apparently the actual hostname is typoed. so bootstarp it is. --------- Co-authored-by: smagdali <stefan@fil.org>
* set stream deadlines in Lotus * reduce timeout * whitelist bootstrappers * fix tests
Update changelog and version
Update changelog with the deprecate circle-ci
All checks have completed |
I´m a little bit unsure what the best pathway here is. The Linter was mad last week when RC2 was cut, which causes this to fail now, but has later been fixed with: #11968 which has landed in master. Should I bring those changes into this RC-train as well, or should we skip that one? |
@rjan90 your choice - I'd pull in the linter PR's commits into the release unless there are conflicts, or you can bypass branch protection rules here, I think we'd be OK with that since everything else is passing. |
It was a tad bit more conflicts with the Linter PR´s commits then expected, so I´m going to bypass the protection rules for now. |
Proposed Changes
Prepping the third release candidate of v1.27.0:
Backports:
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, build, chore, ci, docs, perf, refactor, revert, style, testarea
, e.g. api, chain, state, market, mempool, multisig, networking, paych, proving, sealing, wallet, deps