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
{{ message }}
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Parity (test on Kovan) will happily return you a receipt when the transaction is still pending.
This breaks our unmarshal assumption where we expect the data to be present. Geth behaves as expected and does not return a pending receipt.
#1291
openethereum/parity-ethereum#1180
Expected Behavior
Handle the case where parity or other nodes return a pending receipt
Current Behavior
Attempts to unmarshall and throws.
Possible Solution
Check for a blockNumber before attempting to unmarshal.
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: