You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments