-
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
chore: post release steps for #12379 (v1.28.2 miner and node patch release) #12400
Merged
Conversation
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
* remove provecommit1 * add changelog * update precommit and commit params * fix lint error * fix commit params
* Update go-f3 to 0.0.6 Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Enable F3 in passive configuration in mainnet config Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * Add changelog Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * add new butterfly assets --------- Signed-off-by: Jakub Sztandera <oss@kubuxu.com> Co-authored-by: Jennifer Wang <jiayingw703@gmail.com>
We now use the same one in GPBFT.
Co-authored-by: Steven Allen <steven@stebalien.com>
Co-authored-by: Rod Vagg <rod@vagg.org>
Co-authored-by: Rod Vagg <rod@vagg.org>
chore: bump versions and make gen/docsgen-cli
chore: update v1.282. changelog
* Update go-f3 to 0.2.0 Includes: - fix for excessive bandwidth usage - significant performance improvements - minor consensus fixes Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * add changelog Signed-off-by: Jakub Sztandera <oss@kubuxu.com> * chore(f3): update to final released version --------- Signed-off-by: Jakub Sztandera <oss@kubuxu.com> Co-authored-by: Steven Allen <steven@stebalien.com>
storage/pipeline.NewPreCommitBatcher and storage/pipeline.New now have an additional error return to deal with errors arising from fetching the sealing config.
error return to deal with errors arising from fetching the sealing config.
* Power is units of Space * Time so multiply by deal duration * fix: miner: Fix DDO pledge math * appease the changelog checker * Fix gen --------- Co-authored-by: zenground0 <ZenGround0@users.noreply.github.com>
- Updated the logging statement in `testOutOfGasError` to correctly reference `build.BlockGasLimit` instead of `buildconstants.BlockGasLimit`.
fix: update changelog to reference bandwidth issue ticket
Co-authored-by: Steve Loeppky <biglep@filoz.org>
Run `make gen` and `make docsgen-cli`
Question - shouldn’t the dev branch be v1.29.0? |
jennijuju
approved these changes
Aug 16, 2024
We should bump it to v1.29.1 actually, in preparation for #12343. I will land that in a separate PR as part of the release checklist. |
23 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Related Issues
#12379
Proposed Changes
PR against master branch with a merge of the release/v1.28.2 branch
Checklist
Before you mark the PR ready for review, please make sure that: