acolytec3
acolytec3
One other note is we just merged a [PR](https://github.com/ethereumjs/ethereumjs-monorepo/pull/2043) that allows a substitute hash method to be provided in the constructor for the `trie` library so I'm assuming this gets...
Can we at the same time also remove Node 12 from this? I'll pick this up today.
@ethereumjs/committers thoughts?
>Start the RPC client and see if a request is possible What kind of request are you thinking here, just any RPC request to verify that the RPC is up...
I think a lot of these can be automated (except for maybe the long run one).
>Is this somewhat implicitly tested by e.g. the CLI tests to run a network (Goerli e.g.)? I would cautiously guess so since otherwise the test run wouldn't come to a...
> Hello ! I would love to work on this, is the list updated ? Thanks for your interest. It certainly looks to be up to date. If you wanted...
> I was thinking of implementing 'eth_gasPrice' but as I can see @acolytec3 already has it done ? I don't think my implementation is "done". I just hacked something together...
> @acolytec3 One question, for eth_gasPrice, what should it return if the chain does not support 1559? I'd do something simple like just take the average gas price from transactions...
Or alternatively, the average gas price of transactions in our txpool if there are any but that might be too complex for something that will be seldom used.