Commit Graph

  • 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
  • 69930b9bcd Use sub "no-wrap" Paweł Bylica 2014-12-23 00:49:23 +01:00
  • 6acbfe07b2 Remove unused function Paweł Bylica 2014-12-23 00:49:01 +01:00
  • eaed9c3c4f Read push data using llvm::APInt Paweł Bylica 2014-12-23 00:41:45 +01:00
  • 30f0a7a894 Type usage and other cleanups Paweł Bylica 2014-12-23 00:03:31 +01:00
  • 4254b3fec1 Fix memory copy [Delivers #84703344] Paweł Bylica 2014-12-22 23:52:33 +01:00
  • 43e08ea32d Handle create/call depth limit in CREATE instruction Paweł Bylica 2014-12-22 22:54:51 +01:00
  • 20190b145b Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM (reverted from commit 66d5a2b5cdf1361dcf0205b191dd12be090ed224) Paweł Bylica 2014-12-22 22:16:46 +01:00
  • 75fa67200e Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) (reverted from commit 6094aa30add22d56bee145bbb4a7d440c08db5c8) Paweł Bylica 2014-12-22 22:16:37 +01:00
  • 6094aa30ad Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) Paweł Bylica 2014-12-22 14:14:08 -05:00
  • 4b52cd512d Removal of "debug" url :) obscuren 2014-12-22 15:01:52 +01:00
  • e32f7baa0d Concat and pad data obscuren 2014-12-22 14:59:52 +01:00
  • 60b1f9629c Merge branch 'develop' into poc8 obscuren 2014-12-22 14:46:32 +01:00
  • 66d5a2b5cd Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM Paweł Bylica 2014-12-22 14:16:42 +01:00
  • 4051c0333f Added whisper js api obscuren 2014-12-22 13:23:11 +01:00
  • e42517754a updated ethereum.js obscuren 2014-12-22 11:57:13 +01:00
  • a153b47c2b moved obscuren 2014-12-22 11:56:34 +01:00
  • e531c6fc6c Merge pull request #217 from ethereum/tests Jeffrey Wilcke 2014-12-22 11:42:28 +01:00
  • ed7e05fb2a Merge branch 'develop' into poc8 obscuren 2014-12-22 10:58:30 +01:00
  • 8130df63ca updated whisper ui obscuren 2014-12-22 10:58:28 +01:00
  • 123098ce79 Lots of fixes. Gav Wood 2014-12-22 01:13:49 +01:00
  • 4fd4facf35 Remove old file Taylor Gerring 2014-12-21 14:54:51 -06:00
  • 43bf3b4a78 Move goveralls call to script Taylor Gerring 2014-12-21 14:46:32 -06:00
  • 05da381c15 Add coveralls coverage badge Taylor Gerring 2014-12-21 14:36:13 -06:00
  • 26bf95731b Use repo default branches Taylor Gerring 2014-12-21 14:31:19 -06:00
  • 03dc6ec0d4 Update travis go version to tip Taylor Gerring 2014-12-21 13:46:06 -06:00
  • f7ec759ef0 inline dependency installation script Taylor Gerring 2014-12-21 13:34:48 -06:00
  • 7ddebd7a75 Exclude VM tests Taylor Gerring 2014-12-21 13:21:24 -06:00
  • dbc22690e5 initial commit of p2p peer selection/cademlia zelig 2014-12-21 19:09:47 +00:00
  • bab78bbeb6 Merge branch 'tests' of github.com:ethereum/go-ethereum into tests Taylor Gerring 2014-12-21 12:06:24 -06:00
  • 7a79428278 Update cover command installation Taylor Gerring 2014-12-21 12:05:59 -06:00
  • 1360f027d9 Merge pull request #216 from ethereum/develop Taylor Gerring 2014-12-21 11:42:32 -06:00
  • b3629c6f62 remove temp coverage file Taylor Gerring 2014-12-21 11:19:33 -06:00
  • 176c98eb66 Updated tool import paths Taylor Gerring 2014-12-21 11:18:43 -06:00
  • 25d16f358a Merge branch 'develop' obscuren 2014-12-21 15:13:45 +01:00
  • 795b14330a Fixed EVM environment. Closes #215 v0.7.10 obscuren 2014-12-21 15:13:06 +01:00
  • 0e5aed63dd Updated QWhisper obscuren 2014-12-21 15:06:35 +01:00
  • 1b490244bf Workaround for Ubuntu broken LLVM package (llvm-3.5-dev does not have correct cmake files) Paweł Bylica 2014-12-21 01:30:25 +01:00
  • 8a285d258a Merge remote-tracking branch 'origin/develop' into develop CJentzsch 2014-12-20 13:08:18 +01:00
  • a4ccc6e72e CALLCODE <-> RETURN CJentzsch 2014-12-20 13:07:54 +01:00
  • ed63ced244 Disable rtti for Cache as LLVM has not rtti Paweł Bylica 2014-12-20 10:39:07 +01:00
  • 125bdc3253 Merge branch 'develop' into poc8 obscuren 2014-12-20 02:45:05 +01:00
  • 6cff6dd8b8 Merge branch 'release/v0.7.10' into develop obscuren 2014-12-20 02:34:29 +01:00
  • 3983dd2428 Merge branch 'release/v0.7.10' v0.7.10-broken obscuren 2014-12-20 02:34:12 +01:00
  • 0a9dc1536c Increased peer from 10 to 30 obscuren 2014-12-20 02:33:45 +01:00
  • 1508a23a6f Minor updates on gas and removed/refactored old code. obscuren 2014-12-20 02:21:13 +01:00
  • 5e907f8d0d rename package to bzz zelig 2014-12-19 19:02:28 +00:00
  • 82c87c22c3 remove temporary ethdb/leveldb interface zelig 2014-12-19 19:02:12 +00:00
  • e32cdc4244 initial commit for swarm/bzz - to include blockhash pkg https://github.com/nagydani/go-dpa zelig 2014-12-19 17:50:28 +00:00
  • f5b8f3d41b Removed OOG check. Revert should always happen. obscuren 2014-12-19 13:59:49 +01:00
  • 0e93b98533 Transaction was generating incorrect hash because of var changes obscuren 2014-12-19 13:34:53 +01:00
  • 5da5db5a0a Added authors obscuren 2014-12-19 13:34:21 +01:00
  • 232f9fee52 Refactor cmake files Paweł Bylica 2014-12-19 12:32:01 +01:00
  • 6567f9d0b2 add refund tests wanderer 2014-12-18 23:39:30 -05:00
  • 88af879f7a version bump obscuren 2014-12-19 01:18:22 +01:00
  • 75f0412f9d Merge branch 'ebuchman-badsig' into poc8 obscuren 2014-12-19 00:33:32 +01:00
  • 207b6c50fb Merge branch 'badsig' of https://github.com/ebuchman/go-ethereum into ebuchman-badsig obscuren 2014-12-19 00:33:05 +01:00
  • 07cfec33f8 added trieTest anyorder wanderer 2014-12-18 18:30:46 -05:00
  • 12671c82ea Moved VM to execution obscuren 2014-12-19 00:23:00 +01:00
  • 6e24b1587d Merge branch 'develop' into poc8 obscuren 2014-12-19 00:19:02 +01:00
  • 59ef6e3693 Cleaned up objects obscuren 2014-12-19 00:18:52 +01:00
  • 22d29a6d52 merge obscuren 2014-12-19 00:02:55 +01:00
  • a7f4ade711 Fixed tests obscuren 2014-12-18 23:59:53 +01:00
  • 1e985f9865 Fixed casting error obscuren 2014-12-18 23:59:40 +01:00
  • 4789084998 updated tests obscuren 2014-12-18 23:32:58 +01:00
  • 3325683794 Fixed refund model obscuren 2014-12-18 22:38:51 +01:00
  • f7287c626e updated tests obscuren 2014-12-18 21:58:53 +01:00
  • 198cc69357 Gas corrections and vm fixes obscuren 2014-12-18 21:58:26 +01:00
  • 86c3b8cfad Merge branch 'develop' of https://github.com/ethereum/tests into develop CJentzsch 2014-12-18 21:43:06 +01:00
  • b227b10f5d more refund tests CJentzsch 2014-12-18 21:42:41 +01:00
  • 71b5d6e0a3 updated index.js wanderer 2014-12-18 12:13:55 -05:00
  • 5ad473d758 Moved methods to messages obscuren 2014-12-18 15:33:22 +01:00
  • db494170dc Created generic message (easy for testing) obscuren 2014-12-18 15:18:13 +01:00
  • 8287c6040a Own cached objects Paweł Bylica 2014-12-18 15:01:55 +01:00
  • 6543cc4bfc Execution Engine cleanups (reverted from commit bd85efa299e661228a1ac6283b5fad14e09f88d9) Paweł Bylica 2014-12-18 14:32:30 +01:00
  • 98b265b8a2 Merge commit '2332595c9c0d315dc9ecde22d236ae477b931863' into develop Paweł Bylica 2014-12-18 14:29:51 +01:00
  • 2b83b75c4b Object cache wit memory leaks Paweł Bylica 2014-12-18 14:27:59 +01:00
  • de22a0a132 Execution Engine cleanups Paweł Bylica 2014-12-18 14:20:04 +01:00
  • 9e286e1c33 updated tests obscuren 2014-12-18 13:32:47 +01:00
  • 0dc566124a Merge fixes obscuren 2014-12-18 13:22:59 +01:00
  • 721e8ae93f Merged develop obscuren 2014-12-18 13:19:41 +01:00
  • 2d09e67713 Updated to new methods obscuren 2014-12-18 13:17:24 +01:00
  • 49e0267fe7 Locks, refactor, tests obscuren 2014-12-18 13:12:54 +01:00
  • 2332595c9c Change the name of a module to some hash (for caching) Paweł Bylica 2014-12-18 13:01:45 +01:00
  • bd85efa299 Execution Engine cleanups Paweł Bylica 2014-12-18 13:00:59 +01:00
  • 590aace88d Removed ethereum as dependency obscuren 2014-12-18 12:18:19 +01:00
  • 4b2f1f7628 idx should return -1 obscuren 2014-12-18 11:55:46 +01:00
  • df3366d910 Rlp shouldn't write null bytes obscuren 2014-12-18 11:39:24 +01:00
  • aefcb9716e transaction tests and refund tests CJentzsch 2014-12-18 09:31:43 +01:00
  • e6fdf0c9f7 Merge branch 'develop' into poc8 obscuren 2014-12-18 00:12:51 +01:00
  • 4dbdcaecb1 Moved pre-compiled, moved depth check obscuren 2014-12-17 23:58:52 +01:00
  • b37ce8e972 Gas counting for CREATE instruction Paweł Bylica 2014-12-17 17:54:51 +01:00
  • 0a642457f7 Fix checking memory requirements with size 0 Paweł Bylica 2014-12-17 17:53:06 +01:00
  • a4927609d7 Using llvm::ExecutionEngine::getFunctionAddress() instead of getPointerToFunction(). Cleanups. Paweł Bylica 2014-12-17 15:38:33 +01:00
  • dd63bb30eb Remove TODO comment Paweł Bylica 2014-12-17 14:41:24 +01:00
  • 8f3edbcdb3 Disable cache. It's broken. Paweł Bylica 2014-12-17 14:41:09 +01:00
  • 8da07e91e4 Merge pull request #213 from ethereum/develop Jeffrey Wilcke 2014-12-17 13:00:05 +01:00
  • b1c58b76a9 moved err check obscuren 2014-12-17 12:57:35 +01:00
  • 49bd78b404 SHA3 gas cost updated Paweł Bylica 2014-12-16 20:14:47 +01:00