Commit Graph

  • 54db54931e p2p: add static node dialing test Péter Szilágyi 2015-05-04 13:08:42 +03:00
  • ac85fdc75e Merge pull request #835 from obscuren/handler_errors Jeffrey Wilcke 2015-05-04 02:00:54 -07:00
  • 37770ed0d3 core: added unix timestamp to debug output for block proc obscuren 2015-05-03 21:44:44 +02:00
  • 1470b22e90 downloader: hash downloading recovery obscuren 2015-05-03 16:09:10 +02:00
  • ba2236fa51 cmd/geth, eth: bump version & tmp fix for incorrect TD peers obscuren 2015-05-03 14:11:47 +02:00
  • f2a2b2ac70 eth/downloader: put back hashes on block overflow error obscuren 2015-05-03 14:11:00 +02:00
  • 493181ea09 eth/downloader: changed has to blockHashes for chain linking obscuren 2015-05-03 14:10:31 +02:00
  • c5b8acbaf0 core: print ignored blocks obscuren 2015-05-03 14:09:50 +02:00
  • 25bc88113f eth/downloader: added additional tests obscuren 2015-05-03 14:09:33 +02:00
  • c6ad3aec05 eth,core: changed NewTicker to Tick obscuren 2015-05-01 16:30:02 +02:00
  • b298928c49 core: added 'ignored' status obscuren 2015-05-01 16:00:30 +02:00
  • 016f152b36 eth, eth/downloader: Moved block processing & graceful shutdown obscuren 2015-05-01 00:23:51 +02:00
  • e82ddd9198 p2p: correct a leftover trusted -> static Péter Szilágyi 2015-04-30 19:34:33 +03:00
  • 413ace37d3 eth, p2p: rename trusted nodes to static, drop inbound extra slots Péter Szilágyi 2015-04-30 19:32:48 +03:00
  • 8595198c1b eth/downloader: delete blocks from queue obscuren 2015-04-30 17:51:47 +02:00
  • 15873fafc0 core: added a wait group to chain manager for graceful shutdown obscuren 2015-04-30 17:50:23 +02:00
  • 701591b403 cmd, eth, p2p: fix review issues enumerated by Felix Péter Szilágyi 2015-04-30 16:15:29 +03:00
  • 1528dbc171 p2p: add trust check to handshake, test privileged connectivity Péter Szilágyi 2015-04-30 12:41:27 +03:00
  • 14f32a0c3a p2p: reduce the severity of a debug log Péter Szilágyi 2015-04-29 18:59:08 +03:00
  • 679c90b873 cmd/geth, cmd/utils, eth: internalize trusted node config file Péter Szilágyi 2015-04-29 18:50:52 +03:00
  • de0549fabb cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers Péter Szilágyi 2015-04-29 18:04:08 +03:00
  • d457a1187d common: add Hash.Generate Felix Lange 2015-04-27 00:49:49 +02:00
  • 72ab6d3255 p2p/discover: track sha3(ID) in Node Felix Lange 2015-04-23 12:11:21 +02:00
  • b34a8ef624 p2p, p2p/discover: protocol version 4 Felix Lange 2015-04-27 13:42:30 +02:00
  • fc747ef4a6 p2p/discover: new endpoint format Felix Lange 2015-04-18 01:50:31 +02:00
  • e4dba36892 core: check for parent in calc TD. TD = (N != 0 == parent.TD) || (== D) obscuren 2015-04-30 14:55:21 +02:00
  • 28b39267d9 core, eth: verify td of received blocks obscuren 2015-04-30 13:41:47 +02:00
  • 9b6e8f6195 eth, eth/downloader: remove bad peers from peer set obscuren 2015-04-30 12:38:16 +02:00
  • 3fef601903 Merge pull request #830 from obscuren/downloader-missing-parent Jeffrey Wilcke 2015-04-29 15:52:25 -07:00
  • 30b921ef46 cmd/geth: bump version to 0.9.14 obscuren 2015-04-30 00:40:14 +02:00
  • 88292f35db core: remove txs from queue in addition to removal of pending obscuren 2015-04-30 00:20:59 +02:00
  • 2590a7dabb core: added some additional chain tests for shortest chain obscuren 2015-04-30 00:08:43 +02:00
  • 04c209980b eth: rely on p2p to determine block propagation obscuren 2015-04-29 22:50:58 +02:00
  • 01e3d694a6 p2p: added received at to peer message obscuren 2015-04-29 22:49:58 +02:00
  • 9e63798d03 core/types, eth: meassure and display propagation times obscuren 2015-04-29 19:55:30 +02:00
  • f8c27d7159 eth/downloader: drop block obscuren 2015-04-29 19:55:04 +02:00
  • c930045834 core: fixed tetst to reflect (int, error) return by insertChain obscuren 2015-04-29 15:09:37 +02:00
  • dfbf580354 eth/downloader: ignore orphan blocks in the downloader. obscuren 2015-04-29 14:49:37 +02:00
  • 735b029db9 core: return the index of the block that failed when inserting a chain obscuren 2015-04-29 14:00:24 +02:00
  • 764e81bf12 Merge pull request #825 from obscuren/develop Jeffrey Wilcke 2015-04-29 04:47:26 -07:00
  • bac4440e17 Merge pull request #822 from fjl/makefile-improvements Jeffrey Wilcke 2015-04-29 04:43:38 -07:00
  • 13364a2dcf eth/downloader: reset the chain when parent is missing during processing obscuren 2015-04-29 13:40:39 +02:00
  • 745c368987 cmd/geth: bump version number obscuren 2015-04-29 12:54:41 +02:00
  • 4e07967711 core: fixed chain reorg during splits obscuren 2015-04-29 12:43:24 +02:00
  • af73d1d682 core/types: added fake parent hash / hash to String() output obscuren 2015-04-29 12:40:05 +02:00
  • 4b7bdc3766 eth: check if downloader is busy before showing log message obscuren 2015-04-28 21:18:08 +02:00
  • 7ac24d551b core: seperated proccing mutex and getting mutex obscuren 2015-04-28 17:48:46 +02:00
  • 9f32117457 core: bump database version obscuren 2015-04-28 17:32:51 +02:00
  • a4b79f1dac core: moved mutex locks in insert blocks to start of function obscuren 2015-04-28 17:26:29 +02:00
  • 04a09b7e2d core: set min gas price at startup obscuren 2015-04-28 17:13:51 +02:00
  • 32373e3837 Merge pull request #828 from tgerring/pathfixes Jeffrey Wilcke 2015-04-29 01:54:47 -07:00
  • f8cdff9a5d Remove path separator literals Taylor Gerring 2015-04-29 00:30:25 -05:00
  • aa03e53ca8 Use Makefile for Travis tests Felix Lange 2015-04-29 01:27:47 +02:00
  • c6b983e449 Makefile: add test target Felix Lange 2015-04-28 13:16:47 +02:00
  • 72d8878084 cmd/mist: always enable whisper Felix Lange 2015-04-28 13:15:35 +02:00
  • eb5e43022e cmd/geth, cmd/mist: use gitCommit in node name Felix Lange 2015-04-28 13:14:53 +02:00
  • 71c28cfb0c Makefile: set main.gitCommit when building Felix Lange 2015-04-28 12:53:50 +02:00
  • f4e5675303 cmd/mist: add blockchain version flag Felix Lange 2015-04-28 12:14:49 +02:00
  • 26fbea5cb7 README: simplify build instructions Felix Lange 2015-04-28 12:13:42 +02:00
  • 8fcd71920a Makefile: clean should also delete Godeps/_workspace/pkg Felix Lange 2015-04-28 12:06:59 +02:00
  • 12df8565cf build: run build commands from the fake workspace root Felix Lange 2015-04-28 12:05:45 +02:00
  • a6a49ccbf7 Merge pull request #821 from karalabe/nodedb-fix Jeffrey Wilcke 2015-04-28 04:07:14 -07:00
  • a7d894611e Merge pull request #820 from fjl/rlp-readkind-overflow Jeffrey Wilcke 2015-04-28 04:04:32 -07:00
  • b569550a39 p2p/discover: fix api issues caused by leveldb update Péter Szilágyi 2015-04-28 13:57:57 +03:00
  • 91cb8cdd2a Merge pull request #793 from karalabe/discovery-node-cache Jeffrey Wilcke 2015-04-28 03:40:10 -07:00
  • e88b410b4d Merge pull request #819 from karalabe/leveldb-update Jeffrey Wilcke 2015-04-28 02:40:49 -07:00
  • 7e3b080f85 godeps: update leveldb and snappy, dump serpent-go Péter Szilágyi 2015-04-28 12:18:01 +03:00
  • 99027c79fe Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-04-28 11:17:41 +02:00
  • bac455c011 Merge branch 'kobigurk-develop' into develop obscuren 2015-04-28 11:16:22 +02:00
  • 459d898705 eth, rpc, xeth: ext_hanhrate => eth_hashrate obscuren 2015-04-28 11:16:03 +02:00
  • 46f63ef04f Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigurk-develop obscuren 2015-04-28 11:10:44 +02:00
  • a05c420371 Merge pull request #738 from karalabe/whisper-cleanup Jeffrey Wilcke 2015-04-28 01:54:05 -07:00
  • dd49c8e43d rlp: fix list bounds check overflow (found by go-fuzz) Felix Lange 2015-04-28 10:28:15 +02:00
  • 978ffd3097 rpc, xeth: finish cleaning up xeth Péter Szilágyi 2015-04-22 18:35:50 +03:00
  • 2b9fd6b40a whisper: add full filter test suite Péter Szilágyi 2015-04-22 18:17:07 +03:00
  • 406e74e2af whisper: fix a small data race duirng peer connection Péter Szilágyi 2015-04-22 17:40:39 +03:00
  • 70ded4cbf0 xeth: fix un-decoded whisper RPC topic string bug Péter Szilágyi 2015-04-22 17:25:54 +03:00
  • e252dae499 rpc: use nil topic wildcards instead of "" Péter Szilágyi 2015-04-22 17:24:35 +03:00
  • db615a85ec ui/qt/qwhisper, whisper, xeth: polish topic filter, fix wildcards Péter Szilágyi 2015-04-22 12:50:48 +03:00
  • ae4bfc3cfb rpc, ui/qt/qwhisper, whisper, xeth: introduce complex topic filters Péter Szilágyi 2015-04-21 18:31:08 +03:00
  • 15586368e5 whisper: fix spurious From identity with untargeted messages Péter Szilágyi 2015-04-21 12:45:10 +03:00
  • 87447f9f3f whisper: fix payload loss in case of plaintext decrypt Péter Szilágyi 2015-04-21 12:13:57 +03:00
  • 7f48eb8737 whisper, xeth/whisper: surface TTL and hash to the API Péter Szilágyi 2015-04-21 11:43:11 +03:00
  • 19bc4624ea eth: pull in a lost merge change Péter Szilágyi 2015-04-20 14:58:23 +03:00
  • 7948cc0029 rpc, whisper, xeth: fix RPC message retrieval data race Péter Szilágyi 2015-04-20 14:56:38 +03:00
  • 5aa523e32b whisper: fix send timestamp omission during envelope opening Péter Szilágyi 2015-04-17 18:19:39 +03:00
  • 3563c59b12 rpc, whisper, xeth: polish whisper RPC interface Péter Szilágyi 2015-04-17 16:45:44 +03:00
  • 4992765032 p2p/discover: fix goroutine leak due to blocking on sync.Once Péter Szilágyi 2015-04-28 10:28:04 +03:00
  • 182d484aa7 Merge pull request #817 from tgerring/rpcglog Jeffrey Wilcke 2015-04-27 14:51:00 -07:00
  • f54c2e75c8 Merge pull request #818 from Gustav-Simonsson/add_privkey_loading_to_block_tests Jeffrey Wilcke 2015-04-27 14:48:49 -07:00
  • 3ad5243b18 Return Gas Price not Gas Taylor Gerring 2015-04-27 13:58:32 -05:00
  • 34c94d5fcd Add loading of block test privkey if present Gustav Simonsson 2015-04-27 19:32:45 +02:00
  • 2a61611c4f Update JSON tests Gustav Simonsson 2015-04-27 19:09:20 +02:00
  • 437cf4b3ac p2p/discover: add node expirer and related tests Péter Szilágyi 2015-04-27 17:38:28 +03:00
  • 9a17dd91a4 Add link to Windows 64-bit geth dev build Taylor Gerring 2015-04-27 09:24:25 -05:00
  • b071e7f4db Remove old logger from RPC pkg Taylor Gerring 2015-04-27 09:18:55 -05:00
  • a136e2bb22 p2p/discover: parametrize nodedb version, add persistency tests Péter Szilágyi 2015-04-27 15:28:17 +03:00
  • 75fd738dea p2p/discover: drop a superfluous warning Péter Szilágyi 2015-04-27 15:06:31 +03:00
  • 706da56f75 p2p/discover: wrap the pinger to update the node db too Péter Szilágyi 2015-04-27 14:56:42 +03:00
  • 85b4b44235 p2p/discover: use iterator based seeding, drop old protocol test Péter Szilágyi 2015-04-27 14:45:35 +03:00