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

Rollup upgrade #645

Merged
merged 13 commits into from
Nov 26, 2024
Merged

Rollup upgrade #645

merged 13 commits into from
Nov 26, 2024

Commits on Nov 13, 2024

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

Commits on Nov 20, 2024

  1. Add initialize2 for rollup to set state root (#641)

    Co-authored-by: Agnar Song <agnar.song@morphl2.io>
    Kukoomomo and Agnar Song committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    375d1f0 View commit details
    Browse the repository at this point in the history
  2. mainnet upgrade rollup (#644)

    Co-authored-by: Agnar Song <agnar.song@morphl2.io>
    Co-authored-by: kukoomomo <kukoomomo@gmail.com>
    3 people committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    5d63835 View commit details
    Browse the repository at this point in the history
  3. update bindings

    Kukoomomo committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    113c1d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ba31e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Check genesis batch is zero (#646)

    Co-authored-by: chengwenxi <22697326+chengwenxi@users.noreply.github.com>
    chengwenxi and chengwenxi committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    086fd99 View commit details
    Browse the repository at this point in the history
  2. update bindings

    chengwenxi committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    045f568 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    aedb9a3 View commit details
    Browse the repository at this point in the history
  2. start monitoring

    WorldDogs committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2cc2096 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e97ebee View commit details
    Browse the repository at this point in the history
  4. fix(tx-submitter): add mutex to protect latestBlockTime in BlockMonitor

    - Add a mutex to ensure thread-safe access to latestBlockTime
    - Implement SetLatestBlockTime and GetLatestBlockTime methods
    - Update StartMonitoring and IsGrowth methods to use new thread-safe accessors
    WorldDogs committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    092836d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50b0310 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0ad8eb6 View commit details
    Browse the repository at this point in the history