You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by GitBox <gi...@apache.org> on 2020/03/02 06:56:54 UTC

[GitHub] [incubator-tuweni] atoulme opened a new issue #59: DNS discovery

atoulme opened a new issue #59: DNS discovery
URL: https://github.com/apache/incubator-tuweni/issues/59
 
 
   [EIP-1459](https://eips.ethereum.org/EIPS/eip-1459) introduces a novel way to store information about records in a cryptographically verified tree of records as TXT DNS records, to be hosted under one or more domains.
   
   
   
   Motivation
   DNS is the most performant distributed system in the world. Right now, p2p systems use direct UDP connections to transmit metadata information to perform discovery.
   
   By relying on DNS, the systems become more reliable, less open to eclipse attacks. This requires trusting the authority which updated the DNS record, and to know which DNS record to look up for. This can be considered an acceptable tradeoff.
   
   Scope of work
   Implement reading the ENRs from a DNS record.
   
   Implement keeping up to date with DNS to update when the tree is modified.
   
   Implement writing a set of DNS TXT records according to the logic.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] atoulme closed issue #59: DNS discovery

Posted by GitBox <gi...@apache.org>.
atoulme closed issue #59:
URL: https://github.com/apache/incubator-tuweni/issues/59


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] atoulme commented on issue #59: DNS discovery

Posted by GitBox <gi...@apache.org>.
atoulme commented on issue #59:
URL: https://github.com/apache/incubator-tuweni/issues/59#issuecomment-653910295


   Going to close, as writing DNS entries is low priority at this time.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org


[GitHub] [incubator-tuweni] atoulme commented on issue #59: DNS discovery

Posted by GitBox <gi...@apache.org>.
atoulme commented on issue #59:
URL: https://github.com/apache/incubator-tuweni/issues/59#issuecomment-636393161


   This has been delivered and is now in master. More follow-ups required to support writes, and a less hacky read.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tuweni.apache.org
For additional commands, e-mail: dev-help@tuweni.apache.org