Commit Graph

  • 564f02aa2b Fixed tests obscuren 2015-01-06 13:18:09 +01:00
  • 3b8725e0f5 Merge pull request #239 from fjl/grab-bag Jeffrey Wilcke 2015-01-06 13:13:16 +01:00
  • 3caa4ad1ba p2p: improve test for peers message Felix Lange 2015-01-06 12:15:51 +01:00
  • b0ff946b55 p2p: move peerList back into baseProtocol Felix Lange 2015-01-06 12:14:29 +01:00
  • eb0e7b1b81 eth, p2p: remove EncodeMsg from p2p.MsgWriter Felix Lange 2015-01-06 11:35:09 +01:00
  • 36e1e5f151 cmd/peerserver: add some command line switches Felix Lange 2015-01-06 11:15:37 +01:00
  • 4c8c115a76 cmd/peerserver: use NoDial, don't use seed peers Felix Lange 2015-01-06 11:10:20 +01:00
  • 545e14691b cmd/peerserver: fix for new client identity type Felix Lange 2015-01-06 11:09:47 +01:00
  • be97785856 cmd/evm: add dummy implementation for GetHash Felix Lange 2015-01-06 11:07:05 +01:00
  • fde0ddb324 cmd/rlpdump: remove stray return Felix Lange 2015-01-06 10:58:36 +01:00
  • 117f66e823 Added license headers obscuren 2015-01-06 12:13:57 +01:00
  • 63d61cb380 added blockhash tests which return 0 CJentzsch 2015-01-06 11:50:57 +01:00
  • a26aecdfdb Updated WS API. Fixes #219. Closes #220 obscuren 2015-01-06 11:44:22 +01:00
  • 47e6b2cef8 Allow extra to be set for mined blocks obscuren 2015-01-06 00:19:07 +01:00
  • cc7f8f58e8 Limit block extra to 1024 obscuren 2015-01-06 00:17:05 +01:00
  • c9985bf563 Fixed peer window. Minor tweaks and fixes obscuren 2015-01-05 19:53:53 +01:00
  • 22c0c5465a Merge pull request #235 from fjl/rlpdump Jeffrey Wilcke 2015-01-05 17:48:04 +01:00
  • 2cfbf76db8 Merge pull request #233 from fjl/rlpdump Jeffrey Wilcke 2015-01-05 17:42:52 +01:00
  • ec4dee0fcd cmd/rlpdump: remove extra buffer Felix Lange 2015-01-05 17:42:20 +01:00
  • 952287db29 Updated tests obscuren 2015-01-05 17:40:23 +01:00
  • b99b2c446c Precompiled contract & Depth change obscuren 2015-01-05 17:37:30 +01:00
  • 04c0f7e15c cmd/rlpdump: add license header and synopsis Felix Lange 2015-01-05 17:38:39 +01:00
  • 128d417f47 protocol update about call depth CJentzsch 2015-01-05 17:26:11 +01:00
  • d001479a47 unclean shutdown for now obscuren 2015-01-05 17:15:25 +01:00
  • f16810c48e added shh back in obscuren 2015-01-05 17:12:52 +01:00
  • 66b05433b6 Merge branch 'ethersphere-eth.blockpool' into poc8 obscuren 2015-01-05 17:12:19 +01:00
  • 6abf8ef78f Merge obscuren 2015-01-05 17:10:42 +01:00
  • b907a5d765 cmd/rlpdump: new helper command Felix Lange 2015-01-05 13:30:58 +01:00
  • 0ace267c4f clear random tests due to protocol changes CJentzsch 2015-01-05 13:37:01 +01:00
  • b0854fbff5 BlockManager => BlockProcessor obscuren 2015-01-05 11:22:02 +01:00
  • c1dee15144 BlockManager => BlockProcessor obscuren 2015-01-05 00:18:44 +01:00
  • 987119cd4a Merge branch 'poc8' into docbranch obscuren 2015-01-04 14:39:15 +01:00
  • 08b03afa4b Version bump obscuren 2015-01-04 14:28:08 +01:00
  • 09841b1c9b Cleaned up some of that util obscuren 2015-01-04 14:20:16 +01:00
  • bd0c267cbe Cleanup old code obscuren 2015-01-03 17:29:08 +01:00
  • ca1b2a1a91 Changed prev_hash to block_hash, state transition now uses vm env obscuren 2015-01-03 17:18:43 +01:00
  • 1b90567546 Merge branch 'docbranch' of github.com-obscure:ethereum/go-ethereum into docbranch obscuren 2015-01-03 12:41:19 +01:00
  • 16f417f5af Fixed bug where logging could crash client during tx adding obscuren 2015-01-02 22:19:58 +01:00
  • 5c82fdc243 Make sure that the object exists obscuren 2015-01-02 22:18:23 +01:00
  • 55e55826ee Changed JUMP(I) behaviour. obscuren 2015-01-02 17:35:55 +01:00
  • 530953050a Updated protocol version obscuren 2015-01-02 17:35:00 +01:00
  • 24f89f8bd9 Squashed commit of the following: obscuren 2015-01-02 17:33:14 +01:00
  • 2e75a216c7 new jumpdest interpretation CJentzsch 2015-01-02 17:05:20 +01:00
  • 7aab71f656 added complete exp tests CJentzsch 2015-01-02 16:55:59 +01:00
  • 4dc7ee9087 Closure => Context obscuren 2015-01-02 16:14:12 +01:00
  • 3340f4dbfc retuning gas prices of recursive bombs to test limits CJentzsch 2015-01-02 14:26:55 +01:00
  • 456b5791bb more init code, systemoperations and transaction tests CJentzsch 2015-01-02 14:08:55 +01:00
  • e2d1d832ef added nil check obscuren 2015-01-02 13:00:25 +01:00
  • d336e24dce Removed the need of having a backend for the tx pool obscuren 2015-01-02 12:26:55 +01:00
  • ae2c90cc28 Removed value check from tx validation obscuren 2015-01-02 12:24:36 +01:00
  • 6cf61039cf Added tests for valid transactions obscuren 2015-01-02 12:18:23 +01:00
  • 48d2a8b8ee Refactored tx pool and added extra fields to block obscuren 2015-01-02 12:09:38 +01:00
  • 477a6d426c Added a query interface for world state obscuren 2015-01-02 12:07:54 +01:00
  • 0972bdeda2 Fixed using new trie iterator API obscuren 2015-01-02 12:07:26 +01:00
  • 1cc86c07a0 Deleted obscuren 2015-01-02 11:16:52 +01:00
  • 1c7e8e9093 Set TD to block once processed obscuren 2015-01-02 11:16:42 +01:00
  • b619b244c7 Fixed tests obscuren 2015-01-02 11:16:30 +01:00
  • 0fb1bcd321 Merge branch 'poc8' into docbranch obscuren 2015-01-02 10:30:27 +01:00
  • a4dc12f12c Additional comments and added name to error output obscuren 2014-12-31 11:21:39 +01:00
  • 4547a05a68 Minor improvements obscuren 2014-12-31 11:12:40 +01:00
  • 4b4e082102 JUMPI never 'require' checked. obscuren 2014-12-31 10:32:53 +01:00
  • 1954b87819 bring back toHex caktux 2014-12-30 11:59:33 -05:00
  • 77924757a8 Merge branch 'develop' into poc8 obscuren 2014-12-30 17:16:35 +01:00
  • 16460b0048 Fixed gas check for vm test obscuren 2014-12-30 17:16:28 +01:00
  • a9068aa8ff Merge branch 'develop' into poc8 obscuren 2014-12-30 17:10:02 +01:00
  • 89244981a8 Additional checking on gas obscuren 2014-12-30 17:09:54 +01:00
  • 138ab26b8c SIGNEXTEND missing from stack check obscuren 2014-12-30 17:09:43 +01:00
  • 51a97c031f Merge branch 'develop' into poc8 obscuren 2014-12-30 16:22:56 +01:00
  • cc5e621fc4 updated tests obscuren 2014-12-30 16:18:46 +01:00
  • 2ebf33ac1c removed variable obscuren 2014-12-30 16:17:56 +01:00
  • 788d812a72 Merge branch 'develop' into poc8 obscuren 2014-12-30 16:16:11 +01:00
  • 29c887ef2c Removed incorrect range check for push obscuren 2014-12-30 16:16:02 +01:00
  • 1085960ed8 fixed trie obscuren 2014-12-30 15:58:40 +01:00
  • 8df689bd44 Chain tests obscuren 2014-12-30 15:42:26 +01:00
  • 2f8a45cd8b Fixed chain test & added new chain obscuren 2014-12-30 13:32:01 +01:00
  • ce68ac6959 Updated miner to new block api obscuren 2014-12-30 13:18:19 +01:00
  • 1f5552feb4 added balance tests wanderer 2014-12-29 20:11:41 -05:00
  • 4d37c1cea2 added trie tests for branches on detel wanderer 2014-12-27 20:30:42 -05:00
  • 2fdc7bfbd1 more random tests CJentzsch 2014-12-27 22:46:21 +01:00
  • dc7c584a4d export => import obscuren 2014-12-24 14:54:06 +01:00
  • 58d477f7a6 Fixed a bug where keys where serialised twice obscuren 2014-12-24 14:47:50 +01:00
  • 804af9658a merge obscuren 2014-12-24 11:31:45 +01:00
  • 9d429180f9 Merge branch 'hotfix/0.7.11' into develop obscuren 2014-12-24 11:31:08 +01:00
  • 771bfe9e78 Merge branch 'hotfix/0.7.11' obscuren 2014-12-24 11:30:13 +01:00
  • c9f963a77e Bump obscuren 2014-12-24 11:30:04 +01:00
  • 7ba9fe4d5d Reset peer during download on disc obscuren 2014-12-24 11:29:58 +01:00
  • fb1edd05f4 Removed the deferred reset obscuren 2014-12-24 11:20:43 +01:00
  • 780abaec98 Switched to new trie obscuren 2014-12-23 18:35:36 +01:00
  • 98fe404e6a Merge remote-tracking branch 'origin/develop' into develop CJentzsch 2014-12-23 16:36:13 +01:00
  • aafb5f768b first failing random tests CJentzsch 2014-12-23 16:35:35 +01:00
  • 8c34e93b51 added stackOverFlow test to initCode wanderer 2014-12-23 10:01:20 -05:00
  • f468a9a0e2 Enable websockets for mist. Closes #218 obscuren 2014-12-23 15:46:46 +01:00
  • 1054c155db Moved import to utils obscuren 2014-12-23 15:37:03 +01:00
  • 7d2353f24d Close the file obscuren 2014-12-23 15:31:03 +01:00
  • 34f72ddb3d Decode from stream directly obscuren 2014-12-23 15:18:48 +01:00
  • 1382e8d84b Delete current chain for reset obscuren 2014-12-23 14:50:04 +01:00
  • e2e3fa3d11 Updated Mist to use new blocks obscuren 2014-12-23 14:44:45 +01:00
  • 9e5257b83b Chain importer obscuren 2014-12-23 14:33:15 +01:00
  • 4cd79d8ddd Refactored block & Transaction obscuren 2014-12-23 13:48:44 +01:00
  • 4b52cd512d Removal of "debug" url :) obscuren 2014-12-22 15:01:52 +01:00