Commit Graph

  • 29a5a92d13 Add key header to encrypted keys Gustav Simonsson 2015-04-15 13:24:12 +02:00
  • ac3371bcb6 Correct accounts hex in XETH API Gustav Simonsson 2015-04-02 22:54:55 +02:00
  • da9fe951da Use common.Address type for accounts.Address Gustav Simonsson 2015-04-02 21:14:25 +02:00
  • 6b23094cff Improve key store passphrase crypto Gustav Simonsson 2015-04-02 18:15:58 +02:00
  • 9918b6c84e Remove the awesome, ever misunderstood entropy mixing Gustav Simonsson 2015-04-02 17:02:56 +02:00
  • 58d6ec689f Merge pull request #933 from bas-vk/issue928 Jeffrey Wilcke 2015-05-12 08:23:46 -07:00
  • 4e32d8c392 General web browser handler for bzz: protocol. Changes address bar. Daniel A. Nagy 2015-05-12 16:44:45 +02:00
  • f87094b660 Merge pull request #932 from obscuren/develop Jeffrey Wilcke 2015-05-12 07:26:38 -07:00
  • 1ab5ec387a start hive and cademlia in netstore initializer zelig 2015-05-12 16:21:44 +02:00
  • dca290d525 sol: skipped source checking step obscuren 2015-05-12 16:02:25 +02:00
  • ff99752ddd xeth: use same semantics as block processer for transient calls obscuren 2015-05-12 15:53:00 +02:00
  • 899df30c24 fixed identing Bas van Kervel 2015-05-12 15:23:19 +02:00
  • 95773b9673 removed redundant newlines in import block Bas van Kervel 2015-05-12 15:20:53 +02:00
  • 260536a729 rpc: hexData => hexNum obscuren 2015-05-12 15:02:44 +02:00
  • 0fddda3969 integrate to backend, fix self/remote addr for peers zelig 2015-05-12 14:33:29 +02:00
  • b79dd188d9 replaced several path.* with filepath.* which is platform independent Bas van Kervel 2015-05-12 14:24:11 +02:00
  • 66de3f0aa8 xeth, rpc: implement eth_estimateGas. Closes #930 obscuren 2015-05-12 14:14:08 +02:00
  • 96d4a7d087 eth, ethdb: lower the amount of open files & improve err messages for db obscuren 2015-05-12 11:28:33 +02:00
  • d5330b0dcd kademlia integration into hive * peerAddr in peers message * hive initialises with base (self) address and path to save peers * hive start() will implement bootstrap/update cycle * hive--kademlia interplay * kademlia: added entrypoints for DB: addNodeRecords, getNodeRecords * hive has corresponding addPeerEntries, getPeerEntries * hive is regularly polled to suggest peers, which it relays to kad.getNodeRecords * cycle of add/get implements bootsrapping * hive.getPeers gets an extra argument for max items * bzzProtocol now initialised with self address * statusMsgData contains peerAddr in Addr field (should check at handshake) * retrieveRequestMsgData now got a MaxPeers field to limit no of peers received * protocol instance implements kademlia.Node interface * currentBucketSize added to kademlia to help prioritisation in getNodeRecords * introduced dblock Mutex * p2p: export discover.NewNode, use it in p2p.peer.Node() zelig 2015-05-12 13:53:01 +02:00
  • d82caa5ce3 Merge pull request #899 from ethersphere/solc-test-fix Jeffrey Wilcke 2015-05-12 04:16:49 -07:00
  • 03bf902b92 compiler, cli/js: fix solidity compiler tests failing when a different version of solc installed zelig 2015-05-10 13:46:38 +02:00
  • e8d701a3b2 Merge pull request #929 from obscuren/develop Jeffrey Wilcke 2015-05-12 03:29:07 -07:00
  • 13f8f65a58 eth, ethdb: lower the amount of open files & improve err messages for db obscuren 2015-05-12 11:28:33 +02:00
  • 76215ca9f3 Merge pull request #925 from obscuren/worker_owned_accounts Jeffrey Wilcke 2015-05-11 14:23:51 -07:00
  • 97dd4551ef miner, cmd/geth: miner will not ignored owned account transactions obscuren 2015-05-11 21:47:34 +02:00
  • 0bedf1c376 Merge pull request #918 from obscuren/cpu_miner_fixes Jeffrey Wilcke 2015-05-11 12:11:27 -07:00
  • 6a19378d0a double put fixed zelig 2015-05-11 19:55:53 +02:00
  • a6818c4300 kademlia: added callback on short bucket + tests zelig 2015-05-11 19:55:06 +02:00
  • 436b22e1ac Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-05-11 19:49:11 +02:00
  • 6746fbd06c Created separate uncached version of database.go for bzz zsfelfoldi 2015-05-11 19:47:53 +02:00
  • d57c475889 Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-11 19:02:50 +02:00
  • 0fe3abfa86 common/kademlia first stab, tests pass zelig 2015-05-11 15:25:54 +02:00
  • 05c64815b7 Increased disk capacity to 20G Daniel A. Nagy 2015-05-11 18:24:20 +02:00
  • 345af05f09 fmt import removed Daniel A. Nagy 2015-05-11 17:40:43 +02:00
  • 9db8b3df1e Re-introduced Swarm and Swarm http proxy into geth. Daniel A. Nagy 2015-05-11 17:39:25 +02:00
  • 48bd48876c eth, eth/downloader: moved pending queue error message to debug obscuren 2015-05-11 17:27:34 +02:00
  • 21e52efdfe cmd/geth, miner, backend, xeth: Fixed miner threads to be settable obscuren 2015-05-11 15:43:14 +02:00
  • 064cf16099 eth/downloader: use count instead of peers, clearer Péter Szilágyi 2015-05-11 17:06:42 +03:00
  • d37a2559b9 eth/downloader: revert to demotion, use harsher penalty Péter Szilágyi 2015-05-11 16:47:58 +03:00
  • 70c65835f4 eth/downloader: fix #910, thread safe peers & polishes Péter Szilágyi 2015-05-11 14:26:20 +03:00
  • 59bc541232 Merge pull request #915 from karalabe/downloader-threading-fixes Jeffrey Wilcke 2015-05-11 08:16:37 -07:00
  • fe7e284709 Merge pull request #920 from tgerring/issue917 Jeffrey Wilcke 2015-05-11 07:43:56 -07:00
  • 0329e05823 Merge pull request #914 from ethersphere/develop Jeffrey Wilcke 2015-05-11 07:43:43 -07:00
  • 8e77f81586 Return 32-byte hashes from GetWork Taylor Gerring 2015-05-11 10:11:33 -04:00
  • fa53c5e074 eth/downloader: use count instead of peers, clearer Péter Szilágyi 2015-05-11 17:06:42 +03:00
  • 51d4566cbf Only allow doSign to sign hashes, enforced by using the type common.Hash Daniel A. Nagy 2015-05-11 15:54:19 +02:00
  • ebbd8b0743 eth/downloader: revert to demotion, use harsher penalty Péter Szilágyi 2015-05-11 16:47:58 +03:00
  • 49559e6d5e Interactive signature creation refactored into separate doSign function. Daniel A. Nagy 2015-05-11 15:46:18 +02:00
  • 685862d2ce eth/downloader: fix #910, thread safe peers & polishes Péter Szilágyi 2015-05-11 14:26:20 +03:00
  • 7aa3ff6ae5 Merge branch 'develop' into bzz Daniel A. Nagy 2015-05-11 12:48:57 +02:00
  • a9e1d38612 Merge branch 'develop' of github.com:ethereum/go-ethereum into develop Daniel A. Nagy 2015-05-11 12:47:14 +02:00
  • 5176fbc6fa Merge pull request #908 from obscuren/develop Jeffrey Wilcke 2015-05-11 02:59:35 -07:00
  • 6ecba12650 miner: added log message for mining operation. #912 obscuren 2015-05-11 11:36:09 +02:00
  • 3c6c891680 core: optimise pending transaction processing obscuren 2015-05-11 01:28:15 +02:00
  • df323cdb4e rpc: display error message to stdout obscuren 2015-05-11 01:24:40 +02:00
  • a2919b5e17 core, eth, miner: improved tx removal & fatal error on db sync err obscuren 2015-05-10 23:12:18 +02:00
  • 6674ea8d67 Merge pull request #911 from karalabe/whisper-graceful-fail Jeffrey Wilcke 2015-05-11 02:29:27 -07:00
  • 0ad5898c0f rpc, xeth: fix #881, gracefully handle offline whisper Péter Szilágyi 2015-05-11 11:53:53 +03:00
  • 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 +02:00
  • 2c03950630 merge in develop, fix merge conflicts on Genesis block zelig 2015-05-10 14:30:26 +02:00
  • d727d06bfe Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-05-10 14:18:35 +02:00
  • 00280e62e3 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-05-10 03:39:47 +02:00
  • 7d69679935 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum obscuren 2015-05-10 03:39:23 +02:00
  • 7551264fa6 cmd/geth, cmd/mist: version 0.9.19 obscuren 2015-05-10 03:38:46 +02:00
  • 3874f02f1b Merge pull request #894 from obscuren/develop Jeffrey Wilcke 2015-05-09 18:36:50 -07:00
  • 0e211ae203 ethdb: set open file limit to 128 for all leveldbs obscuren 2015-05-10 01:55:39 +02:00
  • bd95871a89 Merge pull request #893 from obscuren/develop Jeffrey Wilcke 2015-05-09 16:54:06 -07:00
  • 05715f27cf eth: added a cancel method for the downloader obscuren 2015-05-10 00:34:07 +02:00
  • 45dc690947 cmd/mist: version bump obscuren 2015-05-09 13:37:22 +02:00
  • e289b0a1c1 Merge pull request #888 from obscuren/develop v0.9.18 Jeffrey Wilcke 2015-05-09 04:13:16 -07:00
  • 658ac3c257 cmd/geth: bump version 0.9.18 obscuren 2015-05-09 12:54:27 +02:00
  • 7eed47fad5 miner, tests: fixed block test obscuren 2015-05-09 12:51:40 +02:00
  • e3a08875f6 miner: start/stop mutex locked. Closes #887 obscuren 2015-05-09 12:32:36 +02:00
  • a7705fc203 miner: moved gasprice to non-method obscuren 2015-05-09 12:13:46 +02:00
  • 13ddf20bd2 miner, cmd/geth: settable gas price from flags and console obscuren 2015-05-09 12:04:00 +02:00
  • cb1fa523e4 cmd/geth, cmd/mist, eth, flags: renamed loglevel to verbosity obscuren 2015-05-09 12:00:51 +02:00
  • 1fe70a66ba Signature test. Daniel A. Nagy 2015-05-08 19:37:35 +02:00
  • 62dd9833ec Merge branch 'develop' of github.com:ethereum/go-ethereum into develop Daniel A. Nagy 2015-05-08 17:55:53 +02:00
  • 3a01e3e39b Signing (almost) works. Daniel A. Nagy 2015-05-08 17:52:44 +02:00
  • c8fc4cebe6 version 0.9.17 v0.9.17 obscuren 2015-05-08 17:24:41 +02:00
  • 0214cbe0fb Merge pull request #863 from karalabe/ordered-block-download Jeffrey Wilcke 2015-05-08 08:19:53 -07:00
  • b2685aad2a p2p: fix a merge issue, address Felix's review Péter Szilágyi 2015-04-30 16:55:07 +03:00
  • e0d0a25cd7 p2p: throttle peers on remote close too, add throttling tests Péter Szilágyi 2015-04-30 11:45:59 +03:00
  • b461948e52 p2p: add a dialer cooldown to prevent reattempting failures Péter Szilágyi 2015-04-29 18:42:43 +03:00
  • 7c678554b5 Merge pull request #885 from fjl/p2p-fixes Jeffrey Wilcke 2015-05-08 07:47:56 -07:00
  • edad47bf0e eth/downloader: fix leftover state between syncs Péter Szilágyi 2015-05-08 17:21:11 +03:00
  • a487396b76 eth_sign added to API for signing arbitrary data. Daniel A. Nagy 2015-05-08 16:36:13 +02:00
  • e94aa421c6 New API call for signatures. Daniel A. Nagy 2015-05-08 16:17:19 +02:00
  • d4f0a67323 p2p: drop connections with no matching protocols Felix Lange 2015-05-08 16:09:38 +02:00
  • e45d9bb29d cmd/utils: bump default maxpeers to 25 Felix Lange 2015-05-08 16:01:31 +02:00
  • 9c0f36c46d p2p: use maxDialingConns instead of maxAcceptConns as dial limit Felix Lange 2015-05-08 15:58:19 +02:00
  • 914e57e49b p2p: fix disconnect at capacity Felix Lange 2015-05-08 15:54:35 +02:00
  • 23454dcfcb Merge pull request #840 from karalabe/throttled-dialing Jeffrey Wilcke 2015-05-08 06:53:40 -07:00
  • bd5720f480 eth, eth/downloader: handle sync errors a bit more gracefully Péter Szilágyi 2015-05-08 15:22:48 +03:00
  • f819ac7158 Merge pull request #882 from zsfelfoldi/develop Jeffrey Wilcke 2015-05-08 04:54:22 -07:00
  • 15bfae52d2 Merge pull request #876 from obscuren/jsre_fixes Jeffrey Wilcke 2015-05-08 04:39:33 -07:00
  • d7dabce732 ToVal serialization fix zsfelfoldi 2015-05-08 13:29:48 +02:00
  • f6e71b5749 updated ethereum.js obscuren 2015-05-08 11:48:22 +02:00
  • 351d6b0d44 jsre, cmd/geth: updated web3.js and altered settimeout obscuren 2015-05-07 19:56:44 +02:00
  • 03473d48c1 Merge pull request #875 from Gustav-Simonsson/test_updates Jeffrey Wilcke 2015-05-08 03:50:14 -07:00