good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 07, 2020
  2. Aug 06, 2020
  3. Aug 05, 2020
  4. Aug 04, 2020
  5. Aug 03, 2020
  6. Jul 31, 2020
  7. Jul 30, 2020
  8. Jul 29, 2020
  9. Jul 28, 2020
  10. Jul 27, 2020
  11. Jul 24, 2020
    • Péter Szilágyi's avatar
      Merge pull request #21368 from holiman/update_uint256 · e997f92c
      Péter Szilágyi authored
      deps: update uint256 to v1.1.1
      e997f92c
    • Martin Holst Swende's avatar
      deps: update uint256 to v1.1.1 · 56434bfa
      Martin Holst Swende authored
      56434bfa
    • Péter Szilágyi's avatar
      Merge pull request #21300 from rjl493456442/txpool-fix-queued-evictions · 6793ffa1
      Péter Szilágyi authored
      core: fix queued transaction eviction
      6793ffa1
    • Gary Rong's avatar
      core: fix heartbeat in txpool · 5413df1d
      Gary Rong authored
      core: address comment
      5413df1d
    • villanuevawill's avatar
      core: fix queued transaction eviction · c3744474
      villanuevawill authored
      Solves issue#20582. Non-executable transactions should not be evicted on each tick if there are no promote transactions or if a pending/reset empties the pending list. Tests and logging expanded to handle these cases in the future.
      
      core/tx_pool: use a ts for each tx in the queue, but only update the heartbeat on promotion or pending replaced
      
      queuedTs proper naming
      c3744474
    • Martin Holst Swende's avatar
      eth/downloader: refactor downloader + queue (#21263) · 10592218
      Martin Holst Swende authored
      
      * eth/downloader: refactor downloader + queue
      
      downloader, fetcher: throttle-metrics, fetcher filter improvements, standalone resultcache
      
      downloader: more accurate deliverytime calculation, less mem overhead in state requests
      
      downloader/queue: increase underlying buffer of results, new throttle mechanism
      
      eth/downloader: updates to tests
      
      eth/downloader: fix up some review concerns
      
      eth/downloader/queue: minor fixes
      
      eth/downloader: minor fixes after review call
      
      eth/downloader: testcases for queue.go
      
      eth/downloader: minor change, don't set progress unless progress...
      
      eth/downloader: fix flaw which prevented useless peers from being dropped
      
      eth/downloader: try to fix tests
      
      eth/downloader: verify non-deliveries against advertised remote head
      
      eth/downloader: fix flaw with checking closed-status causing hang
      
      eth/downloader: hashing avoidance
      
      eth/downloader: review concerns + simplify resultcache and queue
      
      eth/downloader: add back some locks, address review concerns
      
      downloader/queue: fix remaining lock flaw
      
      * eth/downloader: nitpick fixes
      
      * eth/downloader: remove the *2*3/4 throttling threshold dance
      
      * eth/downloader: print correct throttle threshold in stats
      
      Co-authored-by: default avatarPéter Szilágyi <peterke@gmail.com>
      10592218
Loading