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
This is a bit of a GIGO situation, no? Passing a signature you know to be invalid results in invalid behavior. when the chain id of the signature and the legacy tx disagree, only the signature
we can protect against this better by storing parity only as a boolean instead of trying to capture eip155 status. but for now, I think the best solution is a debug_assert_eq until we prep that larger refactor
Component
consensus, eips, genesis
What version of Alloy are you on?
commit 4157e2664fab0
Operating System
None
Describe the bug
Fails to encode/decode a Legacy TxEnvelope:
Test:
Linked issue: #893
Linked issue: #539
The text was updated successfully, but these errors were encountered: