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
eth_getBlockByHash - #92 eth_blockNumber - #93 net_version - currently integrated in the getNetwork() method of JsonRpcProvider eth_getTransactionCount - #94 eth_getTransactionReceipt - #21 eth_getCode - #95 eth_estimateGas - #97 eth_call - #96 eth_sendRawTransaction - essential-eth doesn't currently have functions to write to the blockchain, would require other functions and a discussion about security
Add these as individual issues if they're not already done inside Earnifi
also TODO: add each of these to the issue tracker: https://github.com/search?q=org%3Asunflower-land+web3&type=code
I found these by connecting Sunflower Land to my local free-eth-node then logging each of the calls passing through it
In-case you need more info about the data being passed to the eth node, here is the mostly-full log of the POST bodies the eth node was receiving:
The text was updated successfully, but these errors were encountered: