Skip to content
Snippets Groups Projects
Select Git revision
  • ForHermes
  • master default protected
  • gh-pages
  • release/1.9
  • ChrisChinchilla-patch-3
  • ChrisChinchilla-patch-1
  • release/1.8
  • release/1.7
  • release/1.6
  • release/1.5
  • release/1.4
  • release/1.3.6
  • release/1.3.5
  • release/1.3.4
  • release/1.3.3
  • release/1.3.2
  • release/1.3.0
  • release/1.1.0
  • release/1.0.1
  • release/1.2.1
  • v1.9.30
  • v1.9.21
  • v1.9.20
  • v1.9.19
  • v1.9.18
  • v1.9.17
  • v1.9.16
  • v1.9.15
  • v1.9.14
  • v1.9.13
  • v1.9.12
  • v1.9.11
  • v1.9.10
  • v1.9.9
  • v1.9.8
  • v1.9.7
  • v1.9.6
  • v1.9.5
  • v1.9.4
  • v1.9.3
40 results

doc.go

  • Felix Lange's avatar
    0568e817
    p2p/dnsdisc: add implementation of EIP-1459 (#20094) · 0568e817
    Felix Lange authored
    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.
    p2p/dnsdisc: add implementation of EIP-1459 (#20094)
    Felix Lange authored
    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.