good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 06, 2022
    • battlmonstr's avatar
      CI: more caching (#4083) · bc43a3f3
      battlmonstr authored
      Cache "go-build" containing cached build artifacts from the Go build system.
      This saves up to:
        - 6 min on Linux (from 10 min to 4 min)
        - 3 min on macOS  (from 13 min to 10 min)
        - 7 min on Windows (from 27 min to 20 min)
      
      Cache Windows deps (mingw, cmake).
      This saves 6,5 min on Windows builds (from 20 min to 13,5 min)
      bc43a3f3
  2. May 05, 2022
  3. May 04, 2022
  4. May 03, 2022
  5. May 02, 2022
  6. May 01, 2022
  7. Apr 30, 2022
  8. Apr 29, 2022
  9. Apr 28, 2022
    • battlmonstr's avatar
      p2p: crawler-friendly handshake (#3982) · bc2e9e7b
      battlmonstr authored
      * exchange RLPx Hello even when maxpeers limit is reached
      * bump MaxPendingPeers to increase the default handshake queue
        (and the likelyhood of Hello exchange)
      bc2e9e7b
Loading