good morning!!!!

Skip to content
Snippets Groups Projects
  1. Oct 31, 2019
  2. Oct 30, 2019
  3. Oct 29, 2019
  4. Oct 28, 2019
  5. Oct 24, 2019
  6. Oct 21, 2019
  7. Oct 20, 2019
  8. Oct 18, 2019
  9. Oct 17, 2019
  10. Oct 16, 2019
  11. Oct 15, 2019
    • Gary Rong's avatar
      cmd/utils: fix command line flag resolve (#20167) · 028af345
      Gary Rong authored
      In Geth, we have two sources for configuration:
      (1) Config file
      (2) Command line flag
      
      Basically geth will first resolve config file and then overwrite
      configs with command line flags.
      
      This issue is: geth should only overwrite configs if flags are truly
      set. So before we apply any flag to configs, `GlobalIsSet` check
      is necessary.
      028af345
  12. Oct 03, 2019
  13. Oct 02, 2019
  14. Sep 30, 2019
  15. Sep 27, 2019
  16. Sep 26, 2019
  17. Sep 25, 2019
    • Felix Lange's avatar
      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.
Loading