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
many Eth APIs are uses eth tx hash CIDs, and for them to get translated in filecoin we'd need the filecoin cids for them. so here is the proposed solution:
create a new configuration variable for node operators to opt-in/out serving Eth APIs
if opt-in, LOTUS_FEVM_ENABLEETHHASHTOFILECOINCIDMAPPING will be set to true, which creates a txhash.db and storing tx id <> msg cid maps.
if opt-out, LOTUS_FEVM_ENABLEETHHASHTOFILECOINCIDMAPPING=false.
The text was updated successfully, but these errors were encountered:
many Eth APIs are uses eth tx hash CIDs, and for them to get translated in filecoin we'd need the filecoin cids for them. so here is the proposed solution:
The text was updated successfully, but these errors were encountered: