good morning!!!!

Skip to content
Snippets Groups Projects
  1. May 20, 2019
  2. May 18, 2019
  3. May 17, 2019
  4. May 16, 2019
  5. May 15, 2019
  6. May 13, 2019
  7. May 10, 2019
  8. May 08, 2019
  9. May 07, 2019
  10. Apr 25, 2019
  11. Apr 23, 2019
    • 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
  12. Apr 17, 2019
  13. Apr 12, 2019
  14. Apr 11, 2019
    • 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
  15. Apr 10, 2019
  16. Apr 08, 2019
  17. Apr 05, 2019
  18. Apr 04, 2019
  19. Apr 02, 2019
  20. Apr 01, 2019
  21. Mar 25, 2019
  22. Mar 22, 2019
    • Louis Holbrook's avatar
      cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter (#19309) · 09924cbc
      Louis Holbrook authored
      * cmd/swarm, p2p, swarm: Enable ENR in binary/execadapter
      
      * cmd/p2p/swarm: Remove comments + config.Enode nomarshal
      
      * p2p/simulations: Remove superfluous error check
      
      * p2p/simulation: Move init enode comment
      
      * swarm/api: Check error in config test
      
      * swarm, p2p/simulations, cmd/swarm: Use nodekey in binary record sign
      
      * cmd/swarm: Make nodekey available for swarm api config
      09924cbc
  23. Mar 20, 2019
Loading