Commit Graph

  • 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
  • b7744c5e3b Merge 4e0be49792378971bad10591c5fc7340de8b24bf into 9caf880ff93794f80122ee7272c050bf571efa61 Jeffrey Wilcke 2015-04-24 11:41:05 +00:00
  • d4ff53c230 Merge ddbe8a3821d6b4783c388bc31914a28ae4d63687 into 9caf880ff93794f80122ee7272c050bf571efa61 Alexandre Van de Sande 2015-04-24 11:40:24 +00:00
  • 9caf880ff9 Update README.md Jeffrey Wilcke 2015-04-24 13:40:20 +02:00
  • 4e0be49792 test for alex obscuren 2015-04-24 13:39:24 +02:00
  • 31811365e0 Merge pull request #800 from obscuren/ethereum_js_update Jeffrey Wilcke 2015-04-24 04:34:51 -07:00
  • 18eae16b29 Update Godeps Gustav Simonsson 2015-04-24 12:23:29 +02:00
  • ddbe8a3821 Centralised title Alexandre Van de Sande 2015-04-24 11:59:04 +02:00
  • d8976500fb ASCII was breaking in smaller terminal screens so changed the art to simpler unicode Alexandre Van de Sande 2015-04-24 11:50:02 +02:00
  • a621f5fc04 Revert b6ec1c7..fae401d Alexandre Van de Sande 2015-04-24 11:48:54 +02:00
  • fae401dd06 Merge branch 'develop' of https://github.com/ethereum/go-ethereum into develop Alexandre Van de Sande 2015-04-24 11:46:27 +02:00
  • b4cc528c14 The ASCII art was breaking in smaller screens, so redesigned it to be tighter and use fancy Unicode fonts Alexandre Van de Sande 2015-04-24 11:46:05 +02: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
  • 48135657c4 miner: show error message for gas limit per account obscuren 2015-04-23 10:53:48 +02:00
  • d7bab21681 natspec: fixed test to work with new queued transactions obscuren 2015-04-23 10:51:47 +02:00
  • fba40e18d9 core: added accessor for queued transactions obscuren 2015-04-23 10:51:13 +02:00
  • d3be1a2719 eth: moved mined, tx events to protocol-hnd and improved tx propagation obscuren 2015-04-22 17:56:06 +02:00
  • 888ece0cb2 core: fixed test obscuren 2015-04-22 13:09:59 +02:00
  • 7edbb0110f core: set the state for the managed tx state obscuren 2015-04-22 12:25:24 +02:00
  • 1506e00a23 core: improved error message for invalid nonce txs obscuren 2015-04-22 12:24:46 +02:00
  • 7138404cb0 core: only post event once per tx & fixed test obscuren 2015-04-21 23:20:27 +02:00
  • 4feb5f6f9c xeth, miner: updated some logging obscuren 2015-04-21 22:03:32 +02:00
  • 5cb5df003d eth: start tx pool in a goroutine obscuren 2015-04-21 22:02:56 +02:00
  • 498b24270a core: implemented a queued approach processing transactions obscuren 2015-04-21 22:01:04 +02:00
  • 2fe54ab233 Merge pull request #779 from Gustav-Simonsson/block_tests_reloaded Jeffrey Wilcke 2015-04-23 02:49:51 -07:00
  • 49da462e92 Include ZeroByteAtTheEnd and RandomByteAtTheEnd tests Gustav Simonsson 2015-04-22 23:15:52 +02:00
  • 4e0a2c8e8c Validate block header UncleHash against calculated hash Gustav Simonsson 2015-04-22 15:29:19 +02:00
  • ec6acacc53 Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash Gustav Simonsson 2015-04-22 15:28:04 +02:00
  • 9834f855fa Finally, glorious HEX Gustav Simonsson 2015-04-22 15:21:02 +02:00
  • 24de35ef09 Add StateTests/stMemoryStressTest.json but skip for now Gustav Simonsson 2015-04-22 15:19:37 +02:00
  • 5c70333a12 Exclude TransactionWithSvalue0 as it expects invalid s value to be valid Gustav Simonsson 2015-04-22 12:21:55 +02:00
  • 8ec8bff11c Update github.com/ethereum/tests files Gustav Simonsson 2015-04-22 12:14:31 +02:00
  • 573bc3e05e Explicitly skip TransactionTests/tt10mbDataField.json Gustav Simonsson 2015-04-22 12:09:44 +02:00
  • 7254278c09 Add test wrapper for VMTests/vmInputLimits1.json Gustav Simonsson 2015-04-22 12:09:21 +02:00
  • 0071fbed8c Merge pull request #780 from maran/arm_build Jeffrey Wilcke 2015-04-23 02:22:39 -07:00
  • 67cc80ba66 Merge pull request #786 from tgerring/issue739 Jeffrey Wilcke 2015-04-23 02:22:35 -07:00
  • 8eefcb8493 Merge pull request #782 from alexvandesande/develop Jeffrey Wilcke 2015-04-23 02:11:32 -07:00
  • 359a9773a1 Merge pull request #783 from tgerring/issue777 Jeffrey Wilcke 2015-04-23 02:11:20 -07:00
  • 69788cb973 Merge pull request #784 from tgerring/issue737 Jeffrey Wilcke 2015-04-23 02:05:20 -07:00
  • c745831118 Merge pull request #787 from ethereum/revert-785-revert-781-develop Felix Lange 2015-04-22 21:36:01 +02:00
  • 33083e6f6c Revert "Revert "refactor Dockerfile"" Felix Lange 2015-04-22 21:35:46 +02:00
  • 73b3f2837f Handle bug in parent call response Taylor Gerring 2015-04-22 14:14:10 -05:00
  • 95f172d4dc Merge pull request #785 from ethereum/revert-781-develop Felix Lange 2015-04-22 20:52:47 +02:00
  • 1a0b3d8c84 Revert "refactor Dockerfile" Felix Lange 2015-04-22 20:52:21 +02:00
  • 41e3d01e63 Rename eth_Version to eth_protocolVersion. Closes #737 Taylor Gerring 2015-04-22 13:42:09 -05:00
  • 20bae2b8f6 Tests for magic words Taylor Gerring 2015-04-22 13:24:29 -05:00
  • 2ea2261156 Accept num or hex as index Taylor Gerring 2015-04-22 13:24:10 -05:00
  • 35ad9febce Update eth_getBlockByNumber to accept words Taylor Gerring 2015-04-22 13:14:10 -05:00
  • 5f6c8832af Merge pull request #781 from caktux/develop caktux 2015-04-22 13:46:04 -04:00
  • d2fab43abc Changed "Welcome to the Frontier" to something more geeky Alexandre Van de Sande 2015-04-22 18:33:33 +02:00
  • 39047d7d8b refactor Dockerfile caktux 2015-04-22 11:38:54 -04:00
  • 04e216319e Adding flags to facilitate cross compiling to ARM Maran 2015-04-22 17:04:46 +02:00
  • 2f9239a85c Merge ed9985347be5e23212138343d50496a01ef393c9 into 35595560f0111ab09427481144f654ab579f5e5a Péter Szilágyi 2015-04-22 14:22:42 +00:00
  • 35595560f0 Merge pull request #776 from fjl/win32-build-fixes Jeffrey Wilcke 2015-04-22 06:50:50 -07:00
  • c9e22976f5 change order of block insert and update LastBlock Bas van Kervel 2015-04-22 12:50:33 +02:00
  • 07e85d8e14 Moved leveldb update loop to eth/backend Bas van Kervel 2015-04-22 12:46:41 +02:00
  • e1f616fadf cmd/geth: improve the JS tests Felix Lange 2015-04-22 10:59:27 +02:00
  • 635b66acdc p2p: return zero node from Self if the server is not running Felix Lange 2015-04-22 10:59:15 +02:00
  • 96e2b6bc07 miner: use 32bit atomic operations Felix Lange 2015-04-22 10:58:43 +02:00