-
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.28.0-rc2 #12179
build: release: v1.28.0-rc2 #12179
Conversation
…works (#12175) * Update to always use quicknet in 2k-net Update to always use quicknet in 2k-net * Update params_2k.go Update params_2k.go * Update to always use DrandQuicknet in Butterfly/Interop Update to always use DrandQuicknet in Butterfly/Interop
Update changelog and version for rc2
|
||
**This release canidate does NOT set a calibration network upgrade epoch, it will be added in the second release candidate, expected to be released July 4th. This release candidate does NOT set the mainnet upgrade epoch yet, which will be updated in the final release.** | ||
|
||
☢️ Upgrade Warnings ☢️ | ||
|
||
If you are running the `v1.26.0` or an earlier version of Lotus, please go through the `Upgrade Warnings` section for the `v1.27.*` releases, before upgrading to this RC. | ||
|
||
- This upgrade includes an additional migration to the events database. Node operators running Lotus with events turned on (off by default) may experience some delay in initial start-up of Lotus as a minor database migration takes place. See [filecoin-project/lotus#12080](https://github.com/filecoin-project/lotus/pull/12080) for full details. |
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.
Do we also want to include a warning about the actor migration ? Or atleast remove what we've written about this being a light weight migration ?
The NV23 specific migration is light but the base migration is expensive (which is nothing specific to NV23).
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.
lgtm with a comment.
@rjan90 When do we want to set the calibnet epoch ? |
Update Waffle-upgrade epoch
Update Migration-section in the Changelog
* F3-388: add env var to disable F3 Signed-off-by: Jakub Sztandera <[email protected]> * F3-388: check env variable in pubsub also Signed-off-by: Jakub Sztandera <[email protected]> * F3-388: use DISABLE_F3=1 instead of _yes_ like in drand Signed-off-by: Jakub Sztandera <[email protected]> * Use IsF3Enabled() and remove the runtime stopping Signed-off-by: Jakub Sztandera <[email protected]> --------- Signed-off-by: Jakub Sztandera <[email protected]> Co-authored-by: Jakub Sztandera <[email protected]>
Update changelog to say that it sets the calibration network upgrade epoch
Update date comment
* update genesis network version for dev testnets * update version string * changelog * finish changelog * final changes * update CL * Apply suggestions from code review Co-authored-by: Phi-rjan <[email protected]> * fix typos * Apply suggestions from code review Co-authored-by: Masih H. Derkani <[email protected]> * only soft laungh * soft launch * build: release: v1.28.0-rc2 (#12179) * build: release: v1.28.0-rc3 (#12186) * v1.28.0-rc3 * Update CHANGELOG.md Co-authored-by: Phi-rjan <[email protected]> * Update CHANGELOG.md --------- Co-authored-by: Phi-rjan <[email protected]> * build: release: v1.28.0-rc4 (#12190) * Fix F3 build parameters for `testground` target Fix renamed `f3Enabled` flag and while at it, add place holder for manifest server ID. Fixes #12188 * Update changelog and version Update changelog and version --------- Co-authored-by: Masih H. Derkani <[email protected]> * Update version master Update version master --------- Co-authored-by: Jennifer Wang <[email protected]> Co-authored-by: aarshkshah1992 <[email protected]> Co-authored-by: Masih H. Derkani <[email protected]> Co-authored-by: Jiaying Wang <[email protected]>
Proposed Changes
Prep
v1.28.0-rc2
(as part of #12109)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, mempool, multisig, networking, paych, proving, sealing, wallet, deps