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(tx-submitter): Add L1 Block Growth Monitoring Feature #632

Merged
merged 10 commits into from
Nov 13, 2024

Commits on Nov 8, 2024

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

    WorldDogs committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c83e12e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    c4bacdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74e8c2a View commit details
    Browse the repository at this point in the history
  3. 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 11, 2024
    Configuration menu
    Copy the full SHA
    18a51b2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

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

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    fe88606 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e909ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    affe445 View commit details
    Browse the repository at this point in the history