1. 16 Oct, 2019 1 commit
  2. 15 Oct, 2019 1 commit
    • 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
  3. 03 Oct, 2019 2 commits
  4. 02 Oct, 2019 3 commits
  5. 30 Sep, 2019 2 commits
  6. 27 Sep, 2019 1 commit
  7. 26 Sep, 2019 6 commits
  8. 25 Sep, 2019 2 commits
    • 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.
      0568e817
    • gary rong's avatar
      les: fix checkpoint sync (#20120) · 32b07e8b
      gary rong authored
      32b07e8b
  9. 24 Sep, 2019 3 commits
  10. 23 Sep, 2019 1 commit
  11. 20 Sep, 2019 3 commits
  12. 19 Sep, 2019 10 commits
  13. 18 Sep, 2019 2 commits
  14. 17 Sep, 2019 3 commits