good morning!!!!

Skip to content
Snippets Groups Projects
  1. Sep 21, 2021
  2. Sep 17, 2021
  3. Sep 15, 2021
  4. Aug 31, 2021
  5. Aug 25, 2021
  6. Aug 24, 2021
  7. Aug 20, 2021
  8. Aug 03, 2021
  9. Jul 07, 2021
  10. Jun 29, 2021
  11. May 27, 2021
  12. May 25, 2021
    • rene's avatar
      cmd/devp2p: refactor eth test suite (#22843) · 49bde05a
      rene authored
      This PR refactors the eth test suite to make it more readable and
      easier to use. Some notable differences:
      
      - A new file helpers.go stores all of the methods used between
        both eth66 and eth65 and below tests, as well as methods shared
        among many test functions.
      - suite.go now contains all of the test functions for both eth65
        tests and eth66 tests.
      - The utesting.T object doesn't get passed through to other helper methods,
        but is instead only used within the scope of the test function,
        whereas helper methods return errors, so only the test function
        itself can fatal out in the case of an error.
      - The full test suite now only takes 13.5 seconds to run.
      49bde05a
  13. May 05, 2021
  14. Apr 30, 2021
  15. Apr 28, 2021
  16. Apr 23, 2021
  17. Apr 19, 2021
  18. Mar 26, 2021
    • Felix Lange's avatar
      cmd/devp2p: update to newer cloudflare API client (#22588) · 27056f62
      Felix Lange authored
      This upgrades the cloudflare client dependency to v0.14.0. The new
      version changes the API because all methods now require a context
      parameter. This change also reduces the log level of the 'Skipping...'
      message to debug, following a similar change in the AWS deployer.
      27056f62
  19. Mar 25, 2021
    • Felix Lange's avatar
      cmd/devp2p: fix comparison of TXT record value (#22572) · bed74b38
      Felix Lange authored
      * cmd/devp2p: fix comparison of TXT record value
      
      The AWS API returns quoted DNS strings, so we must encode the new value
      before comparing it against the existing record content.
      
      * cmd/devp2p: add test
      
      * cmd/devp2p: fix typo and rename val -> newValue
      bed74b38
  20. Mar 24, 2021
    • Felix Lange's avatar
      cmd/devp2p: skip ENR field tails properly in nodeset filter (#22565) · 5129cdc4
      Felix Lange authored
      In Geth v1.10, we changed the structure of the "les" ENR entry. As a result, the DHT crawler that creates the DNS lists
      no longer recognizes the les nodes, which is fixed in this commit. 
      
      * cmd/devp2p: skip ENR field tails properly in nodeset filter
      * cmd/devp2p: fix tail decoder for snap as well
      * les: fix tail decoding in "eth" ENR entry
      5129cdc4
  21. Mar 20, 2021
  22. Mar 19, 2021
  23. Mar 13, 2021
  24. Feb 25, 2021
  25. Feb 16, 2021
  26. Feb 11, 2021
  27. Dec 03, 2020
  28. Nov 30, 2020
  29. Nov 25, 2020
  30. Nov 24, 2020
    • Marius van der Wijden's avatar
      cmd/devp2p/internal/ethtest: add 'large announcement' tests (#21792) · 59b480ab
      Marius van der Wijden authored
      * cmd/devp2p/internal/ethtest: added large announcement tests
      
      * cmd/devp2p/internal/ethtest: added large announcement tests
      
      * cmd/devp2p/internal/ethtest: refactored stuff a bit
      
      * cmd/devp2p/internal/ethtest: added TestMaliciousStatus/Handshake
      
      * cmd/devp2p/internal/ethtest: fixed rebasing issue
      
      * happy linter, happy life
      
      * cmd/devp2p/internal/ethtest: used readAndServe
      
      * stuff
      
      * cmd/devp2p/internal/ethtest: fixed test cases
      59b480ab
  31. Nov 13, 2020
  32. Nov 04, 2020
Loading