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 initial healthcheck endpoint (ampd) #14

Closed
wants to merge 16 commits into from

Commits on Apr 11, 2024

  1. feat(minor-multisig-prover)!: allow dynamic update of signing thresho…

    …ld (axelarnetwork#336)
    
    * feat(minor-multisig-prover)!: allow dynamic update of signing threshold
    cjcobb23 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    3a79588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5fb8f View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. feat: add trait for message id (axelarnetwork#337)

    * implement trait for evm message id
    cjcobb23 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1a0bad2 View commit details
    Browse the repository at this point in the history
  2. refactor(voting-verifier): cleanup unit tests (axelarnetwork#346)

    * cleanup tests
    
    * renamed function
    eguajardo authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5deb21d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1be790a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    246525d View commit details
    Browse the repository at this point in the history
  2. Fix tracing

    eloylp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e933a28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8a2ca View commit details
    Browse the repository at this point in the history
  4. remove the call to a failing method followed by an unwrap by creating…

    … the new value directly
    
    Co-authored-by: tilacog <[email protected]>
    eloylp and tilacog committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    68a7184 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    775ac4d View commit details
    Browse the repository at this point in the history
  6. Fix code compilation errors

    eloylp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    36460aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d20b1ee View commit details
    Browse the repository at this point in the history
  8. Move to error struct

    eloylp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3ad32e0 View commit details
    Browse the repository at this point in the history
  9. reduce visibility of test func

    eloylp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f7bbd5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b256381 View commit details
    Browse the repository at this point in the history
  11. Revisit healthcheck error handling.

    Use enum variant and make all errors transparent to application.
    eloylp committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a541b94 View commit details
    Browse the repository at this point in the history