Commit Graph

  • 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
  • 237507a7bf Merge 19f23474729f5f839598bc93baae87334ee6046e into 3fef60190384106af390dd23a65384b9cc6e4a28 Péter Szilágyi 2015-04-30 09:42:35 +00:00
  • 19f2347472 p2p: add trust check to handshake, test privileged connectivity Péter Szilágyi 2015-04-30 12:41:27 +03:00
  • 805f0eef2c p2p: throttle peers on remote close too, add throttling tests Péter Szilágyi 2015-04-30 11:45:59 +03: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
  • 1b9564ddba p2p: reduce the severity of a debug log Péter Szilágyi 2015-04-29 18:59:08 +03:00
  • e6efa4e2d7 cmd/geth, cmd/utils, eth: internalize trusted node config file Péter Szilágyi 2015-04-29 18:50:52 +03:00
  • 5dde733d0c p2p: add a dialer cooldown to prevent reattempting failures Péter Szilágyi 2015-04-29 18:42:43 +03:00
  • 3b58f5a2c5 cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers Péter Szilágyi 2015-04-29 18:04:08 +03: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
  • 8de8f61d36 p2p/discover: write the basic tests, catch RLP bug Péter Szilágyi 2015-04-27 12:33:06 +03:00
  • 0201c04b95 p2p/discovery: fix issues raised in the nodeDb PR Péter Szilágyi 2015-04-27 10:19:16 +03:00
  • aa4c25778f Merge pull request #813 from obscuren/general_fixes Jeffrey Wilcke 2015-04-26 03:12:30 -07:00
  • 7fd368c586 geth/main: removed crazy welcome message :-( obscuren 2015-04-26 11:30:33 +02:00
  • a237ff65ea web3: updated obscuren 2015-04-26 11:20:21 +02:00
  • 145e02fc54 core, miner: added value check on tx validation obscuren 2015-04-26 11:19:40 +02:00
  • 8d09f95bc7 Merge pull request #805 from obscuren/download_improvements Jeffrey Wilcke 2015-04-24 15:56:17 -07:00
  • ed036a2ce7 cmd/geth: bump version number 0.9.12 obscuren 2015-04-24 23:57:05 +02:00
  • 7afbd0f20d Merge pull request #796 from Gustav-Simonsson/fix_ignoring_of_unexpected_files_in_key_dir Jeffrey Wilcke 2015-04-24 14:37:42 -07:00
  • b0bf12ec87 Remove unneeded allocation Gustav Simonsson 2015-04-24 19:40:28 +02:00
  • 7f116e34b5 Update ethash API Gustav Simonsson 2015-04-24 13:32:53 +02:00
  • 7ce3d06402 eth/downloader: removed update loop and synch channel obscuren 2015-04-24 18:28:46 +02:00
  • 405720b218 xeth, core, cmd/utils: Transaction can not be over block gas limit obscuren 2015-04-24 17:45:51 +02:00
  • 3bb6da9bd3 natspec: disabled natspec test obscuren 2015-04-24 17:44:22 +02:00
  • 4d1887093d Use make instead of new for allocation Gustav Simonsson 2015-04-24 17:41:38 +02:00
  • 8646365b42 cmd/bootnode, eth, p2p, p2p/discover: use a fancier db design Péter Szilágyi 2015-04-24 18:04:41 +03:00