Skip to content
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

Closed
wants to merge 45 commits into from

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    6be1671 View commit details
    Browse the repository at this point in the history
  2. code refactor

    chenyukang committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    158cfa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db66275 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. add verify log for monitor

    chenyukang committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    2c2b1f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    fbe63f4 View commit details
    Browse the repository at this point in the history
  2. add ignore item in deny.toml.

    EthanYuan authored and eval-exec committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    47dc5ed View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4605 from eval-exec/exec/fix-ci-2

    Integration Test: wait find unverified blocks finish for all specs
    eval-exec authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    83ac99f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c057db View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4606 from chenyukang/yukang-fix-relay-ci-issue

    Fix SendLargeCyclesTxToRelay spec on slow machine
    chenyukang authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0ceb6f8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Merge pull request #4600 from chenyukang/yukang-add-verify-log

    chore: add verify log for monitor
    chenyukang authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3bd5fed View commit details
    Browse the repository at this point in the history
  2. add clear verify queue rpc

    chenyukang committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7bfc1e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    ce41807 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Configuration menu
    Copy the full SHA
    dc20e94 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4611 from chenyukang/yukang-debug-chain-fork-spec

    chore(test): Fix the unstable spec ForksContainSameUncle caused by block hash collision
    chenyukang authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    76ebab4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4612 from chenyukang/yukang-fix-verify-queue-exit

    Fix: verify worker exit when signal_exit is_cancelled
    chenyukang authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    8744829 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge pull request #4609 from chenyukang/yukang-clear-verify-queue

    chore(RPC): add PRC to clear verify queue
    chenyukang authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6ee85c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e48f664 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge pull request #4615 from eval-exec/exec/exit-blockdownload-if-Bl…

    …ockFetchCMD-dropped
    
    Do not start `BlockDownload` thread if ckb has received exit signal
    chenyukang authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7304ea7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47f92ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d28bde6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4617 from eval-exec/exec/early-return-init-load-u…

    …nverified
    
    Early return init_load_unverified thread when no unverified blocks found after tip
    driftluo authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3675433 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    48c09c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4622 from eval-exec/exec/kill-gracefully-on-integ…

    …ration-test
    
    Integration Test: kill_gracefully on RandomlyKill
    eval-exec authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    50b74a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Do not kill gracefully on windows

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3a40e37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4624 from eval-exec/exec/fix/widnows-ci

    Integration Test: do not kill gracefully on windows
    eval-exec authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f9c3c70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    258676a View commit details
    Browse the repository at this point in the history
  4. test

    eval-exec committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    114a11f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge pull request #4625 from eval-exec/exec/ci/windows

    Integration Test: restart node if it failed to start in `RandomlyKill`
    eval-exec authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    7749bcb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4623 from driftluo/fix-atomic-ordering

    fix: fix atomic ordering in multi-thread
    eval-exec authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    2fb17ab View commit details
    Browse the repository at this point in the history
  3. Rename ckb_chain::consume_unverified to ckb_chain::verify

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c789b83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b86e176 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b30e378 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3d78da8 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request #4561 from chenyukang/yukang-fix-cycling-attack-rbf

    Recover possible transaction in conflicted cache when RBF
    quake authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a73b7f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6332b10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d8e976 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea3651f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4626 from eval-exec/exec/rename-consume-unverifie…

    …d-file
    
    Rename `ckb_chain::consume_unverified` to `ckb_chain::verify`
    eval-exec authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4919219 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4631 from eval-exec/exec/ci/windows-2022

    CI: windows integration use windows-latest
    eval-exec authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    6fa274e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #4627 from driftluo/ci-check-relaxed

    test: add check relax ordering on ci
    eval-exec authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0e99a2a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #4630 from chenyukang/yukang-add-retry-for-ci

    chore(test): add retry for git clone in cli_test
    chenyukang authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    72b735c View commit details
    Browse the repository at this point in the history
  9. Fix script test error

    chenyukang authored and eval-exec committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    d398e5a View commit details
    Browse the repository at this point in the history
  10. enlarge spec wait time

    chenyukang authored and eval-exec committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    cf78552 View commit details
    Browse the repository at this point in the history
  11. add logs for script test

    chenyukang authored and eval-exec committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2e100d8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4581 from chenyukang/yukang-fix-script-test

    test: fix script test error caused by rand step cycles
    eval-exec authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    0274984 View commit details
    Browse the repository at this point in the history