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

Basic redemptions monitoring #678

Merged
merged 4 commits into from
Aug 3, 2023
Merged

Commits on Aug 1, 2023

  1. Basic redemptions monitoring

    This changeset adds redemptions to the monitoring system. Specifically,
    two new system events are supported now:
    
    ### Redemption requested
    
    An *informational system event* indicating that a new redemption was requested
    from the on-chain Bridge contract. This event is directly sent to Discord as a
    notification that does not require any action.
    
    ### Large redemption requested
    
    A *warning system event* indicating that a large redemption was requested from
    the on-chain Bridge contract. This event is sent to Sentry hub and should get
    team’s attention. The default action is making sure that the redemption is
    not a result of a malicious action, and if not, that the redemption is
    handled correctly by the system.
    lukasz-zimnoch committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8e1f06e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    c5070e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce7b8c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    371db78 View commit details
    Browse the repository at this point in the history