Commit graph

  • 55b7c14554 Merge pull request #1199 from obscuren/settable_genesis_nonce Jeffrey Wilcke 2015-06-08 13:43:41 -0700
  • 75522f95ce Merge pull request #1204 from carver/deep-log-crashfix Jeffrey Wilcke 2015-06-08 13:35:11 -0700
  • a9c058dfe0 crash fix: skip deep log if self.chain is not caught up Jason Carver 2015-06-08 11:49:59 -0700
  • 9ed166c196 eth: split and handle explicitly vs. download requested blocks Péter Szilágyi 2015-06-08 20:38:39 +0300
  • 44e5ff7d15 Fix blocktest Taylor Gerring 2015-06-08 12:55:15 -0400
  • 6244b10a8f core: settable genesis nonce obscuren 2015-06-08 12:12:13 +0200
  • fdccce781e eth: fetch announced hashes from origin, periodically Péter Szilágyi 2015-06-08 19:24:56 +0300
  • 8c012e103f eth: mark blocks as known when broadcasting hashes too Péter Szilágyi 2015-06-04 19:11:06 +0300
  • 6f415b96b3 eth: implement the NewBlockHashes protocol proposal Péter Szilágyi 2015-06-04 18:46:07 +0300
  • 4ed3509a02 eth/downloader: test registration rejection on head ban Péter Szilágyi 2015-06-08 15:02:52 +0300
  • c4f224932f eth/downloader: reject peer registration if head is banned Péter Szilágyi 2015-06-08 14:46:31 +0300
  • 63c6cedb14 eth/downloader: cap the hash ban set, add test for it Péter Szilágyi 2015-06-08 14:06:36 +0300
  • 4b2dd44711 eth/downloader: fix throttling test to be less timing dependent Péter Szilágyi 2015-06-07 18:46:32 +0300
  • 2d627995cf eth/downloader: fix another rebase error Péter Szilágyi 2015-06-07 18:41:05 +0300
  • b40c796ff7 eth/downloader: preallocate the block cache Péter Szilágyi 2015-06-03 19:00:54 +0300
  • 1d7bf3d39f eth/downloader: fix merge compile error Péter Szilágyi 2015-06-03 18:39:56 +0300
  • 6d497f61c6 eth/downloader: don't block hash deliveries while pulling blocks Péter Szilágyi 2015-06-02 15:57:07 +0300
  • 9da0232eef eth/downloader: update test for shitty travis Péter Szilágyi 2015-05-30 00:45:22 +0300
  • 0275fcb3d3 eth/downloader: clean up and simplify the code a bit Péter Szilágyi 2015-05-30 00:34:23 +0300
  • abdfcda4dd eth/downloader: short circuit sync if head hash is banned Péter Szilágyi 2015-05-29 21:15:28 +0300
  • 84bc93d8cb eth/downloader: accumulating hash bans for reconnecting attackers Péter Szilágyi 2015-05-29 21:04:20 +0300
  • eedb25b22a eth/downloader: clean up tests and unused variables Péter Szilágyi 2015-05-29 19:47:00 +0300
  • 63442d998c Merge 4f7929fa7d into c6faa18ec9 bas-vk 2015-06-08 09:32:30 +0000
  • c6faa18ec9 Merge pull request #1198 from fjl/core-fix-nonce-check Jeffrey Wilcke 2015-06-08 01:31:34 -0700
  • 6c27e2aaf6 core: add bad block for the 'missing nonce check' fork Felix Lange 2015-06-08 02:49:43 +0200
  • 0b493910d3 core: fix the nonce check one more time Felix Lange 2015-06-08 02:19:39 +0200
  • 34bb40e3bd Update downloader.go pureland 2015-06-07 14:24:35 +0800
  • 4ab0cedf42 Export should start with block 0 Taylor Gerring 2015-06-06 10:59:56 -0400
  • 2729e6294a Improved error checking Taylor Gerring 2015-06-06 10:04:13 -0400
  • 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
  • 8d860bb2d4 Merge remote-tracking branch 'shpere/bzz' into bzz obscuren 2015-06-05 14:10:48 +0200
  • f4955f1ed0 wip obscuren 2015-06-05 14:07:49 +0200
  • afa667bf3d add registrar/ethreg (forgotten) zelig 2015-06-05 11:31:13 +0100
  • 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
  • 4f7929fa7d renamed net_version to net_id Bas van Kervel 2015-06-05 10:09:42 +0200
  • 932485f7e7 added net api Bas van Kervel 2015-06-05 07:56:04 +0200
  • 0fa2fb0a68 oops uncomment import http zelig 2015-06-05 06:43:40 +0100
  • 36d9bd6df4 Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-06-05 06:40:27 +0100
  • 6b9ea28eea Merge remote-tracking branch 'origin/bzz' into bzz zelig 2015-06-05 06:35:17 +0100
  • 018bd46b7f streamline regirstrar * initialization of contracts uniform * versioned registrar * improve errors and more econsistent method names * integrate new naming and registrar in natspec, bzz * versioning support for bzz scheme by Api.Resolve() -> VersionedRegistrar * full archive nodes can implement VersionedRegistrar -> xeth.AtStateNum * js console api: setGlobalRegistrar, setHashReg, setUrlHint * test fixed all pass zelig 2015-06-04 15:30:29 +0100
  • 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
  • ebf37562fe Merge branch 'bzz' of https://github.com/ethersphere/go-ethereum into bzz zsfelfoldi 2015-06-04 19:34:10 +0200
  • 12264fe36d mime type detection zsfelfoldi 2015-06-04 19:33:31 +0200
  • 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
  • 557ebf9e8e added net javascript API Bas van Kervel 2015-06-04 16:49:25 +0200
  • 13390cb78b web3 upgrade + integration of miner api in console Bas van Kervel 2015-06-04 16:32:28 +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
  • 56ae10a0e6 mimetype -> file command (temporary) zelig 2015-06-04 14:28:00 +0100
  • 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
  • c528cc99de Merge 065b9bd8c8 into 8610314918 Péter Szilágyi 2015-06-04 11:19:11 +0000
  • 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
  • b036853917 added ipcapi commandline flag Bas van Kervel 2015-06-04 12:39:14 +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
  • bd277f41b4 Merge remote-tracking branch 'upstream/develop' into bzz zelig 2015-06-04 00:23:52 +0100
  • 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
  • 8fdc81f872 Merge 30c0133854 into 71d9367edc Felix Lange 2015-06-03 16:12:08 +0000
  • 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
  • 30c0133854 cmd/utils, eth: core.NewBlockProcessor no longer needs TxPool Felix Lange 2015-06-03 15:56:25 +0200
  • d5e3eb39dd core: don't remove transactions after block processing Felix Lange 2015-06-03 15:52:25 +0200
  • 630eb72486 core: update documentation comments for TxPool Felix Lange 2015-06-03 15:23:31 +0200
  • 2b4b5f3b61 core: remove unused code from TxPool Felix Lange 2015-06-03 14:20:44 +0200
  • 4bc7cb6816 core: compute less transaction hashes in TxPool Felix Lange 2015-06-03 14:06:20 +0200
  • 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
  • 1768d51244 added debug api Bas van Kervel 2015-06-03 17:05:29 +0200
  • 21461acd1b merged adminbinding compilation fix Bas van Kervel 2015-06-03 17:05:08 +0200
  • d43adfab48 added debug api Bas van Kervel 2015-06-03 17:02:59 +0200
  • c9ed9d253a tests/files: update tests to d309b4679a58d2 Felix Lange 2015-06-03 16:17:15 +0200