plugeth/vendor/golang.org/x
Felix Lange 0568e81701
p2p/dnsdisc: add implementation of EIP-1459 (#20094)
This adds an implementation of node discovery via DNS TXT records to the
go-ethereum library. The implementation doesn't match EIP-1459 exactly,
the main difference being that this implementation uses separate merkle
trees for tree links and ENRs. The EIP will be updated to match p2p/dnsdisc.

To maintain DNS trees, cmd/devp2p provides a frontend for the p2p/dnsdisc
library. The new 'dns' subcommands can be used to create, sign and deploy DNS
discovery trees.
2019-09-25 11:38:13 +02:00
..
crypto vendor: update the entire golang.org/x/crypto dependency 2019-01-04 09:26:07 +02:00
net vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966) 2019-07-23 15:06:44 +03:00
sync whisper: use syncmap for dynamic configuration options 2017-06-21 11:15:47 +02:00
sys vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966) 2019-07-23 15:06:44 +03:00
text vendor, internal/build: fix OpenBSD by bumping Azure libs (#17966) 2019-07-23 15:06:44 +03:00
time p2p/dnsdisc: add implementation of EIP-1459 (#20094) 2019-09-25 11:38:13 +02:00