Commit Graph

14 Commits

Author SHA1 Message Date
Felix Lange 614c6dc736 EIP-778: add discussions-to link 2018-09-20 21:35:45 +02:00
Felix Lange f153a3c9d9 EIP-778: simplify ENR for v4 compatibility (#1049)
This change makes information in ENR compatible with the existing
discovery protocol:

- The default identity scheme is now called "v4" to make the name shorter.
- Node addresses are derived as the hash of the uncompressed public key.
- The "ip4" and "ip6" keys are merged into a single "ip" key which
  can hold a IPv4 or IPv6 address.
- The "discv5" key is now called "udp".
- The new "tcp" key holds the TCP port.
2018-05-02 11:14:14 -04:00
Nick Johnson 5e5687953f
Update eip-778.md 2018-04-24 11:27:38 +01:00
HsiaChiHao 18d191227f Revert "EIP-778: fix type field" (#1007) 2018-04-17 10:34:55 +01:00
Felix Lange d2b21d3dcc EIP-778: fix type field
Use "Standards Track" instead of "Standard Track" to match all other EIPs.
2018-03-27 12:20:50 +02:00
Nick Johnson 2fcf894832 Remove github banner, update footer link; fix typo in EIP-778 2018-03-23 22:09:20 +00:00
Nick Johnson 22fdb9aa7a
Update EIP-778 header to match the new format. 2018-03-23 15:36:33 +00:00
Felix Lange f80eb12f22 eip-778: fix typo 2017-12-09 23:44:30 +01:00
Felix Lange 95e28ff614 eip-778: clarify size of sequence number 2017-12-08 13:50:15 +01:00
Felix Lange fc9749ba72 eip-778: clarify size of public key 2017-12-08 13:49:43 +01:00
Felix Lange 427163cdd4 eip-778: clarify signature encoding even more 2017-12-05 15:27:16 +01:00
Felix Lange 095488a2f6 eip-778: fix date 2017-11-23 13:20:49 +01:00
Felix Lange 7aef5b609f eip-778: clarify k/v key encoding 2017-11-23 13:20:49 +01:00
Felix Lange 329591a77e eip-778: Ethereum Node Records 2017-11-23 13:20:37 +01:00