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

Capture broadcasted messages for re-broadcasting even at panic #627

Merged
merged 1 commit into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. Capture broadcasted messages for re-broadcasting even at panic

    Fix a bug where if `Host.RequestBroadcast` panics the requested message
    is never added to the re-broadcast state.
    
    Fix an inconsistent behaviour where error at requested broadcasts via
    re-broadcast are returned instead of being silently logged.
    
    Enhance emulator to allow pluggable signign logic with two additional
    signing implementation: erroneous and panic.
    
    Implement tests that assert expected behaviour at signing error or
    panic.
    
    Fixes #236
    masih committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fb9fe20 View commit details
    Browse the repository at this point in the history