a16z / helios

A fast, secure, and portable light client for Ethereum
MIT License
1.81k stars 274 forks source link

Exposing rpc_bind_ip on ClientBuilder #300

Closed rkreutz closed 11 months ago

rkreutz commented 11 months ago

Hello,

while updating HeliosKit I've noticed that rpc_bind_ip is not accessible from ClientBuilder, only way to inject it into the builder would be to serialise the config with the binding IP which might be cumbersome, exposing it directly through the builder makes it easier to override.