1. 09 May, 2023 2 commits
    • ucwong's avatar
      miner: initialize maps with capacity (#27228) · c7985076
      ucwong authored
      * miner : initialize maps with known size
      
      * miner:some reverts
      c7985076
    • rjl493456442's avatar
      all: port boring changes from pbss (#27176) · 5021d36d
      rjl493456442 authored
      * all: port boring changes from pbss
      
      * core, trie: address comments from martin
      
      * trie: minor fixes
      
      * core/rawdb: update comment
      
      * core, eth, tests, trie: address comments
      
      * tests, trie: add extra check when update trie database
      
      * trie/triedb/hashdb: degrade the error to warning
      5021d36d
  2. 08 May, 2023 3 commits
  3. 05 May, 2023 3 commits
  4. 04 May, 2023 1 commit
  5. 03 May, 2023 1 commit
  6. 02 May, 2023 7 commits
  7. 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
  8. 27 Apr, 2023 1 commit
  9. 26 Apr, 2023 5 commits
  10. 25 Apr, 2023 5 commits
  11. 24 Apr, 2023 2 commits
  12. 21 Apr, 2023 2 commits
  13. 20 Apr, 2023 5 commits