plugeth/cmd
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
..
abigen
bootnode
checkpoint-admin
clef
devp2p p2p/dnsdisc: add implementation of EIP-1459 (#20094) 2019-09-25 11:38:13 +02:00
ethkey
evm cmd/evm: make evm default to all ethash protocol changes 2019-09-13 22:32:20 +02:00
faucet
geth core: remove unused gas return in ApplyTransaction (#20065) 2019-09-12 22:22:22 +03:00
p2psim
puppeth
rlpdump
utils
wnode