1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 96d4a7d087 eth, ethdb: lower the amount of open files & improve err messages for db obscuren 2015-05-12 11:28:33 +0200
  • d82caa5ce3 Merge pull request #899 from ethersphere/solc-test-fix Jeffrey Wilcke 2015-05-12 04:16:49 -0700
  • 03bf902b92 compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed zelig 2015-05-10 13:46:38 +0200
  • e8d701a3b2 Merge pull request #929 from obscuren/develop Jeffrey Wilcke 2015-05-12 03:29:07 -0700
  • 13f8f65a58 eth, ethdb: lower the amount of open files & improve err messages for db obscuren 2015-05-12 11:28:33 +0200
  • 76215ca9f3 Merge pull request #925 from obscuren/worker_owned_accounts Jeffrey Wilcke 2015-05-11 14:23:51 -0700
  • 97dd4551ef miner, cmd/geth: miner will not ignored owned account transactions obscuren 2015-05-11 21:47:34 +0200
  • 0bedf1c376 Merge pull request #918 from obscuren/cpu_miner_fixes Jeffrey Wilcke 2015-05-11 12:11:27 -0700
  • 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
  • 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
  • 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
  • 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
  • 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
  • 258a7b9a93 xeth: check proper queue for pending transaction filter obscuren 2015-05-07 17:20:57 +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
  • 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
  • 009b221692 solidity compiler and contract metadocs integration * common/compiler: solidity compiler + tests * rpc: eth_compilers, eth_compileSolidity + tests * fix natspec test using keystore API, notice exp dynamically changes addr, cleanup * resolver implements registrars and needs to create reg contract (temp) * xeth: solidity compiler. expose getter Solc() and paths setter SetSolc(solcPath) * ethereumApi: implement compiler related RPC calls using XEth - json struct tests * admin: make use of XEth.SetSolc to allow runtime setting of compiler paths * cli: command line flags solc to set custom solc bin path * js admin api with new features debug and contractInfo modules * wiki is the doc https://github.com/ethereum/go-ethereum/wiki/Contracts-and-Transactions zelig 2015-04-22 23:11:11 +0100
  • 2b716aec54 Update JSON test files Gustav Simonsson 2015-05-07 12:44:29 +0200
  • 45f8304f3c eth/downloader: fix expiration not running while fetching Péter Szilágyi 2015-05-07 12:59:19 +0300
  • 4800c94392 eth/downloader: prioritize block fetch based on chain position, cap memory use Péter Szilágyi 2015-05-06 15:32:53 +0300
  • 97c37356fd updated ignore 0.9.16 obscuren 2015-05-07 00:03:11 +0200
  • 82ac4712f1 Merge pull request #867 from Gustav-Simonsson/fix_block_tests_genesis_block_total_difficulty Jeffrey Wilcke 2015-05-06 14:52:55 -0700
  • a0cb1945ae Merge pull request #866 from fjl/p2p-last-minute Jeffrey Wilcke 2015-05-06 14:49:52 -0700
  • 3e2a928caa p2p: stop dialing at half the maximum peer count Felix Lange 2015-05-06 23:44:51 +0200
  • 7bc1f487b8 Unskip now working tests, remove debug print Gustav Simonsson 2015-05-06 23:25:44 +0200
  • 2808409fbd Add genesis block total difficulty in tests Gustav Simonsson 2015-05-06 23:22:49 +0200
  • 6a2fec5309 p2p, whisper: use glog for peer-level logging Felix Lange 2015-05-06 23:19:14 +0200
  • b719801db0 cmd/geth: gofmt screwup fix obscuren 2015-05-06 23:10:46 +0200
  • 458d891c63 cmd/geth: version bump obscuren 2015-05-06 23:04:49 +0200
  • bcfd788661 p2p/discover: bump packet timeouts to 500ms Felix Lange 2015-05-06 22:59:00 +0200
  • fd4b75cfa8 p2p/nat: less confusing error logging Felix Lange 2015-05-06 22:58:03 +0200