1
0
Fork 0
forked from forks/go-ethereum

Commit graph

  • 090f593bc0 Merge branch 'karalabe-cherry-trusted-peers' into develop obscuren 2015-05-06 22:54:33 +0200
  • 062fa049d0 fixed merge issue obscuren 2015-05-06 22:54:21 +0200
  • 24d44f35f2 Merge pull request #791 from fjl/discover-sha3-distance Jeffrey Wilcke 2015-05-06 13:48:57 -0700
  • 323216ed85 Merge pull request #861 from obscuren/transaction_pool_fixes Jeffrey Wilcke 2015-05-06 11:23:58 -0700
  • 1f26a1b863 Merge pull request #859 from Gustav-Simonsson/ethash_reloaded Jeffrey Wilcke 2015-05-06 11:20:54 -0700
  • 05ac1209c7 cmd/geth: limit pendingTransactions to owned accounts. obscuren 2015-05-06 14:53:20 +0200
  • eb4029257a cmd/mist: updated xeth transact obscuren 2015-05-06 00:13:44 +0200
  • 5ebc22807c cmd/geth: admin, switched price with limit in arguments obscuren 2015-05-05 23:19:59 +0200
  • 7fed424435 cmd/geth: implemented resending transaction with different gas settings obscuren 2015-05-05 23:09:46 +0200
  • 92f998c7ef core: use removeTx instead of delete obscuren 2015-05-05 23:09:18 +0200
  • 03bb88dec0 xeth, rpc: added nonce setting through RPC and xeth transact obscuren 2015-05-05 23:08:52 +0200
  • 054947def7 Add ethash linux & windows build fixes Gustav Simonsson 2015-05-06 17:38:28 +0200
  • aa884c052d Merge pull request #771 from zsfelfoldi/develop Jeffrey Wilcke 2015-05-06 07:27:24 -0700
  • 2adcc31bb4 p2p/discover: new distance metric based on sha3(id) Felix Lange 2015-04-27 00:50:18 +0200
  • c54d123b31 setTimeout and sendAsync implemented added and eval queue for serializing JSRE vm execution zsfelfoldi 2015-04-22 02:31:59 +0200
  • f4341c7b7f Unskip working blocktests following ethash cache reusage Gustav Simonsson 2015-05-05 08:34:29 +0200
  • b1cc9cdc74 Integrate new ethash API and change geth makedag cmd Gustav Simonsson 2015-05-05 08:24:15 +0200
  • 50659f4b48 Update ethash Godeps files Gustav Simonsson 2015-05-05 07:50:04 +0200
  • 2e9ed6f7aa Merge pull request #856 from karalabe/windows-console-color-fix Jeffrey Wilcke 2015-05-05 04:50:48 -0700
  • c750ef09e1 cmd/geth: fix #853 colorize console output in windows Péter Szilágyi 2015-05-05 13:24:15 +0300
  • 4accc187d5 eth, p2p: add trusted node list beside static list Péter Szilágyi 2015-05-04 13:59:51 +0300
  • 2382da4179 cmd/mist: fix a stale error message Péter Szilágyi 2015-05-04 13:11:43 +0300
  • 54db54931e p2p: add static node dialing test Péter Szilágyi 2015-05-04 13:08:42 +0300
  • ac85fdc75e Merge pull request #835 from obscuren/handler_errors Jeffrey Wilcke 2015-05-04 02:00:54 -0700
  • 37770ed0d3 core: added unix timestamp to debug output for block proc obscuren 2015-05-03 21:44:44 +0200
  • 1470b22e90 downloader: hash downloading recovery obscuren 2015-05-03 16:09:10 +0200
  • ba2236fa51 cmd/geth, eth: bump version & tmp fix for incorrect TD peers obscuren 2015-05-03 14:11:47 +0200
  • f2a2b2ac70 eth/downloader: put back hashes on block overflow error obscuren 2015-05-03 14:11:00 +0200
  • 493181ea09 eth/downloader: changed has to blockHashes for chain linking obscuren 2015-05-03 14:10:31 +0200
  • c5b8acbaf0 core: print ignored blocks obscuren 2015-05-03 14:09:50 +0200
  • 25bc88113f eth/downloader: added additional tests obscuren 2015-05-03 14:09:33 +0200
  • c6ad3aec05 eth,core: changed NewTicker to Tick obscuren 2015-05-01 16:30:02 +0200
  • b298928c49 core: added 'ignored' status obscuren 2015-05-01 16:00:30 +0200
  • 016f152b36 eth, eth/downloader: Moved block processing & graceful shutdown obscuren 2015-05-01 00:23:51 +0200
  • e82ddd9198 p2p: correct a leftover trusted -> static Péter Szilágyi 2015-04-30 19:34:33 +0300
  • 413ace37d3 eth, p2p: rename trusted nodes to static, drop inbound extra slots Péter Szilágyi 2015-04-30 19:32:48 +0300
  • 8595198c1b eth/downloader: delete blocks from queue obscuren 2015-04-30 17:51:47 +0200
  • 15873fafc0 core: added a wait group to chain manager for graceful shutdown obscuren 2015-04-30 17:50:23 +0200
  • 701591b403 cmd, eth, p2p: fix review issues enumerated by Felix Péter Szilágyi 2015-04-30 16:15:29 +0300
  • 1528dbc171 p2p: add trust check to handshake, test privileged connectivity Péter Szilágyi 2015-04-30 12:41:27 +0300
  • 14f32a0c3a p2p: reduce the severity of a debug log Péter Szilágyi 2015-04-29 18:59:08 +0300
  • 679c90b873 cmd/geth, cmd/utils, eth: internalize trusted node config file Péter Szilágyi 2015-04-29 18:50:52 +0300
  • de0549fabb cmd/geth, cmd/mist, cmd/utils, eth, p2p: support trusted peers Péter Szilágyi 2015-04-29 18:04:08 +0300
  • d457a1187d common: add Hash.Generate Felix Lange 2015-04-27 00:49:49 +0200
  • 72ab6d3255 p2p/discover: track sha3(ID) in Node Felix Lange 2015-04-23 12:11:21 +0200
  • b34a8ef624 p2p, p2p/discover: protocol version 4 Felix Lange 2015-04-27 13:42:30 +0200
  • fc747ef4a6 p2p/discover: new endpoint format Felix Lange 2015-04-18 01:50:31 +0200
  • e4dba36892 core: check for parent in calc TD. TD = (N != 0 == parent.TD) || (== D) obscuren 2015-04-30 14:55:21 +0200
  • 28b39267d9 core, eth: verify td of received blocks obscuren 2015-04-30 13:41:47 +0200
  • 9b6e8f6195 eth, eth/downloader: remove bad peers from peer set obscuren 2015-04-30 12:38:16 +0200
  • 3fef601903 Merge pull request #830 from obscuren/downloader-missing-parent Jeffrey Wilcke 2015-04-29 15:52:25 -0700
  • 30b921ef46 cmd/geth: bump version to 0.9.14 obscuren 2015-04-30 00:40:14 +0200
  • 88292f35db core: remove txs from queue in addition to removal of pending obscuren 2015-04-30 00:20:59 +0200
  • 2590a7dabb core: added some additional chain tests for shortest chain obscuren 2015-04-30 00:08:43 +0200
  • 04c209980b eth: rely on p2p to determine block propagation obscuren 2015-04-29 22:50:58 +0200
  • 01e3d694a6 p2p: added received at to peer message obscuren 2015-04-29 22:49:58 +0200
  • 9e63798d03 core/types, eth: meassure and display propagation times obscuren 2015-04-29 19:55:30 +0200
  • f8c27d7159 eth/downloader: drop block obscuren 2015-04-29 19:55:04 +0200
  • c930045834 core: fixed tetst to reflect (int, error) return by insertChain obscuren 2015-04-29 15:09:37 +0200
  • dfbf580354 eth/downloader: ignore orphan blocks in the downloader. obscuren 2015-04-29 14:49:37 +0200
  • 735b029db9 core: return the index of the block that failed when inserting a chain obscuren 2015-04-29 14:00:24 +0200
  • 764e81bf12 Merge pull request #825 from obscuren/develop Jeffrey Wilcke 2015-04-29 04:47:26 -0700
  • bac4440e17 Merge pull request #822 from fjl/makefile-improvements Jeffrey Wilcke 2015-04-29 04:43:38 -0700
  • 13364a2dcf eth/downloader: reset the chain when parent is missing during processing obscuren 2015-04-29 13:40:39 +0200
  • 745c368987 cmd/geth: bump version number obscuren 2015-04-29 12:54:41 +0200
  • 4e07967711 core: fixed chain reorg during splits obscuren 2015-04-29 12:43:24 +0200
  • af73d1d682 core/types: added fake parent hash / hash to String() output obscuren 2015-04-29 12:40:05 +0200
  • 4b7bdc3766 eth: check if downloader is busy before showing log message obscuren 2015-04-28 21:18:08 +0200
  • 7ac24d551b core: seperated proccing mutex and getting mutex obscuren 2015-04-28 17:48:46 +0200
  • 9f32117457 core: bump database version obscuren 2015-04-28 17:32:51 +0200
  • a4b79f1dac core: moved mutex locks in insert blocks to start of function obscuren 2015-04-28 17:26:29 +0200
  • 04a09b7e2d core: set min gas price at startup obscuren 2015-04-28 17:13:51 +0200
  • 32373e3837 Merge pull request #828 from tgerring/pathfixes Jeffrey Wilcke 2015-04-29 01:54:47 -0700
  • f8cdff9a5d Remove path separator literals Taylor Gerring 2015-04-29 00:30:25 -0500
  • aa03e53ca8 Use Makefile for Travis tests Felix Lange 2015-04-29 01:27:47 +0200
  • c6b983e449 Makefile: add test target Felix Lange 2015-04-28 13:16:47 +0200
  • 72d8878084 cmd/mist: always enable whisper Felix Lange 2015-04-28 13:15:35 +0200
  • eb5e43022e cmd/geth, cmd/mist: use gitCommit in node name Felix Lange 2015-04-28 13:14:53 +0200
  • 71c28cfb0c Makefile: set main.gitCommit when building Felix Lange 2015-04-28 12:53:50 +0200
  • f4e5675303 cmd/mist: add blockchain version flag Felix Lange 2015-04-28 12:14:49 +0200
  • 26fbea5cb7 README: simplify build instructions Felix Lange 2015-04-28 12:13:42 +0200
  • 8fcd71920a Makefile: clean should also delete Godeps/_workspace/pkg Felix Lange 2015-04-28 12:06:59 +0200
  • 12df8565cf build: run build commands from the fake workspace root Felix Lange 2015-04-28 12:05:45 +0200
  • a6a49ccbf7 Merge pull request #821 from karalabe/nodedb-fix Jeffrey Wilcke 2015-04-28 04:07:14 -0700
  • a7d894611e Merge pull request #820 from fjl/rlp-readkind-overflow Jeffrey Wilcke 2015-04-28 04:04:32 -0700
  • b569550a39 p2p/discover: fix api issues caused by leveldb update Péter Szilágyi 2015-04-28 13:57:57 +0300
  • 91cb8cdd2a Merge pull request #793 from karalabe/discovery-node-cache Jeffrey Wilcke 2015-04-28 03:40:10 -0700
  • e88b410b4d Merge pull request #819 from karalabe/leveldb-update Jeffrey Wilcke 2015-04-28 02:40:49 -0700
  • 7e3b080f85 godeps: update leveldb and snappy, dump serpent-go Péter Szilágyi 2015-04-28 12:18:01 +0300
  • 99027c79fe Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-04-28 11:17:41 +0200
  • bac455c011 Merge branch 'kobigurk-develop' into develop obscuren 2015-04-28 11:16:22 +0200
  • 459d898705 eth, rpc, xeth: ext_hanhrate => eth_hashrate obscuren 2015-04-28 11:16:03 +0200
  • 46f63ef04f Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigurk-develop obscuren 2015-04-28 11:10:44 +0200
  • a05c420371 Merge pull request #738 from karalabe/whisper-cleanup Jeffrey Wilcke 2015-04-28 01:54:05 -0700
  • dd49c8e43d rlp: fix list bounds check overflow (found by go-fuzz) Felix Lange 2015-04-28 10:28:15 +0200
  • 978ffd3097 rpc, xeth: finish cleaning up xeth Péter Szilágyi 2015-04-22 18:35:50 +0300
  • 2b9fd6b40a whisper: add full filter test suite Péter Szilágyi 2015-04-22 18:17:07 +0300
  • 406e74e2af whisper: fix a small data race duirng peer connection Péter Szilágyi 2015-04-22 17:40:39 +0300
  • 70ded4cbf0 xeth: fix un-decoded whisper RPC topic string bug Péter Szilágyi 2015-04-22 17:25:54 +0300
  • e252dae499 rpc: use nil topic wildcards instead of "" Péter Szilágyi 2015-04-22 17:24:35 +0300