good morning!!!!

Skip to content
Snippets Groups Projects
  1. Dec 03, 2020
  2. Dec 01, 2020
  3. Nov 30, 2020
  4. Nov 25, 2020
  5. Nov 24, 2020
  6. Nov 19, 2020
  7. Nov 18, 2020
  8. Nov 17, 2020
  9. Nov 13, 2020
  10. Nov 04, 2020
    • rene's avatar
      cmd/devp2p/internal/ethtest: add correct chain files and improve test output (#21782) · 36bb7ac0
      rene authored
      
      This PR replaces the old test genesis.json and chain.rlp files in the testdata
      directory for the eth protocol test suite, and also adds documentation for
      running the eth test suite locally.
      
      It also improves the test output text and adds more timeouts.
      
      Co-authored-by: default avatarFelix Lange <fjl@twurst.com>
      36bb7ac0
    • Felix Lange's avatar
      cmd/devp2p, internal/utesting: implement TAP output (#21760) · 5d20fbbb
      Felix Lange authored
      TAP is a text format for test results. Parsers for it are available in many languages,
      making it easy to consume. I want TAP output from our protocol tests because the
      Hive wrapper around them needs to know about the test names and their individual
      results and logs. It would also be possible to just write this info as JSON, but I don't
      want to invent a new format.
      
      This also improves the normal console output for tests (when running without --tap).
      It now prints -- RUN lines before any output from the test, and indents the log output
      by one space.
      5d20fbbb
  11. Oct 26, 2020
  12. Oct 23, 2020
  13. Oct 20, 2020
  14. Oct 14, 2020
  15. Oct 13, 2020
  16. Oct 07, 2020
  17. Oct 05, 2020
  18. Sep 29, 2020
  19. Sep 24, 2020
  20. Sep 23, 2020
  21. Sep 22, 2020
  22. Sep 16, 2020
  23. Sep 14, 2020
    • Zsolt Felföldi's avatar
      les, les/lespay/server: refactor client pool (#21236) · 4996fce2
      Zsolt Felföldi authored
      
      * les, les/lespay/server: refactor client pool
      
      * les: use ns.Operation and sub calls where needed
      
      * les: fixed tests
      
      * les: removed active/inactive logic from peerSet
      
      * les: removed active/inactive peer logic
      
      * les: fixed linter warnings
      
      * les: fixed more linter errors and added missing metrics
      
      * les: addressed comments
      
      * cmd/geth: fixed TestPriorityClient
      
      * les: simplified clientPool state machine
      
      * les/lespay/server: do not use goroutine for balance callbacks
      
      * internal/web3ext: fix addBalance required parameters
      
      * les: removed freeCapacity, always connect at minCapacity initially
      
      * les: only allow capacity change with priority status
      
      Co-authored-by: default avatarrjl493456442 <garyrong0905@gmail.com>
      4996fce2
  24. Sep 10, 2020
  25. Sep 09, 2020
  26. Sep 08, 2020
  27. Aug 21, 2020
  28. Aug 19, 2020
  29. Aug 14, 2020
  30. Aug 06, 2020
Loading