1. 07 Aug, 2020 2 commits
  2. 06 Aug, 2020 5 commits
  3. 05 Aug, 2020 3 commits
  4. 04 Aug, 2020 4 commits
  5. 03 Aug, 2020 4 commits
  6. 31 Jul, 2020 1 commit
  7. 30 Jul, 2020 1 commit
  8. 29 Jul, 2020 5 commits
  9. 28 Jul, 2020 6 commits
  10. 27 Jul, 2020 3 commits
  11. 24 Jul, 2020 6 commits
    • 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
    • rjl493456442's avatar
      core: fix heartbeat in txpool · 5413df1d
      rjl493456442 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: 's avatarPéter Szilágyi <peterke@gmail.com>
      10592218