| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix HEX hack in xeth accounts() | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | Address pull request comments; key header and hex encoding | Gustav Simonsson | 2015-05-12 | 3 | -31/+67 |
* | Revert "Add key header to unencrypted key file" | Gustav Simonsson | 2015-05-12 | 2 | -16/+8 |
* | Fix common.Address / []byte type conversions | Gustav Simonsson | 2015-05-12 | 2 | -2/+2 |
* | Add key header to unencrypted key file | Gustav Simonsson | 2015-05-12 | 2 | -8/+16 |
* | Add key header to encrypted keys | Gustav Simonsson | 2015-05-12 | 2 | -7/+57 |
* | Correct accounts hex in XETH API | Gustav Simonsson | 2015-05-12 | 1 | -1/+1 |
* | Use common.Address type for accounts.Address | Gustav Simonsson | 2015-05-12 | 11 | -64/+69 |
* | Improve key store passphrase crypto | Gustav Simonsson | 2015-05-12 | 4 | -23/+31 |
* | Remove the awesome, ever misunderstood entropy mixing | Gustav Simonsson | 2015-05-12 | 4 | -64/+15 |
* | Merge pull request #933 from bas-vk/issue928 | Jeffrey Wilcke | 2015-05-12 | 18 | -64/+58 |
|\ |
|
| * | fixed identing | Bas van Kervel | 2015-05-12 | 1 | -1/+1 |
| * | removed redundant newlines in import block | Bas van Kervel | 2015-05-12 | 7 | -11/+5 |
| * | replaced several path.* with filepath.* which is platform independent | Bas van Kervel | 2015-05-12 | 18 | -64/+64 |
* | | Merge pull request #932 from obscuren/develop | Jeffrey Wilcke | 2015-05-12 | 7 | -15/+40 |
|\ \
| |/
|/| |
|
| * | sol: skipped source checking step | obscuren | 2015-05-12 | 3 | -7/+13 |
| * | xeth: use same semantics as block processer for transient calls | obscuren | 2015-05-12 | 1 | -4/+3 |
| * | rpc: hexData => hexNum | obscuren | 2015-05-12 | 1 | -2/+2 |
| * | xeth, rpc: implement eth_estimateGas. Closes #930 | obscuren | 2015-05-12 | 3 | -7/+26 |
| * | eth, ethdb: lower the amount of open files & improve err messages for db | obscuren | 2015-05-12 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #899 from ethersphere/solc-test-fix | Jeffrey Wilcke | 2015-05-12 | 4 | -6/+21 |
|\ |
|
| * | compiler, cli/js: fix solidity compiler tests failing when a different versio... | zelig | 2015-05-12 | 4 | -6/+21 |
* | | Merge pull request #929 from obscuren/develop | Jeffrey Wilcke | 2015-05-12 | 2 | -5/+8 |
|\ \
| |/
|/| |
|
| * | eth, ethdb: lower the amount of open files & improve err messages for db | obscuren | 2015-05-12 | 2 | -5/+8 |
|/ |
|
* | Merge pull request #925 from obscuren/worker_owned_accounts | Jeffrey Wilcke | 2015-05-12 | 2 | -29/+44 |
|\ |
|
| * | miner, cmd/geth: miner will not ignored owned account transactions | obscuren | 2015-05-12 | 2 | -29/+44 |
|/ |
|
* | Merge pull request #918 from obscuren/cpu_miner_fixes | Jeffrey Wilcke | 2015-05-12 | 11 | -46/+50 |
|\ |
|
| * | eth, eth/downloader: moved pending queue error message to debug | obscuren | 2015-05-11 | 2 | -3/+4 |
| * | cmd/geth, miner, backend, xeth: Fixed miner threads to be settable | obscuren | 2015-05-11 | 9 | -43/+46 |
| * | eth/downloader: use count instead of peers, clearer | Péter Szilágyi | 2015-05-11 | 2 | -4/+4 |
| * | eth/downloader: revert to demotion, use harsher penalty | Péter Szilágyi | 2015-05-11 | 2 | -8/+19 |
| * | eth/downloader: fix #910, thread safe peers & polishes | Péter Szilágyi | 2015-05-11 | 4 | -161/+210 |
* | | Merge pull request #915 from karalabe/downloader-threading-fixes | Jeffrey Wilcke | 2015-05-11 | 4 | -159/+219 |
|\ \
| |/
|/| |
|
| * | eth/downloader: use count instead of peers, clearer | Péter Szilágyi | 2015-05-11 | 2 | -4/+4 |
| * | eth/downloader: revert to demotion, use harsher penalty | Péter Szilágyi | 2015-05-11 | 2 | -8/+19 |
| * | eth/downloader: fix #910, thread safe peers & polishes | Péter Szilágyi | 2015-05-11 | 4 | -161/+210 |
* | | Merge pull request #920 from tgerring/issue917 | Jeffrey Wilcke | 2015-05-11 | 1 | -2/+2 |
|\ \ |
|
| * | | Return 32-byte hashes from GetWork | Taylor Gerring | 2015-05-11 | 1 | -2/+2 |
* | | | Merge pull request #914 from ethersphere/develop | Jeffrey Wilcke | 2015-05-11 | 6 | -15/+3801 |
|\ \ \
| |/ /
|/| | |
|
| * | | Only allow doSign to sign hashes, enforced by using the type common.Hash | Daniel A. Nagy | 2015-05-11 | 1 | -4/+4 |
| * | | Interactive signature creation refactored into separate doSign function. | Daniel A. Nagy | 2015-05-11 | 1 | -20/+20 |
| * | | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Daniel A. Nagy | 2015-05-11 | 22 | -103/+372 |
| |\ \
| |/ /
|/| | |
|
* | | | Merge pull request #908 from obscuren/develop | Jeffrey Wilcke | 2015-05-11 | 9 | -97/+135 |
|\ \ \ |
|
| * | | | miner: added log message for mining operation. #912 | obscuren | 2015-05-11 | 1 | -0/+4 |
| * | | | core: optimise pending transaction processing | obscuren | 2015-05-11 | 2 | -86/+102 |
| * | | | rpc: display error message to stdout | obscuren | 2015-05-11 | 1 | -0/+2 |
| * | | | core, eth, miner: improved tx removal & fatal error on db sync err | obscuren | 2015-05-11 | 6 | -31/+47 |
|/ / / |
|
* | | | Merge pull request #911 from karalabe/whisper-graceful-fail | Jeffrey Wilcke | 2015-05-11 | 4 | -2/+53 |
|\ \ \
| |_|/
|/| | |
|
| * | | rpc, xeth: fix #881, gracefully handle offline whisper | Péter Szilágyi | 2015-05-11 | 4 | -2/+53 |
|/ / |
|
* | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-05-10 | 0 | -0/+0 |
|\ \ |
|
| * \ | Merge pull request #894 from obscuren/develop | Jeffrey Wilcke | 2015-05-10 | 1 | -1/+4 |
| |\ \ |
|
| * \ \ | Merge pull request #893 from obscuren/develop | Jeffrey Wilcke | 2015-05-10 | 3 | -2/+106 |
| |\ \ \ |
|
* | | | | | cmd/geth, cmd/mist: version 0.9.19 | obscuren | 2015-05-10 | 2 | -2/+2 |
| |_|/ /
|/| | | |
|
* | | | | ethdb: set open file limit to 128 for all leveldbs | obscuren | 2015-05-10 | 1 | -1/+4 |
| |/ /
|/| | |
|
* | | | eth: added a cancel method for the downloader | obscuren | 2015-05-10 | 3 | -2/+106 |
|/ / |
|
* | | cmd/mist: version bump | obscuren | 2015-05-09 | 1 | -1/+1 |
* | | Merge pull request #888 from obscuren/develop | Jeffrey Wilcke | 2015-05-09 | 8 | -15/+88 |
|\ \ |
|
| * | | cmd/geth: bump version 0.9.18 | obscuren | 2015-05-09 | 1 | -1/+1 |
| * | | miner, tests: fixed block test | obscuren | 2015-05-09 | 2 | -1/+6 |
| * | | miner: start/stop mutex locked. Closes #887 | obscuren | 2015-05-09 | 1 | -0/+9 |
| * | | miner: moved gasprice to non-method | obscuren | 2015-05-09 | 1 | -9/+12 |
| * | | miner, cmd/geth: settable gas price from flags and console | obscuren | 2015-05-09 | 3 | -0/+44 |
| * | | cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity | obscuren | 2015-05-09 | 4 | -13/+25 |
|/ / |
|
| * | Signature test. | Daniel A. Nagy | 2015-05-09 | 1 | -0/+28 |
| * | Merge branch 'develop' of github.com:ethereum/go-ethereum into develop | Daniel A. Nagy | 2015-05-08 | 23 | -441/+1203 |
| |\
| |/
|/| |
|
* | | version 0.9.17 | obscuren | 2015-05-08 | 1 | -1/+1 |
* | | Merge pull request #863 from karalabe/ordered-block-download | Jeffrey Wilcke | 2015-05-08 | 13 | -383/+939 |
|\ \ |
|
| * | | eth/downloader: fix leftover state between syncs | Péter Szilágyi | 2015-05-08 | 1 | -1/+4 |
| * | | eth, eth/downloader: handle sync errors a bit more gracefully | Péter Szilágyi | 2015-05-08 | 4 | -48/+48 |
| * | | eth, eth/downloader: make synchronize thread safe | Péter Szilágyi | 2015-05-08 | 5 | -82/+22 |
| * | | eth/downloader: fix priority queue reset, add throttling test | Péter Szilágyi | 2015-05-07 | 6 | -21/+111 |
| * | | eth/downloader: fix expiration not running while fetching | Péter Szilágyi | 2015-05-07 | 2 | -34/+32 |
| * | | eth/downloader: prioritize block fetch based on chain position, cap memory use | Péter Szilágyi | 2015-05-07 | 11 | -273/+798 |
* | | | Merge pull request #885 from fjl/p2p-fixes | Jeffrey Wilcke | 2015-05-08 | 6 | -39/+69 |
|\ \ \ |
|
| * | | | p2p: drop connections with no matching protocols | Felix Lange | 2015-05-08 | 2 | -4/+21 |
| * | | | cmd/utils: bump default maxpeers to 25 | Felix Lange | 2015-05-08 | 1 | -1/+1 |
| * | | | p2p: use maxDialingConns instead of maxAcceptConns as dial limit | Felix Lange | 2015-05-08 | 1 | -1/+1 |
| * | | | p2p: fix disconnect at capacity | Felix Lange | 2015-05-08 | 4 | -33/+46 |
|/ / / |
|
* | | | Merge pull request #840 from karalabe/throttled-dialing | Jeffrey Wilcke | 2015-05-08 | 6 | -19/+180 |
|\ \ \ |
|
| * | | | p2p: increase the handshake timeout in the tests | Péter Szilágyi | 2015-05-07 | 1 | -2/+2 |
| * | | | cmd, eth, p2p: introduce pending peer cli arg, add tests | Péter Szilágyi | 2015-05-07 | 6 | -19/+170 |
| * | | | p2p: reduce the concurrent handshakes to 10/10 in/out | Péter Szilágyi | 2015-05-07 | 1 | -2/+2 |
| * | | | p2p: fix dial throttling race condition | Péter Szilágyi | 2015-05-07 | 1 | -1/+1 |
| * | | | p2p: fix a dialing race in the throttler | Péter Szilágyi | 2015-05-07 | 1 | -1/+1 |
| * | | | p2p: limit the outbound dialing too | Péter Szilágyi | 2015-05-07 | 1 | -1/+11 |
| |/ / |
|
* | | | Merge pull request #882 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-05-08 | 1 | -2/+17 |
|\ \ \ |
|
| * | | | ToVal serialization fix | zsfelfoldi | 2015-05-08 | 1 | -2/+3 |
| * | | | Otto.ToValue concurrency error fixed | zsfelfoldi | 2015-05-08 | 1 | -2/+16 |
| | | * | Signing (almost) works. | Daniel A. Nagy | 2015-05-08 | 3 | -4/+3725 |
| | | * | eth_sign added to API for signing arbitrary data. | Daniel A. Nagy | 2015-05-08 | 2 | -8/+8 |
| | | * | New API call for signatures. | Daniel A. Nagy | 2015-05-08 | 3 | -0/+37 |
| |_|/
|/| | |
|
* | | | Merge pull request #876 from obscuren/jsre_fixes | Jeffrey Wilcke | 2015-05-08 | 4 | -13/+7 |
|\ \ \ |
|
| * | | | updated ethereum.js | obscuren | 2015-05-08 | 1 | -0/+0 |
| * | | | jsre, cmd/geth: updated web3.js and altered settimeout | obscuren | 2015-05-08 | 3 | -13/+7 |
|/ / / |
|
* | | | Merge pull request #875 from Gustav-Simonsson/test_updates | Jeffrey Wilcke | 2015-05-08 | 52 | -4920/+9983 |
|\ \ \ |
|
| * | | | Add bcTotalDifficultyTest and unskip now working tx tests | Gustav Simonsson | 2015-05-07 | 3 | -6/+6 |
| * | | | Update JSON test files | Gustav Simonsson | 2015-05-07 | 49 | -4914/+9977 |
| | |/
| |/| |
|
* | | | Merge pull request #833 from ethersphere/frontier/solidity | Jeffrey Wilcke | 2015-05-08 | 21 | -503/+1449 |
|\ \ \ |
|
| * | | | solidity compiler and contract metadocs integration | zelig | 2015-05-07 | 21 | -503/+1449 |
| |/ / |
|
* | | | Merge pull request #864 from obscuren/filter_changes | Jeffrey Wilcke | 2015-05-08 | 6 | -83/+221 |
|\ \ \
| |_|/
|/| | |
|
| * | | xeth: getTransactionByHash, try pool if db fails | obscuren | 2015-05-08 | 1 | -0/+2 |
| * | | core: get transaction by hash from transaction pool | obscuren | 2015-05-08 | 1 | -0/+21 |
| * | | xeth: check proper queue for pending transaction filter | obscuren | 2015-05-07 | 1 | -1/+1 |
| * | | rpc: eth_transactionFilter => eth_newPendingTransactionFilter | obscuren | 2015-05-07 | 1 | -1/+1 |
| * | | xeth, core, event/filter, rpc: new block and transaction filters | obscuren | 2015-05-07 | 5 | -83/+198 |
| |/ |
|
* | | Merge pull request #877 from Gustav-Simonsson/update_ethash_godep | Jeffrey Wilcke | 2015-05-08 | 8 | -21/+65 |
|\ \
| |/
|/| |
|
| * | Update ethash deps (more build fixes, tests) | Gustav Simonsson | 2015-05-08 | 8 | -21/+65 |
|/ |
|
* | updated ignore | obscuren | 2015-05-07 | 1 | -0/+1 |
* | Merge pull request #867 from Gustav-Simonsson/fix_block_tests_genesis_block_t... | Jeffrey Wilcke | 2015-05-07 | 3 | -4/+1 |
|\ |
|
| * | Unskip now working tests, remove debug print | Gustav Simonsson | 2015-05-07 | 2 | -4/+0 |
| * | Add genesis block total difficulty in tests | Gustav Simonsson | 2015-05-07 | 1 | -0/+1 |
* | | Merge pull request #866 from fjl/p2p-last-minute | Jeffrey Wilcke | 2015-05-07 | 6 | -26/+24 |
|\ \ |
|
| * | | p2p: stop dialing at half the maximum peer count | Felix Lange | 2015-05-07 | 1 | -1/+1 |
| * | | p2p, whisper: use glog for peer-level logging | Felix Lange | 2015-05-07 | 3 | -20/+16 |
| * | | p2p/discover: bump packet timeouts to 500ms | Felix Lange | 2015-05-07 | 1 | -2/+2 |
| * | | p2p/nat: less confusing error logging | Felix Lange | 2015-05-07 | 1 | -3/+5 |
* | | | cmd/geth: gofmt screwup fix | obscuren | 2015-05-07 | 1 | -0/+2 |
* | | | cmd/geth: version bump | obscuren | 2015-05-07 | 1 | -3/+1 |
* | | | Merge branch 'karalabe-cherry-trusted-peers' into develop | obscuren | 2015-05-07 | 7 | -39/+317 |
|\ \ \
| |/ /
|/| | |
|
| * | | fixed merge issue | obscuren | 2015-05-07 | 7 | -39/+317 |
|/| | |
|
| * | | eth, p2p: add trusted node list beside static list | Péter Szilágyi | 2015-05-04 | 5 | -51/+59 |
| * | | cmd/mist: fix a stale error message | Péter Szilágyi | 2015-05-04 | 1 | -1/+1 |
| * | | p2p: add static node dialing test | Péter Szilágyi | 2015-05-04 | 2 | -13/+108 |
| * | | p2p: correct a leftover trusted -> static | Péter Szilágyi | 2015-05-01 | 1 | -4/+4 |
| * | | eth, p2p: rename trusted nodes to static, drop inbound extra slots | Péter Szilágyi | 2015-05-01 | 5 | -57/+59 |
| * | | cmd, eth, p2p: fix review issues enumerated by Felix | Péter Szilágyi | 2015-04-30 | 8 | -34/+25 |
| * | | p2p: add trust check to handshake, test privileged connectivity | Péter Szilágyi | 2015-04-30 | 4 | -15/+88 |
| * | | p2p: reduce the severity of a debug log | Péter Szilágyi | 2015-04-30 | 1 | -1/+1 |
| * | | cmd/geth, cmd/utils, eth: internalize trusted node config file | Péter Szilágyi | 2015-04-30 | 3 | -30/+20 |
| * | | cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers | Péter Szilágyi | 2015-04-30 | 8 | -27/+146 |
* | | | Merge pull request #791 from fjl/discover-sha3-distance | Jeffrey Wilcke | 2015-05-07 | 14 | -292/+651 |
|\ \ \
| |_|/
|/| | |
|
| * | | p2p/discover: new distance metric based on sha3(id) | Felix Lange | 2015-05-06 | 6 | -106/+354 |
| * | | common: add Hash.Generate | Felix Lange | 2015-04-30 | 1 | -1/+14 |
| * | | p2p/discover: track sha3(ID) in Node | Felix Lange | 2015-04-30 | 8 | -99/+166 |
| * | | p2p, p2p/discover: protocol version 4 | Felix Lange | 2015-04-30 | 2 | -2/+2 |
| * | | p2p/discover: new endpoint format | Felix Lange | 2015-04-30 | 11 | -129/+160 |
| |/ |
|
* | | Merge pull request #861 from obscuren/transaction_pool_fixes | Jeffrey Wilcke | 2015-05-07 | 8 | -7/+133 |
|\ \ |
|
| * | | cmd/geth: limit `pendingTransactions` to owned accounts. | obscuren | 2015-05-07 | 1 | -33/+53 |
| * | | cmd/mist: updated xeth transact | obscuren | 2015-05-07 | 2 | -1/+2 |
| * | | cmd/geth: admin, switched price with limit in arguments | obscuren | 2015-05-07 | 1 | -2/+2 |
| * | | cmd/geth: implemented resending transaction with different gas settings | obscuren | 2015-05-07 | 1 | -0/+83 |
| * | | core: use removeTx instead of delete | obscuren | 2015-05-07 | 1 | -1/+1 |
| * | | xeth, rpc: added nonce setting through RPC and xeth transact | obscuren | 2015-05-07 | 4 | -5/+27 |
* | | | Merge pull request #859 from Gustav-Simonsson/ethash_reloaded | Jeffrey Wilcke | 2015-05-07 | 49 | -2394/+3419 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add ethash linux & windows build fixes | Gustav Simonsson | 2015-05-06 | 5 | -10/+11 |
| * | | Unskip working blocktests following ethash cache reusage | Gustav Simonsson | 2015-05-05 | 1 | -10/+4 |
| * | | Integrate new ethash API and change geth makedag cmd | Gustav Simonsson | 2015-05-05 | 9 | -27/+41 |
| * | | Update ethash Godeps files | Gustav Simonsson | 2015-05-05 | 39 | -2353/+3369 |
* | | | Merge pull request #771 from zsfelfoldi/develop | Jeffrey Wilcke | 2015-05-06 | 4 | -35/+299 |
|\ \ \
| |/ /
|/| | |
|
| * | | setTimeout and sendAsync implemented | zsfelfoldi | 2015-05-06 | 4 | -35/+299 |
|/ / |
|
* | | Merge pull request #856 from karalabe/windows-console-color-fix | Jeffrey Wilcke | 2015-05-05 | 10 | -2/+763 |
|\ \ |
|
| * | | cmd/geth: fix #853 colorize console output in windows | Péter Szilágyi | 2015-05-05 | 10 | -2/+763 |
|/ / |
|
* | | Merge pull request #835 from obscuren/handler_errors | Jeffrey Wilcke | 2015-05-04 | 9 | -318/+547 |
|\ \
| |/
|/| |
|
| * | core: added unix timestamp to debug output for block proc | obscuren | 2015-05-04 | 1 | -1/+1 |
| * | downloader: hash downloading recovery | obscuren | 2015-05-03 | 2 | -29/+71 |
| * | cmd/geth, eth: bump version & tmp fix for incorrect TD peers | obscuren | 2015-05-03 | 2 | -1/+8 |
| * | eth/downloader: put back hashes on block overflow error | obscuren | 2015-05-03 | 1 | -19/+14 |
| * | eth/downloader: changed has to blockHashes for chain linking | obscuren | 2015-05-03 | 1 | -1/+1 |
| * | core: print ignored blocks | obscuren | 2015-05-03 | 1 | -1/+1 |
| * | eth/downloader: added additional tests | obscuren | 2015-05-03 | 2 | -4/+73 |
| * | eth,core: changed NewTicker to Tick | obscuren | 2015-05-03 | 2 | -6/+6 |
| * | core: added 'ignored' status | obscuren | 2015-05-01 | 1 | -2/+3 |
| * | eth, eth/downloader: Moved block processing & graceful shutdown | obscuren | 2015-05-01 | 6 | -291/+347 |
| * | eth/downloader: delete blocks from queue | obscuren | 2015-04-30 | 2 | -3/+15 |
| * | core: added a wait group to chain manager for graceful shutdown | obscuren | 2015-04-30 | 2 | -0/+9 |
| * | core: check for parent in calc TD. TD = (N != 0 == parent.TD) || (== D) | obscuren | 2015-04-30 | 1 | -0/+4 |
| * | core, eth: verify td of received blocks | obscuren | 2015-04-30 | 2 | -3/+25 |
| * | eth, eth/downloader: remove bad peers from peer set | obscuren | 2015-04-30 | 2 | -17/+29 |
|/ |
|
* | Merge pull request #830 from obscuren/downloader-missing-parent | Jeffrey Wilcke | 2015-04-30 | 15 | -33/+117 |
|\ |
|
| * | cmd/geth: bump version to 0.9.14 | obscuren | 2015-04-30 | 1 | -1/+1 |
| * | core: remove txs from queue in addition to removal of pending | obscuren | 2015-04-30 | 2 | -1/+49 |
| * | core: added some additional chain tests for shortest chain | obscuren | 2015-04-30 | 2 | -5/+30 |
| * | eth: rely on p2p to determine block propagation | obscuren | 2015-04-30 | 1 | -1/+1 |
| * | p2p: added received at to peer message | obscuren | 2015-04-30 | 2 | -3/+5 |
| * | core/types, eth: meassure and display propagation times | obscuren | 2015-04-30 | 2 | -1/+5 |
| * | eth/downloader: drop block | obscuren | 2015-04-30 | 1 | -1/+1 |
| * | core: fixed tetst to reflect (int, error) return by insertChain | obscuren | 2015-04-29 | 2 | -4/+4 |
| * | eth/downloader: ignore orphan blocks in the downloader. | obscuren | 2015-04-29 | 1 | -5/+9 |
| * | core: return the index of the block that failed when inserting a chain | obscuren | 2015-04-29 | 7 | -14/+15 |
|/ |
|
* | Merge pull request #825 from obscuren/develop | Jeffrey Wilcke | 2015-04-29 | 6 | -35/+117 |
|\ |
|
| * | eth/downloader: reset the chain when parent is missing during processing | obscuren | 2015-04-29 | 1 | -0/+2 |
| * | cmd/geth: bump version number | obscuren | 2015-04-29 | 1 | -1/+1 |
| * | core: fixed chain reorg during splits | obscuren | 2015-04-29 | 2 | -27/+83 |
| * | core/types: added fake parent hash / hash to String() output | obscuren | 2015-04-29 | 1 | -1/+11 |
| * | eth: check if downloader is busy before showing log message | obscuren | 2015-04-29 | 2 | -0/+9 |
| * | core: seperated proccing mutex and getting mutex | obscuren | 2015-04-29 | 2 | -42/+48 |
| * | core: bump database version | obscuren | 2015-04-29 | 1 | -1/+1 |
| * | core: moved mutex locks in insert blocks to start of function | obscuren | 2015-04-29 | 1 | -41/+40 |
| * | core: set min gas price at startup | obscuren | 2015-04-29 | 1 | -10/+10 |
* | | Merge pull request #822 from fjl/makefile-improvements | Jeffrey Wilcke | 2015-04-29 | 10 | -98/+121 |
|\ \
| |/
|/| |
|
| * | Use Makefile for Travis tests | Felix Lange | 2015-04-29 | 5 | -36/+37 |
| * | Makefile: add test target | Felix Lange | 2015-04-29 | 1 | -4/+7 |
| * | cmd/mist: always enable whisper | Felix Lange | 2015-04-29 | 1 | -0/+1 |
| * | cmd/geth, cmd/mist: use gitCommit in node name | Felix Lange | 2015-04-29 | 2 | -15/+36 |
| * | Makefile: set main.gitCommit when building | Felix Lange | 2015-04-29 | 2 | -2/+15 |
| * | cmd/mist: add blockchain version flag | Felix Lange | 2015-04-29 | 1 | -0/+1 |
| * | README: simplify build instructions | Felix Lange | 2015-04-29 | 1 | -40/+19 |
| * | Makefile: clean should also delete Godeps/_workspace/pkg | Felix Lange | 2015-04-29 | 1 | -1/+1 |
| * | build: run build commands from the fake workspace root | Felix Lange | 2015-04-29 | 1 | -1/+5 |
* | | Merge pull request #828 from tgerring/pathfixes | Jeffrey Wilcke | 2015-04-29 | 1 | -6/+7 |
|\ \
| |/
|/| |
|
| * | Remove path separator literals | Taylor Gerring | 2015-04-29 | 1 | -6/+7 |
|/ |
|
* | Merge pull request #821 from karalabe/nodedb-fix | Jeffrey Wilcke | 2015-04-28 | 1 | -4/+6 |
|\ |
|
| * | p2p/discover: fix api issues caused by leveldb update | Péter Szilágyi | 2015-04-28 | 1 | -4/+6 |
* | | Merge pull request #820 from fjl/rlp-readkind-overflow | Jeffrey Wilcke | 2015-04-28 | 2 | -14/+40 |
|\ \
| |/
|/| |
|
| * | rlp: fix list bounds check overflow (found by go-fuzz) | Felix Lange | 2015-04-28 | 2 | -14/+40 |
* | | Merge pull request #793 from karalabe/discovery-node-cache | Jeffrey Wilcke | 2015-04-28 | 10 | -47/+691 |
|\ \ |
|
| * | | p2p/discover: fix goroutine leak due to blocking on sync.Once | Péter Szilágyi | 2015-04-28 | 2 | -13/+24 |
| * | | p2p/discover: add node expirer and related tests | Péter Szilágyi | 2015-04-27 | 3 | -4/+116 |
| * | | p2p/discover: parametrize nodedb version, add persistency tests | Péter Szilágyi | 2015-04-27 | 3 | -11/+62 |
| * | | p2p/discover: drop a superfluous warning | Péter Szilágyi | 2015-04-27 | 1 | -1/+1 |
| * | | p2p/discover: wrap the pinger to update the node db too | Péter Szilágyi | 2015-04-27 | 1 | -4/+15 |
| * | | p2p/discover: use iterator based seeding, drop old protocol test | Péter Szilágyi | 2015-04-27 | 2 | -45/+118 |
| * | | p2p/discover: write the basic tests, catch RLP bug | Péter Szilágyi | 2015-04-27 | 3 | -8/+150 |
| * | | p2p/discovery: fix issues raised in the nodeDb PR | Péter Szilágyi | 2015-04-27 | 2 | -36/+32 |
| * | | cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design | Péter Szilágyi | 2015-04-24 | 9 | -169/+280 |
| * | | cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth. | Péter Szilágyi | 2015-04-24 | 9 | -144/+168 |
| * | | p2p/discovery: fix broken tests due to API update | Péter Szilágyi | 2015-04-24 | 2 | -4/+4 |
| * | | p2p/discovery: use the seed table for finding nodes, auto drop stale ones | Péter Szilágyi | 2015-04-24 | 2 | -5/+38 |
| * | | cmd, eth, p2p, p2p/discover: init and clean up the seed cache | Péter Szilágyi | 2015-04-24 | 6 | -9/+29 |
| * | | p2p/discover: store nodes in leveldb | Felix Lange | 2015-04-24 | 2 | -13/+73 |
| |/ |
|
* | | Merge pull request #819 from karalabe/leveldb-update | Jeffrey Wilcke | 2015-04-28 | 155 | -10106/+7571 |
|\ \ |
|
| * | | godeps: update leveldb and snappy, dump serpent-go | Péter Szilágyi | 2015-04-28 | 155 | -10106/+7571 |
* | | | Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop | obscuren | 2015-04-28 | 20 | -216/+1024 |
|\ \ \ |
|
| * \ \ | Merge pull request #738 from karalabe/whisper-cleanup | Jeffrey Wilcke | 2015-04-28 | 20 | -216/+1024 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | rpc, xeth: finish cleaning up xeth | Péter Szilágyi | 2015-04-28 | 2 | -17/+36 |
| | * | | whisper: add full filter test suite | Péter Szilágyi | 2015-04-28 | 2 | -2/+51 |
| | * | | whisper: fix a small data race duirng peer connection | Péter Szilágyi | 2015-04-28 | 2 | -14/+12 |
| | * | | xeth: fix un-decoded whisper RPC topic string bug | Péter Szilágyi | 2015-04-28 | 1 | -2/+16 |
| | * | | rpc: use nil topic wildcards instead of "" | Péter Szilágyi | 2015-04-28 | 1 | -1/+1 |
| | * | | ui/qt/qwhisper, whisper, xeth: polish topic filter, fix wildcards | Péter Szilágyi | 2015-04-28 | 7 | -45/+215 |
| | * | | rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters | Péter Szilágyi | 2015-04-28 | 11 | -59/+373 |
| | * | | whisper: fix spurious From identity with untargeted messages | Péter Szilágyi | 2015-04-28 | 1 | -1/+3 |
| | * | | whisper: fix payload loss in case of plaintext decrypt | Péter Szilágyi | 2015-04-28 | 2 | -4/+109 |
| | * | | whisper, xeth/whisper: surface TTL and hash to the API | Péter Szilágyi | 2015-04-28 | 5 | -6/+25 |
| | * | | eth: pull in a lost merge change | Péter Szilágyi | 2015-04-28 | 1 | -2/+4 |
| | * | | rpc, whisper, xeth: fix RPC message retrieval data race | Péter Szilágyi | 2015-04-28 | 6 | -13/+119 |
| | * | | whisper: fix send timestamp omission during envelope opening | Péter Szilágyi | 2015-04-28 | 1 | -0/+1 |
| | * | | rpc, whisper, xeth: polish whisper RPC interface | Péter Szilágyi | 2015-04-28 | 6 | -120/+129 |
| |/ / |
|
* | | | Merge branch 'kobigurk-develop' into develop | obscuren | 2015-04-28 | 2 | -0/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | eth, rpc, xeth: ext_hanhrate => eth_hashrate | obscuren | 2015-04-28 | 3 | -3/+2 |
| * | | Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigu... | obscuren | 2015-04-28 | 3 | -0/+7 |
|/| | |
|
| * | | move eth_hashrate to ext | Kobi Gurkan | 2015-04-21 | 1 | -2/+2 |
| * | | uses newHexNum for eth_hashrate | Kobi Gurkan | 2015-04-21 | 1 | -1/+1 |
| * | | adds eth_hashrate RPC method | Kobi Gurkan | 2015-04-21 | 3 | -0/+7 |
* | | | Merge pull request #817 from tgerring/rpcglog | Jeffrey Wilcke | 2015-04-28 | 3 | -7/+6 |
|\ \ \ |
|
| * | | | Return Gas Price not Gas | Taylor Gerring | 2015-04-28 | 1 | -2/+2 |
| * | | | Add link to Windows 64-bit geth dev build | Taylor Gerring | 2015-04-27 | 1 | -1/+1 |
| * | | | Remove old logger from RPC pkg | Taylor Gerring | 2015-04-27 | 2 | -4/+3 |
* | | | | Merge pull request #818 from Gustav-Simonsson/add_privkey_loading_to_block_tests | Jeffrey Wilcke | 2015-04-28 | 24 | -356/+2779 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add loading of block test privkey if present | Gustav Simonsson | 2015-04-28 | 4 | -9/+35 |