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
In Balance and nonce rpc test under ethereum/rpc we hardcode the diffsize and l1feerate and subtract their multiplication, however if we can manage to get that data via rpc then we would not need to hardcode those values.
On branch erce/use-custom-rpc-for-receipt there is implementation of rpc request to eth_getTransactionReceipt but the necessary fields are nil. We should go over that code and retrieve the necessary fields.
The text was updated successfully, but these errors were encountered:
In Balance and nonce rpc test under ethereum/rpc we hardcode the diffsize and l1feerate and subtract their multiplication, however if we can manage to get that data via rpc then we would not need to hardcode those values.
On branch erce/use-custom-rpc-for-receipt there is implementation of rpc request to eth_getTransactionReceipt but the necessary fields are nil. We should go over that code and retrieve the necessary fields.
The text was updated successfully, but these errors were encountered: