-
Notifications
You must be signed in to change notification settings - Fork 232
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
[Backport] merge several fixes into 118 for next rc release #4616
Conversation
Integration Test: wait find unverified blocks finish for all specs
Fix SendLargeCyclesTxToRelay spec on slow machine
chore: add verify log for monitor
…timestamp in main fork
chore(test): Fix the unstable spec ForksContainSameUncle caused by block hash collision
Fix: verify worker exit when signal_exit is_cancelled
chore(RPC): add PRC to clear verify queue
…ockFetchCMD-dropped Do not start `BlockDownload` thread if ckb has received exit signal
…nverified Early return init_load_unverified thread when no unverified blocks found after tip
…ration-test Integration Test: kill_gracefully on RandomlyKill
Signed-off-by: Eval EXEC <[email protected]>
Integration Test: do not kill gracefully on windows
Integration Test: restart node if it failed to start in `RandomlyKill`
fix: fix atomic ordering in multi-thread
Wait #4623 |
Signed-off-by: Eval EXEC <[email protected]>
Recover possible transaction in conflicted cache when RBF
…d-file Rename `ckb_chain::consume_unverified` to `ckb_chain::verify`
CI: windows integration use windows-latest
test: add check relax ordering on ci
chore(test): add retry for git clone in cli_test
test: fix script test error caused by rand step cycles
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.
This PR attempts to merge develop
into rc/v0.118.x
, but the GitHub merge rules for ckb
prevent merging when the PR branch (develop
) is not based on rc/v0.118.x
. Additionally, we can't rebase develop
onto rc/v0.118.x
.
I suggest closing this PR, creating a new branch from develop
(e.g., backport/develop
), rebasing backport/develop
onto rc/v0.118.x
, and then submitting a new PR to merge backport/develop
into rc/v0.118.x
.
What problem does this PR solve?
Backport: #4605, #4600, #4606, #4612, #4615