add IPv6 localhost address to default CORS rules: sometimes localhost will resolve to IPv4, IPv6, or both, depending on the local C library and DNS server
minimise features used by RPC server crates: I tested this by compiling each RPC server crate by itself
this also requires a fix to the gateway tokio features
This PR makes two changes to RPC servers:
localhost
will resolve to IPv4, IPv6, or both, depending on the local C library and DNS servertokio
featuresCode contributor checklist: