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
Research if we could leverage the type system to prevent Eip712TransactionRequest.rlp calls when neither signature or custom_signature were provided.
#101
Open
jpcenteno opened this issue
Aug 28, 2023
· 0 comments
This issue arrises from #92 which introduces an
if
statement which returns an error when neithersignature
orcustom_signature
were provided.Eip712TransactionRequest
is actually a builder, spurious states should be temporarily accepted.I'm creating this issue just to remind ourselves to discuss this in the future.
The text was updated successfully, but these errors were encountered: