1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • ed621aae33 Cleanup Taylor Gerring 2015-06-06 09:50:23 -0400
  • e822f440b0 added ARM builds Jeffrey Wilcke 2015-06-06 14:33:08 +0200
  • d65b64c884 Allow export command to take first and last args Taylor Gerring 2015-06-06 00:02:32 -0400
  • 89c9320d80 Allow exporting subset of chain Taylor Gerring 2015-06-05 23:01:54 -0400
  • 43ceb0f5c7 cmd/geth: version bump 0.9.27 obscuren 2015-06-05 17:36:42 +0200
  • 7ab87f9f6e wip obscuren 2015-06-05 14:07:49 +0200
  • b94a76d17e Merge pull request #1189 from karalabe/downloader-polishes Jeffrey Wilcke 2015-06-05 08:31:57 -0700
  • 8c28126984 Merge pull request #1100 from karalabe/drop-sync-peer-on-empty-hash Jeffrey Wilcke 2015-06-05 08:28:08 -0700
  • 94e525ae12 eth, eth/downloader: fix #1098, elevate empty hash errors to peer drops Péter Szilágyi 2015-05-26 12:44:09 +0300
  • 328ef60b85 eth/downloader: differentiate stale and nonexistent deliveries Péter Szilágyi 2015-06-05 12:37:48 +0300
  • 94e4aa6ea9 eth/downloader: log hard timeouts and reset capacity Péter Szilágyi 2015-06-05 11:53:46 +0300
  • 067e66b348 Merge pull request #1185 from fjl/p2p-nat-timeouts Jeffrey Wilcke 2015-06-04 15:55:39 -0700
  • fc6a5ae3ec p2p/nat: add timeout for UPnP SOAP requests Felix Lange 2015-06-04 14:05:52 +0200
  • 6a831ca015 Godeps: update github.com/huin/goupnp to 5cff77a69fb22f5 Felix Lange 2015-06-04 14:04:57 +0200
  • 8b4605c336 Merge pull request #1186 from obscuren/log_fixes Jeffrey Wilcke 2015-06-04 10:49:00 -0700
  • 246db4250b tests: use state logs instead own kept logs obscuren 2015-06-04 16:05:28 +0200
  • 45152dead5 Merge pull request #1181 from obscuren/txpool_fixes Jeffrey Wilcke 2015-06-04 10:47:23 -0700
  • 10fc733767 Merge pull request #1184 from karalabe/nonstop-block-fetches Jeffrey Wilcke 2015-06-04 10:42:34 -0700
  • 912cf7ba04 core: added fork test & double nonce test obscuren 2015-06-04 17:28:09 +0200
  • 0f51ee6c88 crypto: return common.Address rather than raw bytes obscuren 2015-06-04 16:52:23 +0200
  • dcdb4554d7 core: documented changes in tx pool obscuren 2015-06-04 16:19:22 +0200
  • cf5ad266f6 core: only change the nonce if the account nonce is lower obscuren 2015-06-04 15:44:42 +0200
  • d754c25cc8 eth/downloader: drop log entry from peer, it's covered already Péter Szilágyi 2015-06-04 16:22:55 +0300
  • 24cca2f18d eth/downloader: log after state updates, easier to debug Péter Szilágyi 2015-06-04 15:10:43 +0300
  • 28c32d1b1b eth/downloader: fix #1178, don't request blocks beyond the cache bounds Péter Szilágyi 2015-06-04 14:51:14 +0300
  • 2bb0e48a7b skipped failing natspec tests obscuren 2015-06-04 13:17:47 +0200
  • 9dd12a64a7 core: renamed txs to pending obscuren 2015-06-04 12:47:46 +0200
  • 9b27fb91c0 cmd/geth, common/natspec: updating tests (still failing?) obscuren 2015-06-04 11:41:20 +0200
  • 36c0db2ac9 xeth: use the correct nonce for creating transactions obscuren 2015-06-04 11:35:37 +0200
  • 140d883901 core: test updates obscuren 2015-06-03 22:53:33 +0200
  • d09a6e5421 core, eth, miner: moved nonce management to tx pool. obscuren 2015-06-03 22:22:20 +0200
  • 5197aed7db cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool Felix Lange 2015-06-03 15:56:25 +0200
  • ec7a2c3442 core: don't remove transactions after block processing Felix Lange 2015-06-03 15:52:25 +0200
  • 5721c43585 core: update documentation comments for TxPool Felix Lange 2015-06-03 15:23:31 +0200
  • ca31d71107 core: remove unused code from TxPool Felix Lange 2015-06-03 14:20:44 +0200
  • 08befff8f1 core: compute less transaction hashes in TxPool Felix Lange 2015-06-03 14:06:20 +0200
  • 770a0e7839 wip obscuren 2015-06-03 13:14:06 +0200
  • b26f5e0bb7 types: block json unmarshal method added obscuren 2015-05-31 15:53:17 +0200
  • fa4aefee44 core/vm: cleanup and renames obscuren 2015-05-31 15:05:00 +0200
  • 8610314918 Merge pull request #1167 from Gustav-Simonsson/check_ec_recover_err Jeffrey Wilcke 2015-06-03 10:29:47 -0700
  • 71d9367edc Merge pull request #1151 from fjl/parallel-nonce-2 Jeffrey Wilcke 2015-06-03 09:12:06 -0700
  • 122d2db095 Merge pull request #1150 from fjl/fix-jumpdest Jeffrey Wilcke 2015-06-03 09:11:56 -0700
  • 0cd72369f7 Merge pull request #1176 from karalabe/congestion-control Jeffrey Wilcke 2015-06-03 08:24:52 -0700
  • 02f785af70 Merge pull request #1166 from Gustav-Simonsson/add_ec_sig_validations Jeffrey Wilcke 2015-06-03 08:11:24 -0700
  • c9ed9d253a tests/files: update tests to d309b4679a58d2 Felix Lange 2015-06-03 16:17:15 +0200
  • 48fb0c3213 core/vm: check for 'no code' before doing any work Felix Lange 2015-05-29 14:58:57 +0200
  • ea2718c946 core/vm: improve JUMPDEST analysis Felix Lange 2015-05-29 14:40:45 +0200
  • edbd902a1b Initialise curve N value in package init Gustav Simonsson 2015-06-03 14:44:29 +0200
  • 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 +0300
  • c9a546c310 eth/downloader: add a basic block download congestion control Péter Szilágyi 2015-06-03 14:39:21 +0300
  • 827bccb64b Merge pull request #1175 from karalabe/keccak-update Jeffrey Wilcke 2015-06-03 04:13:31 -0700
  • 14e7192d9c crypto/sha3: pull in latest keccak from go crypto (45% speed increase) Péter Szilágyi 2015-06-03 12:00:39 +0300
  • 9085b10508 Merge pull request #1169 from Gustav-Simonsson/unsupport_bruncles Jeffrey Wilcke 2015-06-03 01:20:59 -0700
  • 0fa9d2431f Add new 0th gen uncle test Gustav Simonsson 2015-06-02 14:47:23 +0200
  • 8a76b45253 Use older version of stSpecialTest until JUMPDEST fix is merged Gustav Simonsson 2015-06-02 12:25:43 +0200
  • 8962af2e42 Update Ethereum JSON test files Gustav Simonsson 2015-06-02 12:15:25 +0200
  • 55bf5051ad Unsupport bruncles Gustav Simonsson 2015-06-01 22:43:05 +0200
  • 5a692ba4f6 Update Ethereum JSON test files Gustav Simonsson 2015-06-01 22:34:44 +0200
  • 147a699c65 Add missing err checks on From() (skip RPC for now) Gustav Simonsson 2015-06-01 22:00:48 +0200
  • 32e1b104f8 Add EC signature validations before call to libsecp256k1 Gustav Simonsson 2015-06-01 20:27:20 +0200
  • 55b60e699b core: insert less length zero chains Felix Lange 2015-05-29 18:55:42 +0200
  • e7e2cbfc01 core: re-add parallel nonce checks Felix Lange 2015-05-29 18:07:23 +0200
  • 5b14fdb94b Merge pull request #1161 from tgerring/bootnode Felix Lange 2015-06-01 09:51:24 +0200
  • 057d36b049 Update bootnode Taylor Gerring 2015-05-31 13:48:27 -0500
  • a906a84950 Merge pull request #1155 from karalabe/fix-chainmanager-datarace Felix Lange 2015-05-30 01:21:09 +0200
  • b7fc85d68e core: fix #1154, sort out data race accessing the future blocks Péter Szilágyi 2015-05-29 23:46:10 +0300
  • b4818a003a Update Ethereum JSON test files Gustav Simonsson 2015-05-29 00:43:14 +0200
  • 0e703d92ac Merge branch 'release/0.9.26' v0.9.26 obscuren 2015-05-28 18:21:14 +0200
  • 12b90600eb core: moved guards obscuren 2015-05-28 18:18:23 +0200
  • 2587b0ea62 Merge branch 'release/0.9.26' into develop obscuren 2015-05-28 18:01:54 +0200
  • f082c1b895 Merge branch 'release/0.9.26' obscuren 2015-05-28 18:01:40 +0200
  • d51d74eb55 cmd/geth: bump version v0.9.26 obscuren 2015-05-28 17:43:05 +0200
  • 35806ccc1c build server fix obscuren 2015-05-28 17:18:13 +0200
  • b25e8b7079 Merge pull request #1142 from obscuren/100-pct-block-prop Jeffrey Wilcke 2015-05-28 08:07:11 -0700
  • e5d7627427 eth: 100% block propogation obscuren 2015-05-28 17:01:44 +0200
  • a225ef9c13 Merge pull request #1140 from Gustav-Simonsson/fix_account_unlock_logging Jeffrey Wilcke 2015-05-28 07:39:13 -0700
  • b6e137b2b4 Merge pull request #1141 from obscuren/parallelisation-issue Jeffrey Wilcke 2015-05-28 07:37:37 -0700
  • 03178a77b6 Merge pull request #1132 from obscuren/log_optimisations Jeffrey Wilcke 2015-05-28 07:35:07 -0700
  • 16038b4e67 core: added bad block obscuren 2015-05-28 16:26:19 +0200
  • 109f995684 core: log block hash during nonce error obscuren 2015-05-28 15:46:36 +0200
  • 75f5ae80fd core: partially removed nonce parallelisation and added merge error chk obscuren 2015-05-28 15:35:50 +0200
  • 9138955ba5 Validate account length and avoid slicing in logging Gustav Simonsson 2015-05-28 15:20:05 +0200
  • 4baa5ca963 Merge pull request #1137 from obscuren/web3_update Jeffrey Wilcke 2015-05-28 04:40:14 -0700
  • 598e454d46 cmd/geth: updated web3 obscuren 2015-05-28 13:24:09 +0200
  • 9f467c387a Merge pull request #1123 from fjl/lean-blockchain-commands Jeffrey Wilcke 2015-05-28 04:17:47 -0700
  • 8add3bb009 Merge pull request #1135 from karalabe/tempban-invalid-hashes Jeffrey Wilcke 2015-05-28 04:13:08 -0700
  • 29b0480cfb core, eth/downloader: expose the bad hashes, check in downloader Péter Szilágyi 2015-05-28 13:06:10 +0300
  • e84bbcce3c cmd/geth: don't flush databases after import Felix Lange 2015-05-28 01:20:03 +0200
  • e1fe75e3b6 cmd/utils: use constant for import batch size Felix Lange 2015-05-28 01:16:57 +0200
  • a8bc2181c9 cmd/utils: skip batches with known blocks during import Felix Lange 2015-05-27 17:35:08 +0200
  • 67effb94b6 cmd/geth, cmd/utils: make chain importing interruptible Felix Lange 2015-05-27 16:02:08 +0200
  • 705beb4c25 cmd/utils: print errors only once if stdout and stderr are the same file Felix Lange 2015-05-27 15:48:07 +0200
  • 74706a0f02 cmd/geth, cmd/utils: rename utils.Get* -> utils.Make* Felix Lange 2015-05-27 14:50:31 +0200
  • 8e4512a5e7 p2p/nat: bump timeout in TestAutoDiscRace Felix Lange 2015-05-27 14:10:02 +0200
  • 651030c98d cmd/geth: move blockchain commands to chaincmd.go Felix Lange 2015-05-27 13:43:49 +0200
  • 62671c93c4 cmd/mist: use utils.SetupLogger Felix Lange 2015-05-27 13:34:14 +0200
  • 3b9808f23c cmd/geth, cmd/utils: don't use Ethereum for import, export and upgradedb Felix Lange 2015-05-27 13:29:34 +0200
  • e3253b5d5e core: fixed an issue with storing receipts obscuren 2015-05-22 22:44:51 +0200
  • 27e0d2a973 Merge pull request #1128 from karalabe/hard-disconnect-trial Jeffrey Wilcke 2015-05-27 15:28:39 -0700
  • 5479be9f64 Merge pull request #1129 from obscuren/database_cache_removal Jeffrey Wilcke 2015-05-27 10:00:08 -0700