Commit graph

  • 0bedf1c376 Merge pull request #918 from obscuren/cpu_miner_fixes Jeffrey Wilcke 2015-05-11 12:11:27 -0700
  • 6a19378d0a double put fixed zelig 2015-05-11 19:55:53 +0200
  • a6818c4300 kademlia: added callback on short bucket + tests zelig 2015-05-11 19:55:06 +0200
  • 436b22e1ac Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-05-11 19:49:11 +0200
  • 6746fbd06c Created separate uncached version of database.go for bzz zsfelfoldi 2015-05-11 19:47:53 +0200
  • d57c475889 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-11 19:02:50 +0200
  • 0fe3abfa86 common/kademlia first stab, tests pass zelig 2015-05-11 15:25:54 +0200
  • 05c64815b7 Increased disk capacity to 20G Daniel A. Nagy 2015-05-11 18:24:20 +0200
  • 345af05f09 fmt import removed Daniel A. Nagy 2015-05-11 17:40:43 +0200
  • 9db8b3df1e Re-introduced Swarm and Swarm http proxy into geth. Daniel A. Nagy 2015-05-11 17:39:25 +0200
  • 48bd48876c eth, eth/downloader: moved pending queue error message to debug obscuren 2015-05-11 17:27:34 +0200
  • 21e52efdfe cmd/geth, miner, backend, xeth: Fixed miner threads to be settable obscuren 2015-05-11 15:43:14 +0200
  • 064cf16099 eth/downloader: use count instead of peers, clearer Péter Szilágyi 2015-05-11 17:06:42 +0300
  • d37a2559b9 eth/downloader: revert to demotion, use harsher penalty Péter Szilágyi 2015-05-11 16:47:58 +0300
  • 70c65835f4 eth/downloader: fix #910, thread safe peers & polishes Péter Szilágyi 2015-05-11 14:26:20 +0300
  • 59bc541232 Merge pull request #915 from karalabe/downloader-threading-fixes Jeffrey Wilcke 2015-05-11 08:16:37 -0700
  • fe7e284709 Merge pull request #920 from tgerring/issue917 Jeffrey Wilcke 2015-05-11 07:43:56 -0700
  • 0329e05823 Merge pull request #914 from ethersphere/develop Jeffrey Wilcke 2015-05-11 07:43:43 -0700
  • 8e77f81586 Return 32-byte hashes from GetWork Taylor Gerring 2015-05-11 10:11:33 -0400
  • fa53c5e074 eth/downloader: use count instead of peers, clearer Péter Szilágyi 2015-05-11 17:06:42 +0300
  • 51d4566cbf Only allow doSign to sign hashes, enforced by using the type common.Hash Daniel A. Nagy 2015-05-11 15:54:19 +0200
  • ebbd8b0743 eth/downloader: revert to demotion, use harsher penalty Péter Szilágyi 2015-05-11 16:47:58 +0300
  • 49559e6d5e Interactive signature creation refactored into separate doSign function. Daniel A. Nagy 2015-05-11 15:46:18 +0200
  • 685862d2ce eth/downloader: fix #910, thread safe peers & polishes Péter Szilágyi 2015-05-11 14:26:20 +0300
  • 7aa3ff6ae5 Merge branch 'develop' into bzz Daniel A. Nagy 2015-05-11 12:48:57 +0200
  • a9e1d38612 Merge branch 'develop' of github.com:ethereum/go-ethereum into develop Daniel A. Nagy 2015-05-11 12:47:14 +0200
  • 5176fbc6fa Merge pull request #908 from obscuren/develop Jeffrey Wilcke 2015-05-11 02:59:35 -0700
  • 6ecba12650 miner: added log message for mining operation. #912 obscuren 2015-05-11 11:36:09 +0200
  • 3c6c891680 core: optimise pending transaction processing obscuren 2015-05-11 01:28:15 +0200
  • df323cdb4e rpc: display error message to stdout obscuren 2015-05-11 01:24:40 +0200
  • a2919b5e17 core, eth, miner: improved tx removal & fatal error on db sync err obscuren 2015-05-10 23:12:18 +0200
  • 6674ea8d67 Merge pull request #911 from karalabe/whisper-graceful-fail Jeffrey Wilcke 2015-05-11 02:29:27 -0700
  • 0ad5898c0f rpc, xeth: fix #881, gracefully handle offline whisper Péter Szilágyi 2015-05-11 11:53:53 +0300
  • 9c3d5a744f make tests pass * get rid of old blockpool test helper dependency * adapt rlp.NewStream to take limit arg * FIXME: temporarily skip failing dpa tests * protocol uses glog, peer no longer supports loggers * use errs package in protocol, remove bzz/error.go * LDBDatabase.Write resurrected to allow batch writes with deletes zelig 2015-05-10 15:30:43 +0200
  • 2c03950630 merge in develop, fix merge conflicts on Genesis block zelig 2015-05-10 14:30:26 +0200
  • d727d06bfe Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-10 14:18:35 +0200
  • 00280e62e3 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-05-10 03:39:47 +0200
  • 7d69679935 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum obscuren 2015-05-10 03:39:23 +0200
  • 7551264fa6 cmd/geth, cmd/mist: version 0.9.19 obscuren 2015-05-10 03:38:46 +0200
  • 3874f02f1b Merge pull request #894 from obscuren/develop Jeffrey Wilcke 2015-05-09 18:36:50 -0700
  • 0e211ae203 ethdb: set open file limit to 128 for all leveldbs obscuren 2015-05-10 01:55:39 +0200
  • bd95871a89 Merge pull request #893 from obscuren/develop Jeffrey Wilcke 2015-05-09 16:54:06 -0700
  • 05715f27cf eth: added a cancel method for the downloader obscuren 2015-05-10 00:34:07 +0200
  • 45dc690947 cmd/mist: version bump obscuren 2015-05-09 13:37:22 +0200
  • e289b0a1c1 Merge pull request #888 from obscuren/develop v0.9.18 Jeffrey Wilcke 2015-05-09 04:13:16 -0700
  • 658ac3c257 cmd/geth: bump version 0.9.18 obscuren 2015-05-09 12:54:27 +0200
  • 7eed47fad5 miner, tests: fixed block test obscuren 2015-05-09 12:51:40 +0200
  • e3a08875f6 miner: start/stop mutex locked. Closes #887 obscuren 2015-05-09 12:32:36 +0200
  • a7705fc203 miner: moved gasprice to non-method obscuren 2015-05-09 12:13:46 +0200
  • 13ddf20bd2 miner, cmd/geth: settable gas price from flags and console obscuren 2015-05-09 12:04:00 +0200
  • cb1fa523e4 cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity obscuren 2015-05-09 12:00:51 +0200
  • 1fe70a66ba Signature test. Daniel A. Nagy 2015-05-08 19:37:35 +0200
  • 62dd9833ec Merge branch 'develop' of github.com:ethereum/go-ethereum into develop Daniel A. Nagy 2015-05-08 17:55:53 +0200
  • 3a01e3e39b Signing (almost) works. Daniel A. Nagy 2015-05-08 17:52:44 +0200
  • c8fc4cebe6 version 0.9.17 v0.9.17 obscuren 2015-05-08 17:24:41 +0200
  • 0214cbe0fb Merge pull request #863 from karalabe/ordered-block-download Jeffrey Wilcke 2015-05-08 08:19:53 -0700
  • b2685aad2a p2p: fix a merge issue, address Felix's review Péter Szilágyi 2015-04-30 16:55:07 +0300
  • e0d0a25cd7 p2p: throttle peers on remote close too, add throttling tests Péter Szilágyi 2015-04-30 11:45:59 +0300
  • b461948e52 p2p: add a dialer cooldown to prevent reattempting failures Péter Szilágyi 2015-04-29 18:42:43 +0300
  • 7c678554b5 Merge pull request #885 from fjl/p2p-fixes Jeffrey Wilcke 2015-05-08 07:47:56 -0700
  • edad47bf0e eth/downloader: fix leftover state between syncs Péter Szilágyi 2015-05-08 17:21:11 +0300
  • a487396b76 eth_sign added to API for signing arbitrary data. Daniel A. Nagy 2015-05-08 16:36:13 +0200
  • e94aa421c6 New API call for signatures. Daniel A. Nagy 2015-05-08 16:17:19 +0200
  • d4f0a67323 p2p: drop connections with no matching protocols Felix Lange 2015-05-08 16:09:38 +0200
  • e45d9bb29d cmd/utils: bump default maxpeers to 25 Felix Lange 2015-05-08 16:01:31 +0200
  • 9c0f36c46d p2p: use maxDialingConns instead of maxAcceptConns as dial limit Felix Lange 2015-05-08 15:58:19 +0200
  • 914e57e49b p2p: fix disconnect at capacity Felix Lange 2015-05-08 15:54:35 +0200
  • 23454dcfcb Merge pull request #840 from karalabe/throttled-dialing Jeffrey Wilcke 2015-05-08 06:53:40 -0700
  • bd5720f480 eth, eth/downloader: handle sync errors a bit more gracefully Péter Szilágyi 2015-05-08 15:22:48 +0300
  • f819ac7158 Merge pull request #882 from zsfelfoldi/develop Jeffrey Wilcke 2015-05-08 04:54:22 -0700
  • 15bfae52d2 Merge pull request #876 from obscuren/jsre_fixes Jeffrey Wilcke 2015-05-08 04:39:33 -0700
  • d7dabce732 ToVal serialization fix zsfelfoldi 2015-05-08 13:29:48 +0200
  • f6e71b5749 updated ethereum.js obscuren 2015-05-08 11:48:22 +0200
  • 351d6b0d44 jsre, cmd/geth: updated web3.js and altered settimeout obscuren 2015-05-07 19:56:44 +0200
  • 03473d48c1 Merge pull request #875 from Gustav-Simonsson/test_updates Jeffrey Wilcke 2015-05-08 03:50:14 -0700
  • 45c070fc8b Merge pull request #833 from ethersphere/frontier/solidity Jeffrey Wilcke 2015-05-08 03:43:31 -0700
  • 1de1359e3b Otto.ToValue concurrency error fixed zsfelfoldi 2015-05-08 12:27:35 +0200
  • 637b2415d9 Merge pull request #864 from obscuren/filter_changes Jeffrey Wilcke 2015-05-08 02:56:55 -0700
  • 69aac4d531 Merge pull request #877 from Gustav-Simonsson/update_ethash_godep Jeffrey Wilcke 2015-05-08 02:19:50 -0700
  • 9d188f73b5 eth, eth/downloader: make synchronize thread safe Péter Szilágyi 2015-05-07 21:07:20 +0300
  • 3593662b0c Update ethash deps (more build fixes, tests) Gustav Simonsson 2015-05-07 19:39:55 +0200
  • 54a1304dad Most basic Swarm contract ready. Daniel A. Nagy 2015-05-07 18:59:50 +0200
  • 7c067a3482 Reporting mechanism implemented in part. Daniel A. Nagy 2015-05-07 18:32:04 +0200
  • 60b5a94428 xeth: getTransactionByHash, try pool if db fails obscuren 2015-05-07 18:23:24 +0200
  • dcfecebe1f core: get transaction by hash from transaction pool obscuren 2015-05-07 17:27:17 +0200
  • ee67ef68fe Report implemented. Daniel A. Nagy 2015-05-07 17:42:02 +0200
  • 258a7b9a93 xeth: check proper queue for pending transaction filter obscuren 2015-05-07 17:20:57 +0200
  • 013c435f92 Cleanup Daniel A. Nagy 2015-05-07 16:37:43 +0200
  • 6f3857a8c8 Removed arbiter abstraction. Won't work. Daniel A. Nagy 2015-05-07 15:50:35 +0200
  • b3c9b66f29 rpc: eth_transactionFilter => eth_newPendingTransactionFilter obscuren 2015-05-07 13:56:19 +0200
  • 7e160a677d xeth, core, event/filter, rpc: new block and transaction filters obscuren 2015-05-06 17:51:32 +0200
  • 8735e5addd p2p: increase the handshake timeout in the tests Péter Szilágyi 2015-05-04 17:44:46 +0300
  • 4d5a719f25 cmd, eth, p2p: introduce pending peer cli arg, add tests Péter Szilágyi 2015-05-04 17:35:49 +0300
  • af93217775 p2p: reduce the concurrent handshakes to 10/10 in/out Péter Szilágyi 2015-04-30 17:39:08 +0300
  • 2060bc8bac p2p: fix dial throttling race condition Péter Szilágyi 2015-04-30 17:12:23 +0300
  • 29fef349ef p2p: fix a dialing race in the throttler Péter Szilágyi 2015-04-30 15:21:09 +0300
  • 3953bf0031 p2p: limit the outbound dialing too Péter Szilágyi 2015-04-30 15:06:05 +0300
  • 3ecd80c8f1 Depositor contract updated for multiple arbiters. Daniel A. Nagy 2015-05-07 14:16:34 +0200
  • 43901c9282 eth/downloader: fix priority queue reset, add throttling test Péter Szilágyi 2015-05-07 14:40:50 +0300
  • 79eb40fc9f Add bcTotalDifficultyTest and unskip now working tx tests Gustav Simonsson 2015-05-07 13:03:22 +0200