good morning!!!!

Skip to content
Snippets Groups Projects
  1. Aug 12, 2020
  2. Aug 11, 2020
  3. Aug 10, 2020
  4. Aug 08, 2020
  5. Aug 07, 2020
    • Martin Holst Swende's avatar
      eth/downloader: refactor downloader + queue (#21263) · e3e00089
      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>
      # Conflicts:
      #	eth/downloader/downloader.go
      #	eth/downloader/downloader_test.go
      #	eth/downloader/queue.go
      #	eth/downloader/statesync.go
      #	eth/fetcher/block_fetcher.go
      e3e00089
    • Péter Szilágyi's avatar
      params: release Geth v1.9.18 · f80fee94
      Péter Szilágyi authored
      # Conflicts:
      #	params/version.go
      f80fee94
    • gary rong's avatar
      params: upgrade CHTs (#21376) · 5f15f68a
      gary rong authored
      5f15f68a
    • rjl493456442's avatar
      core: fix heartbeat in txpool · b702eee5
      rjl493456442 authored
      core: address comment
      
      # Conflicts:
      #	core/tx_pool.go
      b702eee5
    • villanuevawill's avatar
      core: fix queued transaction eviction · 18ef3d01
      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
      
      # Conflicts:
      #	core/tx_pool.go
      18ef3d01
    • Felix Lange's avatar
      mobile: fix build on iOS (#21362) · 150bfa38
      Felix Lange authored
      This fixes the iOS framework build by naming the second parameter of the
      Signer interface method. The name is important because it becomes part
      of the objc method signature.
      
      Fixes #21340
      # Conflicts:
      #	mobile/bind.go
      150bfa38
    • Felix Lange's avatar
      f70e4e8c
    • meowsbits's avatar
      cmd/utils: implement configurable developer (--dev) account options (#21301) · dd3e143b
      meowsbits authored
      
      * geth,utils: implement configurable developer account options
      
      Prior to this change --dev (developer) mode
      generated one account with an empty password,
      irrespective of existing --password and --miner.etherbase
      options.
      
      This change makes --dev mode compatible with these
      existing flags.
      
      --dev mode may now be used in conjunction with
      --password and --miner.etherbase flags to configure
      the developer faucet using an existing keystore or
      in creating a new account.
      
      Signed-off-by: default avatarmeows <b5c6@protonmail.com>
      
      * main: remove key/pass flags from usage developer section
      
      These flags are included already in other sections,
      and it is not desired to duplicate them.
      
      They were originally included in this section
      along with added support for these flags in the
      developer mode.
      
      Signed-off-by: default avatarmeows <b5c6@protonmail.com>
      dd3e143b
    • Péter Szilágyi's avatar
      cmd/utils: reuse existing genesis in persistent dev mode · a61131df
      Péter Szilágyi authored
      # Conflicts:
      #	cmd/utils/flags.go
      a61131df
    • Sammy Libre's avatar
    • Binacs's avatar
      les: make clientPool.connectedBias configurable (#21305) · 390f3404
      Binacs authored
      # Conflicts:
      #	les/api.go
      #	les/clientpool.go
      #	les/clientpool_test.go
      390f3404
    • gary rong's avatar
      accounts, internal: fix funding check when estimating gas (#21346) · 9797148f
      gary rong authored
      * internal, accounts: fix funding check when estimate gas
      
      * accounts, internal: address comments
      # Conflicts:
      #	accounts/abi/bind/backends/simulated.go
      9797148f
Loading