-
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.17.0-rc4 #9077
Conversation
bump version to v1.17.0-rc4
Updates CHANGELOG.md with the two new PRs 9044 and 9055
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, I like dropping the dependency update PRs from the changelog.
Codecov Report
@@ Coverage Diff @@
## release/v1.17.0 #9077 +/- ##
===================================================
+ Coverage 40.59% 40.61% +0.02%
===================================================
Files 707 707
Lines 78739 78739
===================================================
+ Hits 31964 31980 +16
+ Misses 41295 41282 -13
+ Partials 5480 5477 -3
|
@@ -37,7 +37,7 @@ func BuildTypeString() string { | |||
} | |||
|
|||
// BuildVersion is the local build version | |||
const BuildVersion = "1.17.0-rc3" | |||
const BuildVersion = "1.17.0-rc4" |
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.
Is this value manually set for every release?
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.
Hey @ianconsolata! Yeah, those are set for every release and then make docsgen
& make docsgen-cli
is run
Related Issues
Proposed Changes
Additional Info
A new release candidate for v1.17.0 that includes the two backported PRs #9044 and #9055
Also cherry-picks #8994, which hopefully fixes ci build.
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