Commit graph

  • 0972bdeda2 Fixed using new trie iterator API obscuren 2015-01-02 12:07:26 +0100
  • 1cc86c07a0 Deleted obscuren 2015-01-02 11:16:52 +0100
  • 1c7e8e9093 Set TD to block once processed obscuren 2015-01-02 11:16:42 +0100
  • b619b244c7 Fixed tests obscuren 2015-01-02 11:16:30 +0100
  • 0fb1bcd321 Merge branch 'poc8' into docbranch obscuren 2015-01-02 10:30:27 +0100
  • 254fc1fe3f changes to core/types/block - add HeaderHash and ParentHeaderHash public fields to allow block mocking for blockpool tests - Hash() and ParentHash() checks these fields, if unset falls back to orig - HashNoNonce() just returns self.header.HashNoNonce() - better implement with interfaces, so this may be temporary zelig 2015-01-02 00:41:54 +0000
  • 9b203faa23 major rewrite and simplification using minimal locking. add many new tests, test comments zelig 2015-01-02 00:31:13 +0000
  • 7a09ad7763 logger rename zelig 2015-01-02 00:29:28 +0000
  • 98f98f9fd8 add status msg error tests, improve test setup zelig 2015-01-02 00:28:51 +0000
  • 52706be77b ProtocolError -> self.protoError zelig 2015-01-02 00:27:06 +0000
  • d55d6a5c19 fix protocol error message memoization zelig 2015-01-02 00:24:46 +0000
  • 5be8c59ff1 Byte swap for constants Paweł Bylica 2014-12-31 17:53:46 +0100
  • 3df5a125fa Do not compile LLVM module if machine code available in memory Paweł Bylica 2014-12-31 16:04:38 +0100
  • 2b31cba5d2 Memory manager cleanup Paweł Bylica 2014-12-31 14:56:43 +0100
  • 6a22491af2 Clean up ExecutionEngine Paweł Bylica 2014-12-31 14:52:15 +0100
  • 28a062318c Clean up ExecutionEngine Paweł Bylica 2014-12-31 14:29:49 +0100
  • de024259c2 Clean up ExecutionEngine Paweł Bylica 2014-12-31 13:54:43 +0100
  • ece7fe7782 Clean up ExecutionEngine Paweł Bylica 2014-12-31 13:14:50 +0100
  • a4dc12f12c Additional comments and added name to error output obscuren 2014-12-31 11:21:39 +0100
  • 4547a05a68 Minor improvements obscuren 2014-12-31 11:12:40 +0100
  • 4b4e082102 JUMPI never 'require' checked. obscuren 2014-12-31 10:32:53 +0100
  • fe90c6f107 Clean up ExecutionEngine Paweł Bylica 2014-12-30 19:11:09 +0100
  • 9d9e73ac91 Using one ExecutionEngine to cache compiled contracts Paweł Bylica 2014-12-30 19:02:36 +0100
  • 713b33ee42 Remove global private memory pointers Paweł Bylica 2014-12-30 18:41:18 +0100
  • 1954b87819 bring back toHex caktux 2014-12-30 11:59:33 -0500
  • f8ffdfa30c Remove global privite pointers to runtime instance and runtime data Paweł Bylica 2014-12-30 17:58:10 +0100
  • 77924757a8 Merge branch 'develop' into poc8 obscuren 2014-12-30 17:16:35 +0100
  • 16460b0048 Fixed gas check for vm test obscuren 2014-12-30 17:16:28 +0100
  • a9068aa8ff Merge branch 'develop' into poc8 obscuren 2014-12-30 17:10:02 +0100
  • 89244981a8 Additional checking on gas obscuren 2014-12-30 17:09:54 +0100
  • 138ab26b8c SIGNEXTEND missing from stack check obscuren 2014-12-30 17:09:43 +0100
  • 51a97c031f Merge branch 'develop' into poc8 obscuren 2014-12-30 16:22:56 +0100
  • cc5e621fc4 updated tests obscuren 2014-12-30 16:18:46 +0100
  • 2ebf33ac1c removed variable obscuren 2014-12-30 16:17:56 +0100
  • 788d812a72 Merge branch 'develop' into poc8 obscuren 2014-12-30 16:16:11 +0100
  • 29c887ef2c Removed incorrect range check for push obscuren 2014-12-30 16:16:02 +0100
  • 1085960ed8 fixed trie obscuren 2014-12-30 15:58:40 +0100
  • 8df689bd44 Chain tests obscuren 2014-12-30 15:42:26 +0100
  • 2f8a45cd8b Fixed chain test & added new chain obscuren 2014-12-30 13:32:01 +0100
  • 6643af5224 Use code hash as main function name Paweł Bylica 2014-12-30 13:31:46 +0100
  • ce68ac6959 Updated miner to new block api obscuren 2014-12-30 13:18:19 +0100
  • 1f5552feb4 added balance tests wanderer 2014-12-29 20:11:41 -0500
  • e3245e140b Remove addtional cost param from commitCostBlock(). Count additional cost manually. [#81461534] Paweł Bylica 2014-12-29 19:49:16 +0100
  • 90cb4a753e More aggresive gas counting optimization: do not commit cost before LOG. [#81461534] Paweł Bylica 2014-12-29 19:48:02 +0100
  • 5d5259e4e0 Do not auto-commit cost block Paweł Bylica 2014-12-29 19:22:50 +0100
  • c5de54dbb0 More aggresive gas counting optimization: do not commit cost before SSTORE. Paweł Bylica 2014-12-29 18:54:27 +0100
  • c5ebca65d5 More aggresive gas counting optimization: do not commit cost before memory access. Paweł Bylica 2014-12-29 18:44:05 +0100
  • 4d37c1cea2 added trie tests for branches on detel wanderer 2014-12-27 20:30:42 -0500
  • 2fdc7bfbd1 more random tests CJentzsch 2014-12-27 22:46:21 +0100
  • dc7c584a4d export => import obscuren 2014-12-24 14:54:06 +0100
  • 58d477f7a6 Fixed a bug where keys where serialised twice obscuren 2014-12-24 14:47:50 +0100
  • 804af9658a merge obscuren 2014-12-24 11:31:45 +0100
  • 9d429180f9 Merge branch 'hotfix/0.7.11' into develop obscuren 2014-12-24 11:31:08 +0100
  • 771bfe9e78 Merge branch 'hotfix/0.7.11' v0.7.11 obscuren 2014-12-24 11:30:13 +0100
  • c9f963a77e Bump obscuren 2014-12-24 11:30:04 +0100
  • 7ba9fe4d5d Reset peer during download on disc obscuren 2014-12-24 11:29:58 +0100
  • fb1edd05f4 Removed the deferred reset obscuren 2014-12-24 11:20:43 +0100
  • 780abaec98 Switched to new trie obscuren 2014-12-23 18:35:36 +0100
  • 98fe404e6a Merge remote-tracking branch 'origin/develop' into develop CJentzsch 2014-12-23 16:36:13 +0100
  • aafb5f768b first failing random tests CJentzsch 2014-12-23 16:35:35 +0100
  • 8c34e93b51 added stackOverFlow test to initCode wanderer 2014-12-23 10:01:20 -0500
  • f468a9a0e2 Enable websockets for mist. Closes #218 obscuren 2014-12-23 15:46:46 +0100
  • 1054c155db Moved import to utils obscuren 2014-12-23 15:37:03 +0100
  • 7d2353f24d Close the file obscuren 2014-12-23 15:31:03 +0100
  • 34f72ddb3d Decode from stream directly obscuren 2014-12-23 15:18:48 +0100
  • 1382e8d84b Delete current chain for reset obscuren 2014-12-23 14:50:04 +0100
  • e2e3fa3d11 Updated Mist to use new blocks obscuren 2014-12-23 14:44:45 +0100
  • 9e5257b83b Chain importer obscuren 2014-12-23 14:33:15 +0100
  • 4cd79d8ddd Refactored block & Transaction obscuren 2014-12-23 13:48:44 +0100
  • 69930b9bcd Use sub "no-wrap" Paweł Bylica 2014-12-23 00:49:23 +0100
  • 6acbfe07b2 Remove unused function Paweł Bylica 2014-12-23 00:49:01 +0100
  • eaed9c3c4f Read push data using llvm::APInt Paweł Bylica 2014-12-23 00:41:45 +0100
  • 30f0a7a894 Type usage and other cleanups Paweł Bylica 2014-12-23 00:03:31 +0100
  • 4254b3fec1 Fix memory copy [Delivers #84703344] Paweł Bylica 2014-12-22 23:52:33 +0100
  • 43e08ea32d Handle create/call depth limit in CREATE instruction Paweł Bylica 2014-12-22 22:54:51 +0100
  • 20190b145b Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM (reverted from commit 66d5a2b5cd) Paweł Bylica 2014-12-22 22:16:46 +0100
  • 75fa67200e Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) (reverted from commit 6094aa30ad) Paweł Bylica 2014-12-22 22:16:37 +0100
  • 6094aa30ad Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) Paweł Bylica 2014-12-22 14:14:08 -0500
  • 4b52cd512d Removal of "debug" url :) obscuren 2014-12-22 15:01:52 +0100
  • e32f7baa0d Concat and pad data obscuren 2014-12-22 14:59:52 +0100
  • 60b1f9629c Merge branch 'develop' into poc8 obscuren 2014-12-22 14:46:32 +0100
  • 66d5a2b5cd Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM Paweł Bylica 2014-12-22 14:16:42 +0100
  • 4051c0333f Added whisper js api obscuren 2014-12-22 13:23:11 +0100
  • e42517754a updated ethereum.js obscuren 2014-12-22 11:57:13 +0100
  • a153b47c2b moved obscuren 2014-12-22 11:56:34 +0100
  • e531c6fc6c Merge pull request #217 from ethereum/tests Jeffrey Wilcke 2014-12-22 11:42:28 +0100
  • ed7e05fb2a Merge branch 'develop' into poc8 obscuren 2014-12-22 10:58:30 +0100
  • 8130df63ca updated whisper ui obscuren 2014-12-22 10:58:28 +0100
  • 123098ce79 Lots of fixes. Gav Wood 2014-12-22 01:13:49 +0100
  • 4fd4facf35 Remove old file Taylor Gerring 2014-12-21 14:54:51 -0600
  • 43bf3b4a78 Move goveralls call to script Taylor Gerring 2014-12-21 14:46:32 -0600
  • 05da381c15 Add coveralls coverage badge Taylor Gerring 2014-12-21 14:36:13 -0600
  • 26bf95731b Use repo default branches Taylor Gerring 2014-12-21 14:31:19 -0600
  • 03dc6ec0d4 Update travis go version to tip Taylor Gerring 2014-12-21 13:46:06 -0600
  • f7ec759ef0 inline dependency installation script Taylor Gerring 2014-12-21 13:34:48 -0600
  • 7ddebd7a75 Exclude VM tests Taylor Gerring 2014-12-21 13:21:24 -0600
  • dbc22690e5 initial commit of p2p peer selection/cademlia zelig 2014-12-21 19:09:47 +0000
  • bab78bbeb6 Merge branch 'tests' of github.com:ethereum/go-ethereum into tests Taylor Gerring 2014-12-21 12:06:24 -0600
  • 7a79428278 Update cover command installation Taylor Gerring 2014-12-21 12:05:59 -0600
  • 1360f027d9 Merge pull request #216 from ethereum/develop Taylor Gerring 2014-12-21 11:42:32 -0600