Commit graph

  • a621f5fc04 Revert b6ec1c7..fae401d Alexandre Van de Sande 2015-04-24 11:48:54 +0200
  • fae401dd06 Merge branch 'develop' of https://github.com/ethereum/go-ethereum into develop Alexandre Van de Sande 2015-04-24 11:46:27 +0200
  • 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 +0200
  • dc62fb2ee9 web3: updated obscuren 2015-04-24 11:39:43 +0200
  • 92c6327593 cmd/geth, jsre: updated ethereum.js => web3.js obscuren 2015-04-24 11:37:44 +0200
  • 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 +0300
  • 971702e7a1 p2p/discovery: fix broken tests due to API update Péter Szilágyi 2015-04-23 19:40:35 +0300
  • af923c965f p2p/discovery: use the seed table for finding nodes, auto drop stale ones Péter Szilágyi 2015-04-23 19:24:48 +0300
  • 5f735d6fce cmd, eth, p2p, p2p/discover: init and clean up the seed cache Péter Szilágyi 2015-04-23 18:47:24 +0300
  • 936c8e19ff p2p/discover: store nodes in leveldb Felix Lange 2015-04-23 14:51:41 +0200
  • 516f49c812 eth: cleanup obscuren 2015-04-23 23:26:54 +0200
  • b6ec1c720f Merge pull request #797 from tgerring/bootnodes Jeffrey Wilcke 2015-04-23 11:53:18 -0700
  • f5e0388f62 Merge pull request #778 from bas-vk/issue764 Jeffrey Wilcke 2015-04-23 11:46:27 -0700
  • abe08d7be3 Merge pull request #794 from Gustav-Simonsson/block_tests_more_validations Jeffrey Wilcke 2015-04-23 11:41:57 -0700
  • 24995f9ab7 Updated bootnodes Taylor Gerring 2015-04-23 13:06:07 -0500
  • 154570ebd3 Cleanup README developer info Taylor Gerring 2015-04-23 13:05:37 -0500
  • c12180d005 Merge branch 'issue764' of https://github.com/bas-vk/go-ethereum into issue764 Bas van Kervel 2015-04-23 18:01:15 +0200
  • c273ed7d82 Moved leveldb update loop to eth/backend Bas van Kervel 2015-04-22 12:46:41 +0200
  • 5cfa0e9187 bugfix, wrong hash stored in blockDb Bas van Kervel 2015-04-23 17:35:05 +0200
  • 9d2a156453 Fix ignore of unexpected files in key dir Gustav Simonsson 2015-04-23 05:52:41 +0200
  • 7a223721a5 Add block header validations for block tests Gustav Simonsson 2015-04-23 04:38:47 +0200
  • 94f2adb80a Merge pull request #792 from veox/doc-crypto-secp256k1 Jeffrey Wilcke 2015-04-23 08:11:11 -0700
  • 958c04e79a doc: crypto/secp256k1 GMP dependency package name. Noel Maersk 2015-04-23 17:33:48 +0300
  • 2f8809df40 Merge pull request #769 from obscuren/develop Jeffrey Wilcke 2015-04-23 02:59:56 -0700
  • 7f14fbd579 core: pending txs now re-validated once every second obscuren 2015-04-23 11:09:58 +0200
  • 48135657c4 miner: show error message for gas limit per account obscuren 2015-04-23 10:53:48 +0200
  • d7bab21681 natspec: fixed test to work with new queued transactions obscuren 2015-04-23 10:51:47 +0200
  • fba40e18d9 core: added accessor for queued transactions obscuren 2015-04-23 10:51:13 +0200
  • d3be1a2719 eth: moved mined, tx events to protocol-hnd and improved tx propagation obscuren 2015-04-22 17:56:06 +0200
  • 888ece0cb2 core: fixed test obscuren 2015-04-22 13:09:59 +0200
  • 7edbb0110f core: set the state for the managed tx state obscuren 2015-04-22 12:25:24 +0200
  • 1506e00a23 core: improved error message for invalid nonce txs obscuren 2015-04-22 12:24:46 +0200
  • 7138404cb0 core: only post event once per tx & fixed test obscuren 2015-04-21 23:20:27 +0200
  • 4feb5f6f9c xeth, miner: updated some logging obscuren 2015-04-21 22:03:32 +0200
  • 5cb5df003d eth: start tx pool in a goroutine obscuren 2015-04-21 22:02:56 +0200
  • 498b24270a core: implemented a queued approach processing transactions obscuren 2015-04-21 22:01:04 +0200
  • 2fe54ab233 Merge pull request #779 from Gustav-Simonsson/block_tests_reloaded Jeffrey Wilcke 2015-04-23 02:49:51 -0700
  • 49da462e92 Include ZeroByteAtTheEnd and RandomByteAtTheEnd tests Gustav Simonsson 2015-04-22 23:15:52 +0200
  • 4e0a2c8e8c Validate block header UncleHash against calculated hash Gustav Simonsson 2015-04-22 15:29:19 +0200
  • ec6acacc53 Unskip BlockTests/bcInvalidHeaderTest.json wrongUncleHash Gustav Simonsson 2015-04-22 15:28:04 +0200
  • 9834f855fa Finally, glorious HEX Gustav Simonsson 2015-04-22 15:21:02 +0200
  • 24de35ef09 Add StateTests/stMemoryStressTest.json but skip for now Gustav Simonsson 2015-04-22 15:19:37 +0200
  • 5c70333a12 Exclude TransactionWithSvalue0 as it expects invalid s value to be valid Gustav Simonsson 2015-04-22 12:21:55 +0200
  • 8ec8bff11c Update github.com/ethereum/tests files Gustav Simonsson 2015-04-22 12:14:31 +0200
  • 573bc3e05e Explicitly skip TransactionTests/tt10mbDataField.json Gustav Simonsson 2015-04-22 12:09:44 +0200
  • 7254278c09 Add test wrapper for VMTests/vmInputLimits1.json Gustav Simonsson 2015-04-22 12:09:21 +0200
  • 0071fbed8c Merge pull request #780 from maran/arm_build Jeffrey Wilcke 2015-04-23 02:22:39 -0700
  • 67cc80ba66 Merge pull request #786 from tgerring/issue739 Jeffrey Wilcke 2015-04-23 02:22:35 -0700
  • 8eefcb8493 Merge pull request #782 from alexvandesande/develop Jeffrey Wilcke 2015-04-23 02:11:32 -0700
  • 359a9773a1 Merge pull request #783 from tgerring/issue777 Jeffrey Wilcke 2015-04-23 02:11:20 -0700
  • 69788cb973 Merge pull request #784 from tgerring/issue737 Jeffrey Wilcke 2015-04-23 02:05:20 -0700
  • c745831118 Merge pull request #787 from ethereum/revert-785-revert-781-develop Felix Lange 2015-04-22 21:36:01 +0200
  • 33083e6f6c Revert "Revert "refactor Dockerfile"" Felix Lange 2015-04-22 21:35:46 +0200
  • 73b3f2837f Handle bug in parent call response Taylor Gerring 2015-04-22 14:14:10 -0500
  • 95f172d4dc Merge pull request #785 from ethereum/revert-781-develop Felix Lange 2015-04-22 20:52:47 +0200
  • 1a0b3d8c84 Revert "refactor Dockerfile" Felix Lange 2015-04-22 20:52:21 +0200
  • 41e3d01e63 Rename eth_Version to eth_protocolVersion. Closes #737 Taylor Gerring 2015-04-22 13:42:09 -0500
  • 20bae2b8f6 Tests for magic words Taylor Gerring 2015-04-22 13:24:29 -0500
  • 2ea2261156 Accept num or hex as index Taylor Gerring 2015-04-22 13:24:10 -0500
  • 35ad9febce Update eth_getBlockByNumber to accept words Taylor Gerring 2015-04-22 13:14:10 -0500
  • 5f6c8832af Merge pull request #781 from caktux/develop caktux 2015-04-22 13:46:04 -0400
  • d2fab43abc Changed "Welcome to the Frontier" to something more geeky Alexandre Van de Sande 2015-04-22 18:33:33 +0200
  • 39047d7d8b refactor Dockerfile caktux 2015-04-22 11:38:54 -0400
  • 04e216319e Adding flags to facilitate cross compiling to ARM Maran 2015-04-22 17:04:46 +0200
  • 2f9239a85c Merge ed9985347b into 35595560f0 Péter Szilágyi 2015-04-22 14:22:42 +0000
  • 35595560f0 Merge pull request #776 from fjl/win32-build-fixes Jeffrey Wilcke 2015-04-22 06:50:50 -0700
  • c9e22976f5 change order of block insert and update LastBlock Bas van Kervel 2015-04-22 12:50:33 +0200
  • 07e85d8e14 Moved leveldb update loop to eth/backend Bas van Kervel 2015-04-22 12:46:41 +0200
  • e1f616fadf cmd/geth: improve the JS tests Felix Lange 2015-04-22 10:59:27 +0200
  • 635b66acdc p2p: return zero node from Self if the server is not running Felix Lange 2015-04-22 10:59:15 +0200
  • 96e2b6bc07 miner: use 32bit atomic operations Felix Lange 2015-04-22 10:58:43 +0200
  • 9d152d6191 common: delete BinaryLength Felix Lange 2015-04-22 10:58:11 +0200
  • 2f4cc72119 Merge pull request #765 from Gustav-Simonsson/more_block_test_improvements Felix Lange 2015-04-22 11:53:02 +0200
  • 15550dc8c5 Merge pull request #766 from tgerring/issue762 Jeffrey Wilcke 2015-04-22 02:42:16 -0700
  • 13dc8627b5 Treat hexnums as big.Int instead of int64 Taylor Gerring 2015-04-21 08:48:57 -0500
  • 9e03c48d43 move eth_hashrate to ext Kobi Gurkan 2015-04-21 16:44:02 +0300
  • 63c5c7fb2d uses newHexNum for eth_hashrate Kobi Gurkan 2015-04-12 22:04:08 +0300
  • 41b83fe1cd adds eth_hashrate RPC method Kobi Gurkan 2015-04-12 15:17:07 +0300
  • 4ddbf81e74 Updated README to include windows builds Jeffrey Wilcke 2015-04-21 12:38:01 +0200
  • 4ad8b28794 Merge pull request #760 from obscuren/develop Jeffrey Wilcke 2015-04-21 03:14:38 -0700
  • 6c2b703c58 Merge branch 'develop' of github.com-obscure:ethereum/go-ethereum into develop obscuren 2015-04-21 12:14:07 +0200
  • 1dc91975ad Merge pull request #756 from Gustav-Simonsson/block_test_improvements Jeffrey Wilcke 2015-04-21 03:09:35 -0700
  • f4cd66dc00 blockpool: deleted obscuren 2015-04-21 12:03:02 +0200
  • ed0817c55d core/rpc: fix for null entries in log filters. Closes #725 obscuren 2015-04-21 12:00:57 +0200
  • 8fce55b4c2 Merge pull request #763 from aboreum/develop Jeffrey Wilcke 2015-04-21 02:30:40 -0700
  • 093d6d5074 core: removed nonce resetting from the block processor. obscuren 2015-04-21 11:27:12 +0200
  • 1d6d42919e miner: ignore a tx's transactor after a gas limit has been returned obscuren 2015-04-21 11:26:04 +0200
  • 64e8aa6260 syncing to mainline ethereum Andy 2015-04-20 22:19:49 -0600
  • 3ef1cd43f6 fix for: Please remove the "minGasPrice" from block returns #754 Andy 2015-04-20 22:08:50 -0600
  • b448390889 Further fixes to block test wrapper Gustav Simonsson 2015-04-20 18:14:57 +0200
  • 4a240608d4 Merge pull request #761 from aboreum/develop Jeffrey Wilcke 2015-04-20 16:04:44 -0700
  • 8d85e45c7d syncing to develop Andy 2015-04-20 15:05:13 -0600
  • 59a7405a80 Broken link for detailed go build instructions #661 Andy 2015-04-20 14:47:12 -0600
  • 4494cba489 Merge branch 'develop' of https://github.com/aboreum/go-ethereum into develop Andy 2015-04-20 14:43:12 -0600
  • 859187931b fix for: Broken link for detailed go build instructions #661 Andy 2015-04-20 09:17:04 -0700
  • 79bef9eb16 Merge branch 'develop' of github.com-obscure:obscuren/go-ethereum into develop obscuren 2015-04-20 21:57:00 +0200
  • b8160cc6d4 core: shuffled some code obscuren 2015-04-20 20:37:40 +0200
  • 99e825ad96 Merge pull request #734 from bas-vk/issue-729 Jeffrey Wilcke 2015-04-20 10:34:50 -0700
  • ed9985347b Dockerfile: further remove uneeded packages Péter Szilágyi 2015-04-20 20:32:03 +0300
  • 3d7c1b8194 Merge pull request #755 from karalabe/command-flags-cleanup Jeffrey Wilcke 2015-04-20 09:17:04 -0700