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

[VM] Automatically handle when VM Panic occurs. #2491

Merged
merged 6 commits into from
Aug 23, 2024

Commits on Aug 22, 2024

  1. set sequencer status to maintence and pause the relayer if vm panic o…

    …ccurs
    
    Revert tx when l2 tx execution failed
    steelgeek091 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    224a05c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15eb6ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7e37c View commit details
    Browse the repository at this point in the history
  4. remove println

    steelgeek091 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ec2524c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. use custom error to handle the panic

    send a ServiceStatusMessage to notify the sequencer and the relayer
    steelgeek091 committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    193d5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c57cbe8 View commit details
    Browse the repository at this point in the history