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

feat: add counter based ccc #1040

Merged
merged 51 commits into from
Sep 17, 2024

Commits on Sep 13, 2024

  1. add rollup/ccc/logger.go

    HAOYUatHZ committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    d96d99e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b507fc2 View commit details
    Browse the repository at this point in the history
  3. update miner/miner.go

    HAOYUatHZ committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5ae4007 View commit details
    Browse the repository at this point in the history
  4. update miner/miner_test.go

    HAOYUatHZ committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    305e2ff View commit details
    Browse the repository at this point in the history
  5. update eth/backend.go

    HAOYUatHZ committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a4ce78b View commit details
    Browse the repository at this point in the history
  6. update Message type

    HAOYUatHZ committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    56dd88f View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. update interfaces.go

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8e27176 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d332568 View commit details
    Browse the repository at this point in the history
  3. update evm.go

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    66b2463 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af68a3f View commit details
    Browse the repository at this point in the history
  5. fix rollup/ccc/logger.go

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a11861f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9c5cb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cba49a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2bd1379 View commit details
    Browse the repository at this point in the history
  9. scroll_worker: var

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f1fcc82 View commit details
    Browse the repository at this point in the history
  10. scroll_worker: work

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    df23bd9 View commit details
    Browse the repository at this point in the history
  11. scroll_worker: reorgTrigger

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    123da54 View commit details
    Browse the repository at this point in the history
  12. scroll_worker: worker

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3d978cc View commit details
    Browse the repository at this point in the history
  13. scroll_worker: newWorker

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    f413970 View commit details
    Browse the repository at this point in the history
  14. scroll_worker: rm getCCC

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    106b10c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    27bfe60 View commit details
    Browse the repository at this point in the history
  16. scroll_worker: mainLoop

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fc16322 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a8381e5 View commit details
    Browse the repository at this point in the history
  18. scroll_worker: newWork

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    28f32f1 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1fdac68 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3e13ed6 View commit details
    Browse the repository at this point in the history
  21. scroll_worker: handleForks

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3e6e5e3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e19ef0c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0dc46b5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8313db2 View commit details
    Browse the repository at this point in the history
  25. scroll_worker: processTxns

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d2592f2 View commit details
    Browse the repository at this point in the history
  26. scroll_worker: processTxn

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fe4ef4b View commit details
    Browse the repository at this point in the history
  27. scroll_worker: commit

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    abfe34c View commit details
    Browse the repository at this point in the history
  28. scroll_worker: onTxFailing

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5b426d5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f846d0a View commit details
    Browse the repository at this point in the history
  30. scroll_worker: forceTestErr, scheduleCCCError, skip, onBlockFailingCC…

    …C, handleReorg, isCanonical
    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    0f6bb59 View commit details
    Browse the repository at this point in the history
  31. scroll_worker: fix 1

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    97e0566 View commit details
    Browse the repository at this point in the history
  32. scroll_worker: fix 2

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a05e1ac View commit details
    Browse the repository at this point in the history
  33. scroll_worker: fix 3

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ec04f7c View commit details
    Browse the repository at this point in the history
  34. scroll_worker: fix 4

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    7b58a0f View commit details
    Browse the repository at this point in the history
  35. scroll_worker: fix 5

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ef35f30 View commit details
    Browse the repository at this point in the history
  36. scroll_worker: fix 6

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    bec5381 View commit details
    Browse the repository at this point in the history
  37. scroll_worker: fix 7

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9462f9f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4680653 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    dec7354 View commit details
    Browse the repository at this point in the history
  40. feat: add miner idle metric

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    97e3050 View commit details
    Browse the repository at this point in the history
  41. fix: nil-check curRc

    HAOYUatHZ committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9748364 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    1210921 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e633414 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    da53690 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5dde23e View commit details
    Browse the repository at this point in the history