Commit Graph

  • 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
  • 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
  • 1681ee9883 eth: added a few informative messages regarding downloading obscuren 2015-04-24 17:03:09 +02:00
  • c8e21a4d17 Merge pull request #803 from obscuren/log_filter_fixes Jeffrey Wilcke 2015-04-24 07:43:01 -07:00
  • 168ff36676 Merge pull request #773 from ethersphere/frontier/cli Jeffrey Wilcke 2015-04-24 06:58:31 -07:00
  • a9e4b96573 eth/downloader: fixed tests obscuren 2015-04-24 15:56:18 +02:00
  • d84c2202e7 eth, eth/downloader: simplified synchronisation process obscuren 2015-04-24 15:37:32 +02:00
  • bd9c76097d eth/downloader: removed peer td management and best peer selection obscuren 2015-04-24 15:36:48 +02:00
  • 31f82eb334 eth, eth/downloader: don't require td on downloader. Fixed tests obscuren 2015-04-24 15:04:58 +02:00
  • b86e7526e1 eth, eth/downloader: moved peer selection to protocol handler obscuren 2015-04-24 14:40:32 +02:00
  • 81379cbc7b Merge pull request #804 from alexvandesande/avsa-geth Jeffrey Wilcke 2015-04-24 04:57:05 -07:00
  • f229dc8f42 Merge branch 'avsa-geth' of https://github.com/alexvandesande/go-ethereum into avsa-geth Alexandre Van de Sande 2015-04-24 13:51:29 +02:00
  • 8716278ca8 Smaller frontier cover art Alexandre Van de Sande 2015-04-24 13:46:41 +02:00
  • c5e9a0a71c cli: correct bootnodes flag usage help line zelig 2015-04-24 12:46:53 +01:00
  • f1126dbb87 Smaller frontier cover art Alexandre Van de Sande 2015-04-24 13:46:41 +02:00
  • cd2782f59c core: fixed wildcard topic filters. Closes #725 obscuren 2015-04-24 13:36:34 +02:00
  • 6b1b5a4a2a cli/js console: if corsDomain is not given to startRpc, we fall back to value set on command line with -corsDomain zelig 2015-04-22 14:55:01 +01:00
  • 1b7c017076 cli: fatal error if no etherbase for mining zelig 2015-04-22 01:36:28 +01:00
  • be843959cb backend: start miner in its go routine (no wait to generate DAG) zelig 2015-04-22 01:35:16 +01:00
  • 6512b23b98 cli: fatal error if rpc could not be started zelig 2015-04-22 00:47:17 +01:00
  • 7b2f25b578 cli: clean up flag descriptions, usage docs, account list uses primary and indexes, add help line to account subcnd usage zelig 2015-04-22 00:41:34 +01:00
  • 22450c069b js console: add cors domain optional argument to startRpc zelig 2015-04-21 18:08:47 +01:00
  • a3fb41981e cmd/admin: rename debug.block to debug.processBlock; move backtrace under debug zelig 2015-04-21 10:47:40 +01:00
  • 9caf880ff9 Update README.md Jeffrey Wilcke 2015-04-24 13:40:20 +02:00
  • 31811365e0 Merge pull request #800 from obscuren/ethereum_js_update Jeffrey Wilcke 2015-04-24 04:34:51 -07:00
  • dc62fb2ee9 web3: updated obscuren 2015-04-24 11:39:43 +02:00
  • 92c6327593 cmd/geth, jsre: updated ethereum.js => web3.js obscuren 2015-04-24 11:37:44 +02:00
  • 6def110c37 cmd/bootnode, eth, p2p, p2p/discover: clean up the seeder and mesh into eth. Péter Szilágyi 2015-04-24 11:19:33 +03:00
  • 971702e7a1 p2p/discovery: fix broken tests due to API update Péter Szilágyi 2015-04-23 19:40:35 +03:00
  • af923c965f p2p/discovery: use the seed table for finding nodes, auto drop stale ones Péter Szilágyi 2015-04-23 19:24:48 +03:00
  • 5f735d6fce cmd, eth, p2p, p2p/discover: init and clean up the seed cache Péter Szilágyi 2015-04-23 18:47:24 +03:00
  • 936c8e19ff p2p/discover: store nodes in leveldb Felix Lange 2015-04-23 14:51:41 +02:00
  • 516f49c812 eth: cleanup obscuren 2015-04-23 23:26:54 +02:00
  • b6ec1c720f Merge pull request #797 from tgerring/bootnodes Jeffrey Wilcke 2015-04-23 11:53:18 -07:00
  • f5e0388f62 Merge pull request #778 from bas-vk/issue764 Jeffrey Wilcke 2015-04-23 11:46:27 -07:00
  • abe08d7be3 Merge pull request #794 from Gustav-Simonsson/block_tests_more_validations Jeffrey Wilcke 2015-04-23 11:41:57 -07:00
  • 24995f9ab7 Updated bootnodes Taylor Gerring 2015-04-23 13:06:07 -05:00
  • 154570ebd3 Cleanup README developer info Taylor Gerring 2015-04-23 13:05:37 -05:00
  • c12180d005 Merge branch 'issue764' of https://github.com/bas-vk/go-ethereum into issue764 Bas van Kervel 2015-04-23 18:01:15 +02:00
  • c273ed7d82 Moved leveldb update loop to eth/backend Bas van Kervel 2015-04-22 12:46:41 +02:00
  • 5cfa0e9187 bugfix, wrong hash stored in blockDb Bas van Kervel 2015-04-23 17:35:05 +02:00
  • 9d2a156453 Fix ignore of unexpected files in key dir Gustav Simonsson 2015-04-23 05:52:41 +02:00
  • 7a223721a5 Add block header validations for block tests Gustav Simonsson 2015-04-23 04:38:47 +02:00
  • 94f2adb80a Merge pull request #792 from veox/doc-crypto-secp256k1 Jeffrey Wilcke 2015-04-23 08:11:11 -07:00
  • 958c04e79a doc: crypto/secp256k1 GMP dependency package name. Noel Maersk 2015-04-23 17:33:48 +03:00
  • 2f8809df40 Merge pull request #769 from obscuren/develop Jeffrey Wilcke 2015-04-23 02:59:56 -07:00
  • 7f14fbd579 core: pending txs now re-validated once every second obscuren 2015-04-23 11:09:58 +02:00