ether-wan
ether-wan
Hello any solution ?
> his seems to be heading in the right direction Thank you! I'll look into it asap
Gm @jochem-brouwer can I work on this issue?
Here is the approach I would like to propose: The idea would be to add two new parameters in the configuration file: `rpcEngineMaxPayload` and `rpcEthMaxPayload`, which would be customizable if...
> Hey [@ether-wan](https://github.com/ether-wan), sorry I wanted to reply to this yesterday but I forgot! This is a good issue to start on and your approach looks good to me! >...
It could be interesting to refactor the main [run()](https://github.com/ethereumjs/ethereumjs-monorepo/blob/7e3d163ce479d92826a700fa632fd4529c90f67e/packages/client/bin/cli.ts#L343) entry point into 2 separate functions: **1st function**: * Fetches the CLI arguments * Generates the client config using [generateClientConfig()](https://github.com/ethereumjs/ethereumjs-monorepo/blob/7e3d163ce479d92826a700fa632fd4529c90f67e/packages/client/bin/utils.ts#L681) *...