Commit Graph

  • 559cc02313 cmd/geth: use plain keystore for JS tests Felix Lange 2015-05-14 17:51:05 +02:00
  • b19bf3ec78 core: changed log message for forks. closes #952 obscuren 2015-05-13 22:27:18 +02:00
  • 060a07cf69 Merge pull request #974 from karalabe/downloader-fix-unknown-parent-attack Jeffrey Wilcke 2015-05-14 08:16:30 -07:00
  • 90b94e64fc Merge pull request #971 from fjl/p2p-limit-tweaks Jeffrey Wilcke 2015-05-14 08:15:51 -07:00
  • d2f119cf9b p2p/discover: limit open files for node database Felix Lange 2015-05-14 15:01:13 +02:00
  • 206fe25971 p2p: remove testlog Felix Lange 2015-05-14 14:56:34 +02:00
  • 7fa2607bd1 p2p/discover: bump maxBondingPingPongs to 16 Felix Lange 2015-05-14 01:49:39 +02:00
  • 691cb90284 p2p: log remote reason when disconnect is requested Felix Lange 2015-05-14 03:04:04 +02:00
  • ff87c241a7 Merge pull request #973 from bas-vk/issue972 Jeffrey Wilcke 2015-05-14 05:48:31 -07:00
  • fe87feccb1 eth/downloader: add a small additional check to the test Péter Szilágyi 2015-05-14 15:44:54 +03:00
  • ebf1eb9359 eth/downloader: remove a previous leftover Péter Szilágyi 2015-05-14 15:40:28 +03:00
  • 3eda70c64c eth, eth/downloader: remove parent verification from the downlaoder Péter Szilágyi 2015-05-14 15:38:49 +03:00
  • 1fa48bc5e7 Introduced default unlock duration when an account is unlocked from the console Bas van Kervel 2015-05-14 14:25:48 +02:00
  • a4246c2da6 eth, eth/downloader: handle a potential unknown parent attack Péter Szilágyi 2015-05-14 15:24:18 +03:00
  • 7fa740996c Merge pull request #960 from fjl/nat-fixes Jeffrey Wilcke 2015-05-14 04:06:13 -07:00
  • c7a13c9be8 Merge pull request #969 from Gustav-Simonsson/ethash_improve_hashrate_update2 Jeffrey Wilcke 2015-05-14 04:05:27 -07:00
  • 2b06fe3eff Merge pull request #950 from karalabe/downloader-cancel-sync Jeffrey Wilcke 2015-05-14 04:05:13 -07:00
  • cdeae22356 Merge pull request #949 from bas-vk/issue944 Jeffrey Wilcke 2015-05-14 04:04:43 -07:00
  • 5f706cd7f5 cmd/utils: print messages from package log through glog Felix Lange 2015-05-14 12:56:37 +02:00
  • c14de2e973 p2p/nat: tweak port mapping log messages and levels Felix Lange 2015-05-14 12:54:59 +02:00
  • e4aa011d23 Merge pull request #970 from ethereum/vitalik_quick_test Jeffrey Wilcke 2015-05-14 03:53:04 -07:00
  • e7c7b54b82 Godeps: bump github.com/huin/goupnp to c57ae84 Felix Lange 2015-05-14 12:29:41 +02:00
  • 663d4e0aff p2p/nat: add test for UPnP auto discovery via SSDP Felix Lange 2015-05-13 16:12:46 +02:00
  • bdec8c3e41 Combined two loops Vitalik Buterin 2015-05-14 05:02:15 -04:00
  • b24f16fa53 Make read of ethash hashrate atomic and update ethash godep Gustav Simonsson 2015-05-14 03:39:07 +02:00
  • 983f5a717a p2p/nat: fix concurrent access to autodisc Interface Felix Lange 2015-05-13 16:04:06 +02:00
  • 7efeb4bd96 p2p: bump maxAcceptConns and defaultDialTimout Felix Lange 2015-05-14 01:43:30 +02:00
  • fca3333f7f Created separate family and ancestors environment objects Vitalik Buterin 2015-05-13 20:46:23 -04:00
  • bc83761996 Fixed max uncle count error message Vitalik Buterin 2015-05-13 20:29:57 -04:00
  • f7fdb4dfbe Merge pull request #966 from fjl/fixup-discover-chunked-neighbors Felix Lange 2015-05-13 21:52:58 +02:00
  • 251846d65a p2p/discover: fix out-of-bounds slicing for chunked neighbors packets Felix Lange 2015-05-13 21:29:32 +02:00
  • fad21fb4a5 Merge pull request #963 from Gustav-Simonsson/fix_keystore_crypto_comments Jeffrey Wilcke 2015-05-13 11:51:02 -07:00
  • b2119d8931 Merge pull request #965 from subtly/patch-1 Felix Lange 2015-05-13 20:34:10 +02:00
  • 8eef2b765a fix test. subtly 2015-05-13 20:15:01 +02:00
  • a32693770c Manual send of multiple neighbours packets. Test receiving multiple neighbours packets. subtly 2015-05-13 20:03:17 +02:00
  • 7473c93668 UDP Interop. Limit datagrams to 1280bytes. subtly 2015-05-13 19:03:00 +02:00
  • 56a5592ea0 Update keystore code comments Gustav Simonsson 2015-05-13 18:33:31 +02:00
  • 3edc4698fe Merge pull request #954 from karalabe/fix-downloader-nil-panic Péter Szilágyi 2015-05-13 18:15:18 +02:00
  • 910a6d4e46 eth/downloader: fix nil panic caused by wrong variable use Péter Szilágyi 2015-05-13 17:25:01 +03:00
  • de3a71cafd eth/downloader: remove a redundant sync progress check Péter Szilágyi 2015-05-13 16:56:01 +03:00
  • 48ee0777a5 eth/downloader: add a user sync notificaton Péter Szilágyi 2015-05-13 16:03:05 +03:00
  • ec57aa64cd eth/downloader: sync the cancel channel during cancel too Péter Szilágyi 2015-05-13 14:01:08 +03:00
  • ee0c892303 eth/downloader: fix deliveries to check for sync cancels Péter Szilágyi 2015-05-13 13:47:21 +03:00
  • 7cb0e24245 Merge pull request #948 from karalabe/fix-downlaoder-activepeer-shadow Jeffrey Wilcke 2015-05-13 03:46:29 -07:00
  • e30e9fe979 removed invalid filename characters Bas van Kervel 2015-05-13 12:38:12 +02:00
  • d2d5dbc6fb eth/downloader: fix active peer shadowing, polish func names Péter Szilágyi 2015-05-13 13:13:43 +03:00
  • 6dec90464d Merge pull request #946 from Gustav-Simonsson/fix_geth_unlock_account Jeffrey Wilcke 2015-05-13 01:58:32 -07:00
  • b5b53d8b32 Fix hex conversion in --unlock and log when successful Gustav Simonsson 2015-05-13 01:11:17 +02:00
  • 28d6b30c0f Merge branch 'release/0.9.20' into develop obscuren 2015-05-12 19:05:51 +02:00
  • 8e24378cc1 Merge branch 'release/0.9.20' obscuren 2015-05-12 19:05:33 +02:00
  • 8fe01b4bfa eth: 100% tx propagation obscuren 2015-05-12 16:27:17 +02:00
  • 36ce54e5dc cmd/geth: bump version to 0.9.20 obscuren 2015-05-12 11:41:56 +02:00
  • d6357aa616 Merge pull request #631 from Gustav-Simonsson/improve_key_store_crypto Jeffrey Wilcke 2015-05-12 10:00:35 -07:00
  • e389585f1f Change default keystore dir Gustav Simonsson 2015-05-12 18:33:04 +02:00
  • 231fe04f03 Fix address type in js test Gustav Simonsson 2015-05-12 17:48:21 +02:00
  • 037772fc07 fix hex conversion bug in RPC for byte slices Gustav Simonsson 2015-05-12 17:04:56 +02:00
  • 8001e48115 Fix natspec test (again x2) types Gustav Simonsson 2015-05-12 17:04:35 +02:00
  • 2c1b0ff17e Update key store to new spec but keep address field for now Gustav Simonsson 2015-05-10 20:30:02 +02:00
  • fe9e95a3fd Fix natspec e2e test accounts type (again) Gustav Simonsson 2015-04-26 17:18:06 +02:00
  • 940952f757 Fix HEX hack in xeth accounts() Gustav Simonsson 2015-04-24 17:35:10 +02:00
  • f98e002d98 Address pull request comments; key header and hex encoding Gustav Simonsson 2015-04-21 17:00:30 +02:00
  • 313eec33ad Revert "Add key header to unencrypted key file" Gustav Simonsson 2015-04-21 15:52:10 +02:00
  • 8754f2b768 Fix common.Address / []byte type conversions Gustav Simonsson 2015-04-19 01:09:41 +02:00
  • cd88295f5a Add key header to unencrypted key file Gustav Simonsson 2015-04-15 15:47:00 +02:00
  • 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
  • f87094b660 Merge pull request #932 from obscuren/develop Jeffrey Wilcke 2015-05-12 07:26:38 -07: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
  • 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
  • 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
  • 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