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

Added SingleAttestationEvent #8873

Merged
merged 7 commits into from
Dec 4, 2024

Commits on Dec 2, 2024

  1. Added SingleAttestationEvent

     - if the attestation arriving is a singleAttestation, will fire a single_attestation event, otherwise will trigger an attestation event.
    
    - at the moment we only see attestations, but added unit test and can re-verify once we have single attestations being produced...
    
     - can essentially listen to both by :
     `curl -H "Accept:text/event-stream" -N http://localhost:5051/eth/v1/events\?topics\=attestation,single_attestation`
    
    Signed-off-by: Paul Harris <[email protected]>
    rolfyone committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    acbba67 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. fix event types doco to auto update.

    Signed-off-by: Paul Harris <[email protected]>
    rolfyone committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    bd87dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aaf7e8 View commit details
    Browse the repository at this point in the history
  3. changelog

    Signed-off-by: Paul Harris <[email protected]>
    rolfyone committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    eead58c View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/single-attestation-event' into s…

    …ingle-attestation-event
    rolfyone committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    f9a02af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bd32b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

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