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 batch develop fix to 111 #4102

Merged

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    65c7bc5 View commit details
    Browse the repository at this point in the history
  2. chore: add make docker-publish-rc

    Push the latest version as the image tag only. Skip the `latest` image
    tag.
    
    This will be used to push the rc version, which should not become the
    latest image in Docker.
    doitian authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    3955cff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82b12d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00ff681 View commit details
    Browse the repository at this point in the history
  5. Fix hermit-abi yanked

    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    4bf0df1 View commit details
    Browse the repository at this point in the history
  6. Fix relayer::request_proposal_txs dedup proposals

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    37e8cf3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee0b414 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    316e09e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7fb2f2f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d6b3713 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5323d3c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3fd9de5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8bea079 View commit details
    Browse the repository at this point in the history
  14. Update ckb to v0.24.2

    mohanson authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    9cf92da View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2dc2516 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    920baf7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a632415 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a64c2ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2d6409c View commit details
    Browse the repository at this point in the history
  20. exit when ProtocolHandleErrorKind::AbnormallyClosed received

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    daefd22 View commit details
    Browse the repository at this point in the history
  21. Fix BlockDownload thread exit

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5108122 View commit details
    Browse the repository at this point in the history
  22. Re-order ckb workspace members

    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8358b26 View commit details
    Browse the repository at this point in the history
  23. Fix bats test for ckb run

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    37f2482 View commit details
    Browse the repository at this point in the history
  24. Only catch exit signal for ckb run

    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    e95b8c7 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7012fba View commit details
    Browse the repository at this point in the history
  26. Add exit handler for ckb miner

    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c4aca9a View commit details
    Browse the repository at this point in the history
  27. Add bats test for graceful shutdown

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ba6a5df View commit details
    Browse the repository at this point in the history
  28. fix: set TxPoolService.started to true before `tx_pool_controller…

    ….load_persisted_data`
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    6936766 View commit details
    Browse the repository at this point in the history
  29. Add winapi dep to dev-dependencies

    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    437f13d View commit details
    Browse the repository at this point in the history
  30. Fix unit test: handle windows platform for signal-handle

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    142e4bf View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    e019245 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9019a45 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    75b05b2 View commit details
    Browse the repository at this point in the history
  34. docs: re-execute make gen-rpc-doc

    Signed-off-by: Eval EXEC <[email protected]>
    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ed2fb5f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    379b7ad View commit details
    Browse the repository at this point in the history
  36. Update ckb-vm to v0.24.4

    mohanson authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    26764ce View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    932834b View commit details
    Browse the repository at this point in the history
  38. add ctrl hander for test main

    chenyukang authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    769b681 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ff0e470 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    565d382 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    0dfb57f View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    a4468af View commit details
    Browse the repository at this point in the history
  43. fix: data2 value

    zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    5f93396 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    464c769 View commit details
    Browse the repository at this point in the history
  45. Improve code comment

    eval-exec authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    0f5c770 View commit details
    Browse the repository at this point in the history
  46. fix typos in rpc readme.

    EthanYuan authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    b1530fc View commit details
    Browse the repository at this point in the history
  47. fixing typos in comments

    EthanYuan authored and zhangsoledad committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    07de5e9 View commit details
    Browse the repository at this point in the history