1. 08 May, 2023 2 commits
    • joohhnnn's avatar
      cmd/geth: rename variable 'extapi' (#27223) · 7ac08ba4
      joohhnnn authored
      rename parameter
      
      In this case, the naming of "extapi" might create some confusion. Although it represents an External Signer Backend, its name could be mistaken for an API. In reality, it is a backend instance used for communicating with external signers. A better naming choice could be "extBackend" or "externalBackend" to more accurately describe that it is a backend instance rather than an API.
      7ac08ba4
    • ucwong's avatar
      core/state: initialize maps with known size (#27222) · cc8d40c6
      ucwong authored
      * core/state : fix map size avoid resizing
      
      * core/state : fixed size
      cc8d40c6
  2. 05 May, 2023 3 commits
  3. 04 May, 2023 1 commit
  4. 03 May, 2023 1 commit
  5. 02 May, 2023 7 commits
  6. 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
  7. 27 Apr, 2023 1 commit
  8. 26 Apr, 2023 5 commits
  9. 25 Apr, 2023 5 commits
  10. 24 Apr, 2023 2 commits
  11. 21 Apr, 2023 2 commits
  12. 20 Apr, 2023 5 commits
  13. 19 Apr, 2023 2 commits
  14. 18 Apr, 2023 1 commit