-
Notifications
You must be signed in to change notification settings - Fork 20.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swarm: Need support for multiple geth endpoints (for ENS, SWAP, SWEAR...) #14386
Comments
We should also be able to split ENS into multiple endpoints depending on the tld. so perhaps we should have |
I recommend an ens-api flag syntax and interface design.
Endpoints are enode-style urls:
ens-endpoints is a semicolon-separated list of
When domains are resolved, the registered endpoints are used, top level domains can define their own sequence of ENS registry addresses. The contract address is before the @ sign in the url. |
So I actually recommend using the config file as the primary way to configure these endpoints. |
swarm: repeated --ens-api CLI flag (#14386)
Implement a CLI flag that can be repeated to allow multiple ENS resolvers for different TLDs.
closing this issue.| |
Implement a CLI flag that can be repeated to allow multiple ENS resolvers for different TLDs.
Currently swarm is in testing -- we are using ropsten for all blockchain interactions. Interaction with the blockchain happens via the
--ethapi /path/to/geth.ipc
flag.Once ENS is deployed, we will want to be able to register swarm assets in the ENS on mainnet and we will also want to continue testing components such as SWAP or SWEAR on the testnet. As a result we will need support for multiple geth.ipc endpoints.
Suggestion:
Allow the
--ethapi
flag to be superseded by--ens-api
,--swap-api
and--swear-swindle-api
.The text was updated successfully, but these errors were encountered: