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
We (@subsquid) are building archives for ethereum networks including yours and noticed that the receipts (eth_getTransactionReceipt) do not contain 'type' field which is required by our SDK.
Expected Behavior
type field to be present
Steps to Reproduce
Call eth_getTransactionReceipt
Suggested Fix
Add field to RPC response
The text was updated successfully, but these errors were encountered:
Issue Type
Current Behavior
We (@subsquid) are building archives for ethereum networks including yours and noticed that the receipts (
eth_getTransactionReceipt
) do not contain 'type' field which is required by our SDK.Expected Behavior
type
field to be presentSteps to Reproduce
Call
eth_getTransactionReceipt
Suggested Fix
Add field to RPC response
The text was updated successfully, but these errors were encountered: