1. 25 Apr, 2019 6 commits
  2. 23 Apr, 2019 1 commit
    • gary rong's avatar
      miner: polish miner configuration (#19480) · 6269e557
      gary rong authored
      * cmd, eth, miner: disable advance sealing if user require
      
      * cmd, console, miner, les, eth: wrap the miner config
      
      * eth: remove todo
      
      * cmd, miner: revert noadvance flag
      
      The reason for this is: if the transaction execution is even longer
      than block time, then this kind of transactions is DoS attack.
      6269e557
  3. 19 Apr, 2019 1 commit
  4. 18 Apr, 2019 2 commits
  5. 17 Apr, 2019 4 commits
  6. 16 Apr, 2019 6 commits
  7. 15 Apr, 2019 2 commits
  8. 12 Apr, 2019 3 commits
  9. 11 Apr, 2019 4 commits
    • Péter Szilágyi's avatar
      cmd/clef, signer: make fourbyte its own package, break dep cycle (#19450) · d5af3a58
      Péter Szilágyi authored
      * cmd/clef, signer: make fourbytes its own package, break dep cycle
      
      * signer/fourbyte: pull in a sanitized 4byte database
      d5af3a58
    • Ferenc Szabo's avatar
      cmd/swarm: fix resource leaks in tests (#19443) · 26b50e3e
      Ferenc Szabo authored
      * swarm/api: fix file descriptor leak in NewTestSwarmServer
      
      Swarm storage (localstore) was not closed. That resulted a
      "too many open files" error if `TestClientUploadDownloadRawEncrypted`
      was run with `-count 1000`.
      
      * cmd/swarm: speed up StartNewNodes() by parallelization
      
      Reduce cluster startup time from 13s to 7s.
      
      * swarm/api: disable flaky TestClientUploadDownloadRawEncrypted with -race
      
      * swarm/storage: disable flaky TestLDBStoreCollectGarbage (-race)
      
      With race detection turned on the disabled cases often fail with:
      "ldbstore_test.go:535: expected surplus chunk 150 to be missing, but got no error"
      
      * cmd/swarm: fix process leak in TestACT and TestSwarmUp
      
      Each test run we start 3 nodes, but we did not terminate them. So
      those 3 nodes continued eating up 1.2GB (3.4GB with -race) after test
      completion.
      
      6b6c4d1c changed how we start clusters
      to speed up tests. The changeset merged together test cases
      and introduced a global cluster. But "forgot" about termination.
      
      Let's get rid of "global cluster" so we have a clear owner of
      termination (some time sacrifice), while leaving subtests to use the
      same cluster.
      26b50e3e
    • Martin Holst Swende's avatar
      cmd/clef: bundle 4byte db into clef, (#19112) · 54dfce8a
      Martin Holst Swende authored
      * clef: bundle 4byte db into clef, fix #19048
      
      * clef: add go-generate directive, remove internal abidb parser tool
      
      * cmd/clef: extend go generate to format asset file
      54dfce8a
    • Maxim Krasilnikov's avatar
      metrics/prometheus: expose metrics in prometheus format too (#17077) · 31bc2a24
      Maxim Krasilnikov authored
      * metrics/prometheus: added prometheus http server and metrics collector
      
      * metrics/prometheus: minor cleanups
      
      * metrics/prometheus: named keys instead name in tag
      
      * metrics/prometheus: minor typo cleanups, sorted report
      31bc2a24
  10. 10 Apr, 2019 8 commits
  11. 09 Apr, 2019 3 commits