good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 26, 2021
  2. Mar 25, 2021
  3. Mar 24, 2021
  4. Mar 23, 2021
  5. Mar 22, 2021
  6. Mar 20, 2021
  7. Mar 19, 2021
  8. Mar 17, 2021
  9. Mar 16, 2021
    • Zsolt Felföldi's avatar
    • Zsolt Felföldi's avatar
      les: fix UDP connection query (#22451) · 6d9707a4
      Zsolt Felföldi 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.
      Unverified
      6d9707a4
    • Zsolt Felföldi's avatar
      les: fix UDP connection query (#22451) · 62d8022b
      Zsolt Felföldi 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.
      Unverified
      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
      Unverified
      94ab4ea3
Loading