1. 16 May, 2023 3 commits
  2. 15 May, 2023 1 commit
  3. 12 May, 2023 2 commits
  4. 11 May, 2023 7 commits
  5. 10 May, 2023 3 commits
  6. 09 May, 2023 4 commits
  7. 08 May, 2023 3 commits
  8. 05 May, 2023 3 commits
  9. 04 May, 2023 1 commit
  10. 03 May, 2023 1 commit
  11. 02 May, 2023 7 commits
  12. 28 Apr, 2023 3 commits
    • ucwong's avatar
      p2p/discover : typo (#27193) · a865e28f
      ucwong authored
      a865e28f
    • ucwong's avatar
      eth/ethconfig: go fmt (#27194) · c387186f
      ucwong authored
      c387186f
    • Felix Lange's avatar
      p2p/discover: concurrent TALKREQ handling (#27112) · 47cdea5a
      Felix Lange authored
      This changes TALKREQ message processing to run the handler on separate goroutine,
      instead of running on the main discv5 dispatcher goroutine. It's better this way because
      it allows the handler to perform blocking actions.
      
      I'm also adding a new method TalkRequestToID here. The method allows implementing
      a request flow where one node A sends TALKREQ to another node B, and node B later
      sends a TALKREQ back. With TalkRequestToID, node B does not need the ENR of A to
      send its request.
      47cdea5a
  13. 27 Apr, 2023 1 commit
  14. 26 Apr, 2023 1 commit