-
Notifications
You must be signed in to change notification settings - Fork 780
Labels
releasePull requests that facilitate cutting a releasePull requests that facilitate cutting a releasetrackingA complex issue broken down into sub-problemsA complex issue broken down into sub-problems
Description
Changes in preparation for our first release candidate (RC1) of v1.0.0:
Tasks:
- files and documentation
- api module
- tag (completed here)
- update go.mod chore: update
apimodule dependency version tov1.0.0-rc1#3192
- e2e Nighty passes OK
- fix(e2e): reproduction an fixing of missing evidence in
e2enightlies #3234 - test(e2e): remove flaky logic in test for GetBlockResults #3254
- test(e2e): fix gRPC tests on nightly #3262
- test(e2e): fix gRPC tests on nightly (backport #3262) #3294 (backport to
v1.x)
- test(e2e): fix gRPC tests on nightly (backport #3262) #3294 (backport to
- e2e nightly runs OK on
v1.xbranch (copy ci run link here once it's successful)- test(e2e): reverting PR3211 since it is making e2e nightly to fail #3335 (need to revert PR so test on
mainnightly can pass) - fix(mempool)!: stop accepting TXs in the mempool if we can't keep up with reCheckTX (backport #3314) #3336
- perf: Make mempool update async from block.Commit (backport #3008) #3362
- Successful e2e-nigthly-v1.x
- test(e2e): reverting PR3211 since it is making e2e nightly to fail #3335 (need to revert PR so test on
- fix(e2e): reproduction an fixing of missing evidence in
- Changelog
- Version update
- Buf
- Publish new protos to Buf before
v1.0.0-rc1release - https://buf.build/cometbft/cometbft/commits/commit/fedbb9acfd2f494b9755949cbb41dfca
- Publish new protos to Buf before
v1.0.0 RC1 Release
Once all PRs and steps completed above:
- tag
v1.0.0-rc.1and release
TODO after release:
- Comms (announcements)
- Add buf publishing instructions to the
RELEASES.mddoc #3388
PR checklist
- Tests written/updated
- Changelog entry added in
.changelog(we use unclog to manage our changelog) - Updated relevant documentation (
docs/orspec/) and code comments - Title follows the Conventional Commits spec
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
releasePull requests that facilitate cutting a releasePull requests that facilitate cutting a releasetrackingA complex issue broken down into sub-problemsA complex issue broken down into sub-problems