good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jul 14, 2019
  2. Jun 26, 2019
  3. Jun 21, 2019
  4. Jun 15, 2019
  5. Jun 13, 2019
  6. Jun 09, 2019
  7. Jun 08, 2019
  8. Jun 07, 2019
    • Felix Lange's avatar
      vendor: remove unused dependencies (#19683) · afb9e651
      Felix Lange authored
      * vendor: remove unused dependencies
      
      These were used by swarm code, which has now migrated to its own repository.
      
      * travis.yml: remove sudo requirement for test builders
      
      These needed sudo to run FUSE tests for swarm.
      afb9e651
    • Felix Lange's avatar
      p2p/enode: improve IPv6 support, add ENR text representation (#19663) · e83c3ccc
      Felix Lange authored
      * p2p/enr: add entries for for IPv4/IPv6 separation
      
      This adds entry types for "ip6", "udp6", "tcp6" keys. The IP type stays
      around because removing it would break a lot of code and force everyone
      to care about the distinction.
      
      * p2p/enode: track IPv4 and IPv6 address separately
      
      LocalNode predicts the local node's UDP endpoint and updates the record.
      This change makes it predict IPv4 and IPv6 endpoints separately since
      they can now be in the record at the same time.
      
      * p2p/enode: implement base64 text format
      * all: switch to enode.Parse(...)
      
      This allows passing base64-encoded node records to all the places that
      previously accepted enode:// URLs. The URL format is still supported.
      
      * cmd/bootnode, p2p: log node URL instead of ENR
      
      ...and return the base64 record in NodeInfo.
      e83c3ccc
    • Felix Lange's avatar
      cmd/devp2p: add devp2p debug tool (#19657) · 896322bf
      Felix Lange authored
      * p2p/discover: export Ping and RequestENR
      
      These two are useful for checking the status of a node.
      
      * cmd/devp2p: add devp2p debug tool
      
      This is a new tool for debugging p2p issues. It supports a few
      basic tasks for now, but many more things can and will be added
      in the near future.
      
         devp2p enrdump            -- prints ENRs readably
         devp2p discv4 ping        -- checks if a node is up
         devp2p discv4 requestenr  -- gets a node's record
         devp2p discv4 resolve     -- finds a node through the DHT
      896322bf
    • Guillaume Ballet's avatar
      1b15c6da
    • Péter Szilágyi's avatar
      Merge pull request #19681 from karalabe/fix-libusb-docker · ce43c236
      Péter Szilágyi authored
      vendor: pull in USB fix for docker (alpine/musl)
      ce43c236
    • Péter Szilágyi's avatar
      9805288c
  9. Jun 06, 2019
  10. Jun 05, 2019
  11. Jun 04, 2019
  12. Jun 03, 2019
  13. May 31, 2019
  14. May 30, 2019
  15. May 28, 2019
Loading