1. 26 Mar, 2021 3 commits
  2. 25 Mar, 2021 5 commits
  3. 24 Mar, 2021 4 commits
  4. 23 Mar, 2021 2 commits
  5. 22 Mar, 2021 6 commits
  6. 20 Mar, 2021 3 commits
  7. 19 Mar, 2021 12 commits
  8. 17 Mar, 2021 1 commit
  9. 16 Mar, 2021 4 commits
    • Felföldi Zsolt's avatar
    • Felföldi Zsolt's avatar
      les: fix UDP connection query (#22451) · 6d9707a4
      Felföldi Zsolt authored
      This PR fixes multiple issues with the UDP connection pre-negotiation feature:
      - the enable condition was wrong (it checked the existence of the DiscV5 struct where it wasn't initialized yet, disabling the feature even if discv5 was enabled)
      - the server pool queried already connected nodes when the discovery iterators returned them again
      - servers responded positively before they were synced and really willing to accept connections
      
      Metrics are also added on the server side that count the positive and negative replies to served connection queries.
      6d9707a4
    • Felföldi Zsolt's avatar
      les: fix UDP connection query (#22451) · 62d8022b
      Felföldi Zsolt authored
      This PR fixes multiple issues with the UDP connection pre-negotiation feature:
      
      - the enable condition was wrong (it checked the existence of the DiscV5 struct where it wasn't initialized yet, disabling the feature even if discv5 was enabled)
      - the server pool queried already connected nodes when the discovery iterators returned them again
      - servers responded positively before they were synced and really willing to accept connections
      
      Metrics are also added on the server side that count the positive and negative replies to served connection queries.
      62d8022b
    • Martin Holst Swende's avatar
      core/rawdb: fix transaction indexing/unindexing hashing error (#22457) · 94ab4ea3
      Martin Holst Swende authored
      * core/rawdb: more verbose error logs + better hashing
      
      * core/rawdb: add failing testcase
      
      * core/rawdb: properly hash transactions while indexing/unindexing
      
      * core/rawdb: exit on error + better log msg
      94ab4ea3