bobanetwork / boba_legacy

Monorepo implementing Boba, a compute layer for Ethereum
https://boba.network
MIT License
62 stars 60 forks source link

No 'type' field #1314

Open Igorgro opened 10 months ago

Igorgro commented 10 months ago

Issue Type

[x] bug report
[ ] feature request

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 present

Steps to Reproduce

Call eth_getTransactionReceipt

Suggested Fix

Add field to RPC response