Commit Graph

  • 8b625fa954 fixed implementation of NOT artur-zawlocki 2014-10-02 12:36:12 +02:00
  • fa76d7a4a0 fixes for JUMP/JUMPI (generating final basic block) implementation of NOT artur-zawlocki 2014-10-02 12:22:47 +02:00
  • ad2c4c4274 fixed implementation of JUMPI (cond casted to bool) artur-zawlocki 2014-10-02 11:45:54 +02:00
  • 1d17da1e5f Added Module* constructor argument to Memory and Ext. artur-zawlocki 2014-10-02 11:14:09 +02:00
  • b730bdc511 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-02 11:13:03 +02:00
  • 0b8ba6d2e4 initial implementation of JUMP/JUMPI (untested) artur-zawlocki 2014-10-02 11:00:28 +02:00
  • 3bc238b1ce Added eth providers obscuren 2014-10-02 10:56:22 +02:00
  • 5053ec2190 Added download label obscuren 2014-10-02 01:37:23 +02:00
  • a34a971b50 improved blockchain downloading obscuren 2014-10-02 01:36:59 +02:00
  • 5fa0173c41 msg obscuren 2014-10-02 00:03:19 +02:00
  • edf192b52d Print returned memory to standard output Paweł Bylica 2014-10-01 17:30:04 +02:00
  • d073af7754 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-01 16:48:26 +02:00
  • 748ee0fe8d Implementing RETURN and STOP instructions Paweł Bylica 2014-10-01 16:48:02 +02:00
  • eea755cfc6 fixed bug in memory handling artur-zawlocki 2014-10-01 16:32:59 +02:00
  • e1abb20f9b Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-01 15:47:15 +02:00
  • 00f993929f Implemented MLOAD, MSTORE, MSTORE8 and MSIZE artur-zawlocki 2014-10-01 15:46:46 +02:00
  • 6cae166f6f Delete tmp.json Christoph Jentzsch 2014-10-01 15:34:23 +02:00
  • b9cda13a9a Push call data on stack - CALLDATALOAD Paweł Bylica 2014-10-01 14:23:49 +02:00
  • 4ff906fbc2 corrected CALLSTATELESS tests Christoph Jentzsch 2014-10-01 14:06:32 +02:00
  • fcde2f3d22 Accessing Ext static data: CALLER, ORIGIN, CALLVALUE, CALLDATASIZE, GASPRICE Paweł Bylica 2014-10-01 12:44:45 +02:00
  • ac795c481b Send Ext static data to running contract. ADDRESS instruction Paweł Bylica 2014-10-01 12:23:10 +02:00
  • 9ba6a7c6d4 Improve stack binary interface Paweł Bylica 2014-10-01 10:43:48 +02:00
  • 8cd4326db8 Set/get values in Ext store - SSTORE & SLOAD Paweł Bylica 2014-10-01 10:28:46 +02:00
  • 00136561a0 added ethcore to libs required by evmcc artur-zawlocki 2014-09-30 23:50:15 +02:00
  • 3af211dd65 Implemented WebSocket package obscuren 2014-09-30 23:26:52 +02:00
  • 6db40ecb22 WebSocket interface obscuren 2014-09-30 23:26:16 +02:00
  • 15b945219a Merge branch 'develop-evmcc' of git@github.com:imapp-pl/ethereum.git into develop-evmcc artur-zawlocki 2014-09-30 23:02:27 +02:00
  • a3c66b2740 How to spawn a websocket node obscuren 2014-09-30 22:58:09 +02:00
  • 0cae9c3c1b Readme obscuren 2014-09-30 22:55:07 +02:00
  • 68ccbefc94 init obscuren 2014-09-30 22:51:53 +02:00
  • 68f15f91a0 initial implementation of memory artur-zawlocki 2014-09-30 21:32:21 +01:00
  • f3a347bdc8 Starting ExtVM binary interface Paweł Bylica 2014-09-30 17:11:50 +02:00
  • 78b188c4b4 Fix stack set/get bad function signature Paweł Bylica 2014-09-30 11:27:53 +02:00
  • 58e03d5165 Basic arithmetic, limited precision for MUL, DIV and MOD. Paweł Bylica 2014-09-30 11:26:58 +02:00
  • e53c0a4877 SWAP* instructions Paweł Bylica 2014-09-30 10:05:43 +02:00
  • 3e01d183a0 POP and DUP* instructions Paweł Bylica 2014-09-30 09:32:53 +02:00
  • 4266ce54fc PUSH instruction implementation Paweł Bylica 2014-09-29 17:17:39 +02:00
  • d8430db13c Output compilation (option -c) result to standard output by default Paweł Bylica 2014-09-29 15:33:07 +02:00
  • e8ff67cb48 Stack interface and implementation Paweł Bylica 2014-09-29 14:39:17 +02:00
  • 5b3fee6806 Completed vm tests. Added ADDMOD, MULMOD, POST, CALLSTATELESS Christoph Jentzsch 2014-09-29 13:08:44 +02:00
  • ab6ede51d7 Working on new (blocking) event machine. obscuren 2014-09-29 12:57:51 +02:00
  • ea0357bf02 Block pool is thread safe obscuren 2014-09-28 14:52:58 +02:00
  • 9cdd218083 Added IOandFlowOperation-, PushDupSwap- and SystemOperations- tests. Removed empty storage from adresses. Christoph Jentzsch 2014-09-27 21:48:09 +02:00
  • bbc3aa4f99 evmcc's CMakeLists updated: * added std=c++14 for gcc (required for std::make_unique) * added required llvm libnames Artur Zawłocki 2014-09-27 14:58:50 +02:00
  • 44d50bc8d2 Have you seen my parents, sir? obscuren 2014-09-26 20:51:31 +02:00
  • e20b113053 Logging messages obscuren 2014-09-26 20:19:11 +02:00
  • 0acdeca3d6 skip messages properly obscuren 2014-09-26 20:19:01 +02:00
  • dfa141a971 Staring with Stack helper Paweł Bylica 2014-09-26 17:23:22 +02:00
  • f124be65b7 Implementation of ExecutionEngine with LLVM MCJIT Paweł Bylica 2014-09-26 15:18:56 +02:00
  • a45e293267 Merge branch 'release/0.6.7' into develop obscuren 2014-09-26 13:48:04 +02:00
  • 41ae6f298e Merge branch 'release/0.6.7' into develop obscuren 2014-09-26 13:47:47 +02:00
  • bd95fd770b Merge branch 'release/0.6.7' v0.6.7 obscuren 2014-09-26 13:47:29 +02:00
  • b8354124be Added protocol caps accessors obscuren 2014-09-26 13:45:26 +02:00
  • 2b8eae9810 Added protocol caps to window obscuren 2014-09-26 13:45:18 +02:00
  • b2dc19155f Renamed wallet to main obscuren 2014-09-26 13:38:40 +02:00
  • 7a5b279459 Version bump obscuren 2014-09-26 13:35:48 +02:00
  • cf999c4622 Cleaned up obscuren 2014-09-26 13:34:06 +02:00
  • 68119d0929 Fixed messages to use proper numbers obscuren 2014-09-26 13:32:54 +02:00
  • e33fdeab21 Remove public LLVM dependency in Compiler Paweł Bylica 2014-09-26 12:13:13 +02:00
  • 507ba06b49 ExecutionEngine stub and -i program option for interpreting EVM Code Paweł Bylica 2014-09-26 11:37:18 +02:00
  • f5eda1f1b3 Moving Compiler to separated files Paweł Bylica 2014-09-26 11:14:37 +02:00
  • 9ed8dc7384 Attempt to catch up from unknown block obscuren 2014-09-25 16:57:49 +02:00
  • dc944f7518 Added some lookup helper methods for name reg obscuren 2014-09-25 10:33:05 +02:00
  • d5d1e50365 Support multiple promises as data or mixed with non promises obscuren 2014-09-25 10:32:54 +02:00
  • 2458697dad Merge branch 'master' into develop obscuren 2014-09-24 21:37:05 +02:00
  • 206672db5e Merge pull request #52 from nicksavers/winfix Jeffrey Wilcke 2014-09-24 21:36:37 +02:00
  • 5c2aa1d4f5 Merge branch 'master' into develop obscuren 2014-09-24 21:21:03 +02:00
  • 5cb4120ef5 queue get peers each 10 seconds obscuren 2014-09-24 21:20:57 +02:00
  • 496df5c29a Merge branch 'master' into develop obscuren 2014-09-24 21:13:35 +02:00
  • 3aeba50c38 merge error obscuren 2014-09-24 21:13:28 +02:00
  • 29f5dd38e3 Merge branch 'release/0.6.6' into develop obscuren 2014-09-24 20:41:22 +02:00
  • b8b1453392 Merge branch 'release/0.6.6' v0.6.6 obscuren 2014-09-24 20:41:11 +02:00
  • ecdda01841 Merge branch 'release/0.6.6' into develop obscuren 2014-09-24 20:41:03 +02:00
  • bb4495722f Merge branch 'release/0.6.6' obscuren 2014-09-24 20:40:54 +02:00
  • 1118aaf840 Temp work around obscuren 2014-09-24 20:40:40 +02:00
  • 1cb12296f6 Temp work around obscuren 2014-09-24 20:40:18 +02:00
  • 96fd1ce270 Bump obscuren 2014-09-24 20:04:14 +02:00
  • 544b7fba7f Merge branch 'tmp' into develop obscuren 2014-09-24 19:59:14 +02:00
  • 6ecbbe4006 Download indicator obscuren 2014-09-24 19:57:22 +02:00
  • cba2f6c2c4 Block pool stop / start obscuren 2014-09-24 19:56:21 +02:00
  • 1fe2d0d0e0 Peers no longer take care of block processing obscuren 2014-09-24 19:55:28 +02:00
  • 54558dd8ae Removed log obscuren 2014-09-24 19:54:51 +02:00
  • 60a8c9527c Mine without txs obscuren 2014-09-24 19:54:37 +02:00
  • 84690bfbbe Changed the block fetching code and hash distribution obscuren 2014-09-24 19:54:30 +02:00
  • d3a0bb4f35 Info => Debug obscuren 2014-09-24 19:54:14 +02:00
  • ad13b402d7 Fixed race condition obscuren 2014-09-24 17:47:01 +02:00
  • b66fcf85df checkp obscuren 2014-09-24 11:55:02 +02:00
  • ba43364f36 tmp obscuren 2014-09-24 11:41:57 +02:00
  • 57dc435f9b Added TD for each block obscuren 2014-09-24 11:39:17 +02:00
  • c582890590 Add blank line after +build comment nicksavers 2014-09-23 20:04:06 +02:00
  • 615d20598a Merge branch 'develop' obscuren 2014-09-23 18:19:56 +02:00
  • 46a496428f ugh obscuren 2014-09-23 18:19:51 +02:00
  • acfb5b85fb Merge branch 'hotfix/0.6.5-2' into develop obscuren 2014-09-23 17:56:50 +02:00
  • 70db149494 Merge branch 'hotfix/0.6.5-2' v0.6.5-2 obscuren 2014-09-23 17:56:43 +02:00
  • a4007f3b68 Fixed min gas price on coin obscuren 2014-09-23 17:56:35 +02:00
  • bc1a173d2f Merge branch 'hotfix/0.6.5-3' into develop obscuren 2014-09-23 17:55:54 +02:00
  • 5c5db7d931 Merge branch 'hotfix/0.6.5-3' obscuren 2014-09-23 17:55:45 +02:00
  • 6800c3665a Re-added min gas price check on tx pool obscuren 2014-09-23 17:55:34 +02:00
  • 28ed968b46 Added blockInfoTest Christoph Jentzsch 2014-09-23 15:49:22 +02:00
  • ffbd5a35b5 Added environmentalInfo- and sha3- test Christoph Jentzsch 2014-09-23 15:37:52 +02:00