1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • b517967f86 eth/downloader: don't penalize for stale cross checks Péter Szilágyi 2015-05-15 13:32:21 +0300
  • 83226762c2 eth, eth/downloader: detect and handle madeup hash attacks Péter Szilágyi 2015-05-15 13:14:46 +0300
  • 9ad515d2dc eth: drop a sync peer if it sends an invalid hash chain Péter Szilágyi 2015-05-15 12:01:05 +0300
  • 72411eb24c eth/downloader: circumvent hash reordering attacks Péter Szilágyi 2015-05-15 11:58:37 +0300
  • bcc2980179 eth/downloader: check sync after failed attacks Péter Szilágyi 2015-05-15 02:14:21 +0300
  • 366e9627e8 eth/downloader: add a test for detecting missing blocks Péter Szilágyi 2015-05-15 01:56:52 +0300
  • cd2fb09051 eth, eth/downloader: prevent hash repeater attack Péter Szilágyi 2015-05-15 01:40:16 +0300
  • c1f0d40e34 Merge pull request #987 from obscuren/develop Jeffrey Wilcke 2015-05-15 04:12:46 -0700
  • 158efbaa45 Merge pull request #984 from tgerring/issue924 Jeffrey Wilcke 2015-05-15 04:12:40 -0700
  • cfb2b51b74 eth/downloader: fixed test obscuren 2015-05-15 12:26:34 +0200
  • f6669db001 core: fixed mining strategy obscuren 2015-05-15 12:24:29 +0200
  • b71091e337 eth, eth/downloader, miner: use download events to check miner start obscuren 2015-05-15 00:43:00 +0200
  • 0f76a1c6df core: changed how head events are checked obscuren 2015-05-15 00:41:27 +0200
  • 580bae0a86 core: improved uncle messages obscuren 2015-05-15 00:40:07 +0200
  • 44a7f997c3 Unreverse ordering Taylor Gerring 2015-05-14 15:50:39 -0500
  • 5c6540452a Omit replies for notification requests Taylor Gerring 2015-05-14 12:39:57 -0500
  • 3ac34ee3c4 Merge pull request #975 from obscuren/develop Jeffrey Wilcke 2015-05-14 10:38:10 -0700
  • 69c78ddbb4 Merge pull request #983 from tgerring/issue958 Jeffrey Wilcke 2015-05-14 10:38:01 -0700
  • 007bced276 Merge pull request #982 from tgerring/issue962 Jeffrey Wilcke 2015-05-14 10:37:30 -0700
  • 6bc8dec7ac Merge pull request #980 from fjl/geth-test-no-scrypt Jeffrey Wilcke 2015-05-14 10:36:56 -0700
  • 4ad8f1035b Format contract code as hexdata Taylor Gerring 2015-05-14 12:17:19 -0500
  • 12f82ab2ff Check for error on DB fetch of tx Taylor Gerring 2015-05-14 11:57:29 -0500
  • 559cc02313 cmd/geth: use plain keystore for JS tests Felix Lange 2015-05-14 17:51:05 +0200
  • b19bf3ec78 core: changed log message for forks. closes #952 obscuren 2015-05-13 22:27:18 +0200
  • 060a07cf69 Merge pull request #974 from karalabe/downloader-fix-unknown-parent-attack Jeffrey Wilcke 2015-05-14 08:16:30 -0700
  • 90b94e64fc Merge pull request #971 from fjl/p2p-limit-tweaks Jeffrey Wilcke 2015-05-14 08:15:51 -0700
  • d2f119cf9b p2p/discover: limit open files for node database Felix Lange 2015-05-14 15:01:13 +0200
  • 206fe25971 p2p: remove testlog Felix Lange 2015-05-14 14:56:34 +0200
  • 7fa2607bd1 p2p/discover: bump maxBondingPingPongs to 16 Felix Lange 2015-05-14 01:49:39 +0200
  • 691cb90284 p2p: log remote reason when disconnect is requested Felix Lange 2015-05-14 03:04:04 +0200
  • ff87c241a7 Merge pull request #973 from bas-vk/issue972 Jeffrey Wilcke 2015-05-14 05:48:31 -0700
  • fe87feccb1 eth/downloader: add a small additional check to the test Péter Szilágyi 2015-05-14 15:44:54 +0300
  • ebf1eb9359 eth/downloader: remove a previous leftover Péter Szilágyi 2015-05-14 15:40:28 +0300
  • 3eda70c64c eth, eth/downloader: remove parent verification from the downlaoder Péter Szilágyi 2015-05-14 15:38:49 +0300
  • 1fa48bc5e7 Introduced default unlock duration when an account is unlocked from the console Bas van Kervel 2015-05-14 14:25:48 +0200
  • a4246c2da6 eth, eth/downloader: handle a potential unknown parent attack Péter Szilágyi 2015-05-14 15:24:18 +0300
  • 7fa740996c Merge pull request #960 from fjl/nat-fixes Jeffrey Wilcke 2015-05-14 04:06:13 -0700
  • c7a13c9be8 Merge pull request #969 from Gustav-Simonsson/ethash_improve_hashrate_update2 Jeffrey Wilcke 2015-05-14 04:05:27 -0700
  • 2b06fe3eff Merge pull request #950 from karalabe/downloader-cancel-sync Jeffrey Wilcke 2015-05-14 04:05:13 -0700
  • cdeae22356 Merge pull request #949 from bas-vk/issue944 Jeffrey Wilcke 2015-05-14 04:04:43 -0700
  • 5f706cd7f5 cmd/utils: print messages from package log through glog Felix Lange 2015-05-14 12:56:37 +0200
  • c14de2e973 p2p/nat: tweak port mapping log messages and levels Felix Lange 2015-05-14 12:54:59 +0200
  • e4aa011d23 Merge pull request #970 from ethereum/vitalik_quick_test Jeffrey Wilcke 2015-05-14 03:53:04 -0700
  • e7c7b54b82 Godeps: bump github.com/huin/goupnp to c57ae84 Felix Lange 2015-05-14 12:29:41 +0200
  • 663d4e0aff p2p/nat: add test for UPnP auto discovery via SSDP Felix Lange 2015-05-13 16:12:46 +0200
  • bdec8c3e41 Combined two loops Vitalik Buterin 2015-05-14 05:02:15 -0400
  • b24f16fa53 Make read of ethash hashrate atomic and update ethash godep Gustav Simonsson 2015-05-14 03:39:07 +0200
  • 983f5a717a p2p/nat: fix concurrent access to autodisc Interface Felix Lange 2015-05-13 16:04:06 +0200
  • 7efeb4bd96 p2p: bump maxAcceptConns and defaultDialTimout Felix Lange 2015-05-14 01:43:30 +0200
  • fca3333f7f Created separate family and ancestors environment objects Vitalik Buterin 2015-05-13 20:46:23 -0400
  • bc83761996 Fixed max uncle count error message Vitalik Buterin 2015-05-13 20:29:57 -0400
  • f7fdb4dfbe Merge pull request #966 from fjl/fixup-discover-chunked-neighbors Felix Lange 2015-05-13 21:52:58 +0200
  • 251846d65a p2p/discover: fix out-of-bounds slicing for chunked neighbors packets Felix Lange 2015-05-13 21:29:32 +0200
  • fad21fb4a5 Merge pull request #963 from Gustav-Simonsson/fix_keystore_crypto_comments Jeffrey Wilcke 2015-05-13 11:51:02 -0700
  • b2119d8931 Merge pull request #965 from subtly/patch-1 Felix Lange 2015-05-13 20:34:10 +0200
  • 8eef2b765a fix test. subtly 2015-05-13 20:15:01 +0200
  • a32693770c Manual send of multiple neighbours packets. Test receiving multiple neighbours packets. subtly 2015-05-13 20:03:17 +0200
  • 7473c93668 UDP Interop. Limit datagrams to 1280bytes. subtly 2015-05-13 19:03:00 +0200
  • 56a5592ea0 Update keystore code comments Gustav Simonsson 2015-05-13 18:33:31 +0200
  • 3edc4698fe Merge pull request #954 from karalabe/fix-downloader-nil-panic Péter Szilágyi 2015-05-13 18:15:18 +0200
  • 910a6d4e46 eth/downloader: fix nil panic caused by wrong variable use Péter Szilágyi 2015-05-13 17:25:01 +0300
  • de3a71cafd eth/downloader: remove a redundant sync progress check Péter Szilágyi 2015-05-13 16:56:01 +0300
  • 48ee0777a5 eth/downloader: add a user sync notificaton Péter Szilágyi 2015-05-13 16:03:05 +0300
  • ec57aa64cd eth/downloader: sync the cancel channel during cancel too Péter Szilágyi 2015-05-13 14:01:08 +0300
  • ee0c892303 eth/downloader: fix deliveries to check for sync cancels Péter Szilágyi 2015-05-13 13:47:21 +0300
  • 7cb0e24245 Merge pull request #948 from karalabe/fix-downlaoder-activepeer-shadow Jeffrey Wilcke 2015-05-13 03:46:29 -0700
  • e30e9fe979 removed invalid filename characters Bas van Kervel 2015-05-13 12:38:12 +0200
  • d2d5dbc6fb eth/downloader: fix active peer shadowing, polish func names Péter Szilágyi 2015-05-13 13:13:43 +0300
  • 6dec90464d Merge pull request #946 from Gustav-Simonsson/fix_geth_unlock_account Jeffrey Wilcke 2015-05-13 01:58:32 -0700
  • b5b53d8b32 Fix hex conversion in --unlock and log when successful Gustav Simonsson 2015-05-13 01:11:17 +0200
  • 28d6b30c0f Merge branch 'release/0.9.20' into develop obscuren 2015-05-12 19:05:51 +0200
  • 8e24378cc1 Merge branch 'release/0.9.20' v0.9.20 obscuren 2015-05-12 19:05:33 +0200
  • 8fe01b4bfa eth: 100% tx propagation obscuren 2015-05-12 16:27:17 +0200
  • 36ce54e5dc cmd/geth: bump version to 0.9.20 obscuren 2015-05-12 11:41:56 +0200
  • d6357aa616 Merge pull request #631 from Gustav-Simonsson/improve_key_store_crypto Jeffrey Wilcke 2015-05-12 10:00:35 -0700
  • e389585f1f Change default keystore dir Gustav Simonsson 2015-05-12 18:33:04 +0200
  • 231fe04f03 Fix address type in js test Gustav Simonsson 2015-05-12 17:48:21 +0200
  • 037772fc07 fix hex conversion bug in RPC for byte slices Gustav Simonsson 2015-05-12 17:04:56 +0200
  • 8001e48115 Fix natspec test (again x2) types Gustav Simonsson 2015-05-12 17:04:35 +0200
  • 2c1b0ff17e Update key store to new spec but keep address field for now Gustav Simonsson 2015-05-10 20:30:02 +0200
  • fe9e95a3fd Fix natspec e2e test accounts type (again) Gustav Simonsson 2015-04-26 17:18:06 +0200
  • 940952f757 Fix HEX hack in xeth accounts() Gustav Simonsson 2015-04-24 17:35:10 +0200
  • f98e002d98 Address pull request comments; key header and hex encoding Gustav Simonsson 2015-04-21 17:00:30 +0200
  • 313eec33ad Revert "Add key header to unencrypted key file" Gustav Simonsson 2015-04-21 15:52:10 +0200
  • 8754f2b768 Fix common.Address / []byte type conversions Gustav Simonsson 2015-04-19 01:09:41 +0200
  • cd88295f5a Add key header to unencrypted key file Gustav Simonsson 2015-04-15 15:47:00 +0200
  • 29a5a92d13 Add key header to encrypted keys Gustav Simonsson 2015-04-15 13:24:12 +0200
  • ac3371bcb6 Correct accounts hex in XETH API Gustav Simonsson 2015-04-02 22:54:55 +0200
  • da9fe951da Use common.Address type for accounts.Address Gustav Simonsson 2015-04-02 21:14:25 +0200
  • 6b23094cff Improve key store passphrase crypto Gustav Simonsson 2015-04-02 18:15:58 +0200
  • 9918b6c84e Remove the awesome, ever misunderstood entropy mixing Gustav Simonsson 2015-04-02 17:02:56 +0200
  • 58d6ec689f Merge pull request #933 from bas-vk/issue928 Jeffrey Wilcke 2015-05-12 08:23:46 -0700
  • f87094b660 Merge pull request #932 from obscuren/develop Jeffrey Wilcke 2015-05-12 07:26:38 -0700
  • dca290d525 sol: skipped source checking step obscuren 2015-05-12 16:02:25 +0200
  • ff99752ddd xeth: use same semantics as block processer for transient calls obscuren 2015-05-12 15:53:00 +0200
  • 899df30c24 fixed identing Bas van Kervel 2015-05-12 15:23:19 +0200
  • 95773b9673 removed redundant newlines in import block Bas van Kervel 2015-05-12 15:20:53 +0200
  • 260536a729 rpc: hexData => hexNum obscuren 2015-05-12 15:02:44 +0200
  • b79dd188d9 replaced several path.* with filepath.* which is platform independent Bas van Kervel 2015-05-12 14:24:11 +0200
  • 66de3f0aa8 xeth, rpc: implement eth_estimateGas. Closes #930 obscuren 2015-05-12 14:14:08 +0200