Commit Graph

  • 4ed3509a02 eth/downloader: test registration rejection on head ban Péter Szilágyi 2015-06-08 15:02:52 +03:00
  • c4f224932f eth/downloader: reject peer registration if head is banned Péter Szilágyi 2015-06-08 14:46:31 +03:00
  • 63c6cedb14 eth/downloader: cap the hash ban set, add test for it Péter Szilágyi 2015-06-08 14:06:36 +03:00
  • 4b2dd44711 eth/downloader: fix throttling test to be less timing dependent Péter Szilágyi 2015-06-07 18:46:32 +03:00
  • 2d627995cf eth/downloader: fix another rebase error Péter Szilágyi 2015-06-07 18:41:05 +03:00
  • b40c796ff7 eth/downloader: preallocate the block cache Péter Szilágyi 2015-06-03 19:00:54 +03:00
  • 1d7bf3d39f eth/downloader: fix merge compile error Péter Szilágyi 2015-06-03 18:39:56 +03:00
  • 6d497f61c6 eth/downloader: don't block hash deliveries while pulling blocks Péter Szilágyi 2015-06-02 15:57:07 +03:00
  • 9da0232eef eth/downloader: update test for shitty travis Péter Szilágyi 2015-05-30 00:45:22 +03:00
  • 0275fcb3d3 eth/downloader: clean up and simplify the code a bit Péter Szilágyi 2015-05-30 00:34:23 +03:00
  • abdfcda4dd eth/downloader: short circuit sync if head hash is banned Péter Szilágyi 2015-05-29 21:15:28 +03:00
  • 84bc93d8cb eth/downloader: accumulating hash bans for reconnecting attackers Péter Szilágyi 2015-05-29 21:04:20 +03:00
  • eedb25b22a eth/downloader: clean up tests and unused variables Péter Szilágyi 2015-05-29 19:47:00 +03:00
  • c6faa18ec9 Merge pull request #1198 from fjl/core-fix-nonce-check Jeffrey Wilcke 2015-06-08 01:31:34 -07:00
  • 6c27e2aaf6 core: add bad block for the 'missing nonce check' fork Felix Lange 2015-06-08 02:49:43 +02:00
  • 0b493910d3 core: fix the nonce check one more time Felix Lange 2015-06-08 02:19:39 +02:00
  • 4ab0cedf42 Export should start with block 0 Taylor Gerring 2015-06-06 10:59:56 -04:00
  • 2729e6294a Improved error checking Taylor Gerring 2015-06-06 10:04:13 -04:00
  • ed621aae33 Cleanup Taylor Gerring 2015-06-06 09:50:23 -04:00
  • e822f440b0 added ARM builds Jeffrey Wilcke 2015-06-06 14:33:08 +02:00
  • d65b64c884 Allow export command to take first and last args Taylor Gerring 2015-06-06 00:02:32 -04:00
  • 89c9320d80 Allow exporting subset of chain Taylor Gerring 2015-06-05 23:01:54 -04:00
  • 43ceb0f5c7 cmd/geth: version bump 0.9.27 obscuren 2015-06-05 17:36:42 +02:00
  • 7ab87f9f6e wip obscuren 2015-06-05 14:07:49 +02:00
  • b94a76d17e Merge pull request #1189 from karalabe/downloader-polishes Jeffrey Wilcke 2015-06-05 08:31:57 -07:00
  • 8c28126984 Merge pull request #1100 from karalabe/drop-sync-peer-on-empty-hash Jeffrey Wilcke 2015-06-05 08:28:08 -07:00
  • 94e525ae12 eth, eth/downloader: fix #1098, elevate empty hash errors to peer drops Péter Szilágyi 2015-05-26 12:44:09 +03:00
  • 328ef60b85 eth/downloader: differentiate stale and nonexistent deliveries Péter Szilágyi 2015-06-05 12:37:48 +03:00
  • 94e4aa6ea9 eth/downloader: log hard timeouts and reset capacity Péter Szilágyi 2015-06-05 11:53:46 +03:00
  • 067e66b348 Merge pull request #1185 from fjl/p2p-nat-timeouts Jeffrey Wilcke 2015-06-04 15:55:39 -07:00
  • fc6a5ae3ec p2p/nat: add timeout for UPnP SOAP requests Felix Lange 2015-06-04 14:05:52 +02:00
  • 6a831ca015 Godeps: update github.com/huin/goupnp to 5cff77a69fb22f5 Felix Lange 2015-06-04 14:04:57 +02:00
  • 8b4605c336 Merge pull request #1186 from obscuren/log_fixes Jeffrey Wilcke 2015-06-04 10:49:00 -07:00
  • 246db4250b tests: use state logs instead own kept logs obscuren 2015-06-04 16:05:28 +02:00
  • 45152dead5 Merge pull request #1181 from obscuren/txpool_fixes Jeffrey Wilcke 2015-06-04 10:47:23 -07:00
  • 10fc733767 Merge pull request #1184 from karalabe/nonstop-block-fetches Jeffrey Wilcke 2015-06-04 10:42:34 -07:00
  • 912cf7ba04 core: added fork test & double nonce test obscuren 2015-06-04 17:28:09 +02:00
  • 0f51ee6c88 crypto: return common.Address rather than raw bytes obscuren 2015-06-04 16:52:23 +02:00
  • dcdb4554d7 core: documented changes in tx pool obscuren 2015-06-04 16:19:22 +02:00
  • cf5ad266f6 core: only change the nonce if the account nonce is lower obscuren 2015-06-04 15:44:42 +02:00
  • d754c25cc8 eth/downloader: drop log entry from peer, it's covered already Péter Szilágyi 2015-06-04 16:22:55 +03:00
  • 24cca2f18d eth/downloader: log after state updates, easier to debug Péter Szilágyi 2015-06-04 15:10:43 +03:00
  • 28c32d1b1b eth/downloader: fix #1178, don't request blocks beyond the cache bounds Péter Szilágyi 2015-06-04 14:51:14 +03:00
  • 2bb0e48a7b skipped failing natspec tests obscuren 2015-06-04 13:17:47 +02:00
  • 9dd12a64a7 core: renamed txs to pending obscuren 2015-06-04 12:47:46 +02:00
  • 9b27fb91c0 cmd/geth, common/natspec: updating tests (still failing?) obscuren 2015-06-04 11:41:20 +02:00
  • 36c0db2ac9 xeth: use the correct nonce for creating transactions obscuren 2015-06-04 11:35:37 +02:00
  • 140d883901 core: test updates obscuren 2015-06-03 22:53:33 +02:00
  • d09a6e5421 core, eth, miner: moved nonce management to tx pool. obscuren 2015-06-03 22:22:20 +02:00
  • 5197aed7db cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool Felix Lange 2015-06-03 15:56:25 +02:00
  • ec7a2c3442 core: don't remove transactions after block processing Felix Lange 2015-06-03 15:52:25 +02:00
  • 5721c43585 core: update documentation comments for TxPool Felix Lange 2015-06-03 15:23:31 +02:00
  • ca31d71107 core: remove unused code from TxPool Felix Lange 2015-06-03 14:20:44 +02:00
  • 08befff8f1 core: compute less transaction hashes in TxPool Felix Lange 2015-06-03 14:06:20 +02:00
  • 770a0e7839 wip obscuren 2015-06-03 13:14:06 +02:00
  • b26f5e0bb7 types: block json unmarshal method added obscuren 2015-05-31 15:53:17 +02:00
  • fa4aefee44 core/vm: cleanup and renames obscuren 2015-05-31 15:05:00 +02:00
  • 8610314918 Merge pull request #1167 from Gustav-Simonsson/check_ec_recover_err Jeffrey Wilcke 2015-06-03 10:29:47 -07:00
  • 71d9367edc Merge pull request #1151 from fjl/parallel-nonce-2 Jeffrey Wilcke 2015-06-03 09:12:06 -07:00
  • 122d2db095 Merge pull request #1150 from fjl/fix-jumpdest Jeffrey Wilcke 2015-06-03 09:11:56 -07:00
  • 0cd72369f7 Merge pull request #1176 from karalabe/congestion-control Jeffrey Wilcke 2015-06-03 08:24:52 -07:00
  • 02f785af70 Merge pull request #1166 from Gustav-Simonsson/add_ec_sig_validations Jeffrey Wilcke 2015-06-03 08:11:24 -07:00
  • c9ed9d253a tests/files: update tests to d309b4679a58d2 Felix Lange 2015-06-03 16:17:15 +02:00
  • 48fb0c3213 core/vm: check for 'no code' before doing any work Felix Lange 2015-05-29 14:58:57 +02:00
  • ea2718c946 core/vm: improve JUMPDEST analysis Felix Lange 2015-05-29 14:40:45 +02:00
  • edbd902a1b Initialise curve N value in package init Gustav Simonsson 2015-06-03 14:44:29 +02:00
  • 3ec159ab6b eth/downloader: demote peers if they exceed the soft limits at 1 blocks already Péter Szilágyi 2015-06-03 15:43:12 +03:00
  • c9a546c310 eth/downloader: add a basic block download congestion control Péter Szilágyi 2015-06-03 14:39:21 +03:00
  • 827bccb64b Merge pull request #1175 from karalabe/keccak-update Jeffrey Wilcke 2015-06-03 04:13:31 -07:00
  • 14e7192d9c crypto/sha3: pull in latest keccak from go crypto (45% speed increase) Péter Szilágyi 2015-06-03 12:00:39 +03:00
  • 9085b10508 Merge pull request #1169 from Gustav-Simonsson/unsupport_bruncles Jeffrey Wilcke 2015-06-03 01:20:59 -07:00
  • 0fa9d2431f Add new 0th gen uncle test Gustav Simonsson 2015-06-02 14:47:23 +02:00
  • 8a76b45253 Use older version of stSpecialTest until JUMPDEST fix is merged Gustav Simonsson 2015-06-02 12:25:43 +02:00
  • 8962af2e42 Update Ethereum JSON test files Gustav Simonsson 2015-06-02 12:15:25 +02:00
  • 55bf5051ad Unsupport bruncles Gustav Simonsson 2015-06-01 22:43:05 +02:00
  • 5a692ba4f6 Update Ethereum JSON test files Gustav Simonsson 2015-06-01 22:34:44 +02:00
  • 147a699c65 Add missing err checks on From() (skip RPC for now) Gustav Simonsson 2015-06-01 22:00:48 +02:00
  • 32e1b104f8 Add EC signature validations before call to libsecp256k1 Gustav Simonsson 2015-06-01 20:27:20 +02:00
  • 55b60e699b core: insert less length zero chains Felix Lange 2015-05-29 18:55:42 +02:00
  • e7e2cbfc01 core: re-add parallel nonce checks Felix Lange 2015-05-29 18:07:23 +02:00
  • 5b14fdb94b Merge pull request #1161 from tgerring/bootnode Felix Lange 2015-06-01 09:51:24 +02:00
  • 057d36b049 Update bootnode Taylor Gerring 2015-05-31 13:48:27 -05:00
  • a906a84950 Merge pull request #1155 from karalabe/fix-chainmanager-datarace Felix Lange 2015-05-30 01:21:09 +02:00
  • b7fc85d68e core: fix #1154, sort out data race accessing the future blocks Péter Szilágyi 2015-05-29 23:46:10 +03:00
  • b4818a003a Update Ethereum JSON test files Gustav Simonsson 2015-05-29 00:43:14 +02:00
  • 0e703d92ac Merge branch 'release/0.9.26' obscuren 2015-05-28 18:21:14 +02:00
  • 12b90600eb core: moved guards obscuren 2015-05-28 18:18:23 +02:00
  • 2587b0ea62 Merge branch 'release/0.9.26' into develop obscuren 2015-05-28 18:01:54 +02:00
  • f082c1b895 Merge branch 'release/0.9.26' obscuren 2015-05-28 18:01:40 +02:00
  • d51d74eb55 cmd/geth: bump version v0.9.26 obscuren 2015-05-28 17:43:05 +02:00
  • 35806ccc1c build server fix obscuren 2015-05-28 17:18:13 +02:00
  • b25e8b7079 Merge pull request #1142 from obscuren/100-pct-block-prop Jeffrey Wilcke 2015-05-28 08:07:11 -07:00
  • e5d7627427 eth: 100% block propogation obscuren 2015-05-28 17:01:44 +02:00
  • a225ef9c13 Merge pull request #1140 from Gustav-Simonsson/fix_account_unlock_logging Jeffrey Wilcke 2015-05-28 07:39:13 -07:00
  • b6e137b2b4 Merge pull request #1141 from obscuren/parallelisation-issue Jeffrey Wilcke 2015-05-28 07:37:37 -07:00
  • 03178a77b6 Merge pull request #1132 from obscuren/log_optimisations Jeffrey Wilcke 2015-05-28 07:35:07 -07:00
  • 16038b4e67 core: added bad block obscuren 2015-05-28 16:26:19 +02:00
  • 109f995684 core: log block hash during nonce error obscuren 2015-05-28 15:46:36 +02:00
  • 75f5ae80fd core: partially removed nonce parallelisation and added merge error chk obscuren 2015-05-28 15:35:50 +02:00
  • 9138955ba5 Validate account length and avoid slicing in logging Gustav Simonsson 2015-05-28 15:20:05 +02:00