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
@Rwardc observed in #288 that if a replay file is passed a non-sequence node to transactions, Proxy Verifier aborts with an uncaught exception. We should handle this more gracefully.
The text was updated successfully, but these errors were encountered:
We should stop processing a transaction list if the element is not a
sequence. This will propagate an error rather than aborting with an
uncaught exception later.
Fixesyahoo#289
We should stop processing a transaction list if the element is not a
sequence. This will propagate an error rather than aborting with an
uncaught exception later.
Fixes#289
@Rwardc observed in #288 that if a replay file is passed a non-sequence node to
transactions
, Proxy Verifier aborts with an uncaught exception. We should handle this more gracefully.The text was updated successfully, but these errors were encountered: