Commit graph

  • 33fcab5727 Bug fix, corrected gasLimit in vmSystemOperationsTest Christoph Jentzsch 2014-10-06 10:30:04 +0200
  • f230c8259b SUICIDE instruction Paweł Bylica 2014-10-06 09:42:19 +0200
  • 25f9fd542a one more vm test Vitalik Buterin 2014-10-04 15:47:00 -0400
  • 2d561a5373 separated out vmtests Vitalik Buterin 2014-10-04 15:15:37 -0400
  • b0c48fa8d6 Merge pull request #13 from CJentzsch/develop vbuterin 2014-10-04 17:18:02 +0100
  • 3f5785829e CALL instruction. Still needs gas counting and callback support. Paweł Bylica 2014-10-03 15:19:47 +0200
  • 3942b2ed28 CREATE instruction. Still needs some work with ExtVM interface. Paweł Bylica 2014-10-03 13:19:35 +0200
  • a1a195bce3 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-03 11:31:14 +0200
  • f075b7b227 - fixes for RETURN and STOP - codegen for SLT, SGT, EQ and NEG artur-zawlocki 2014-10-03 11:30:15 +0200
  • b519b73d94 Stack functions simplified Paweł Bylica 2014-10-03 11:21:07 +0200
  • 7bee86aa4b Runtime class that inits and keeps stack, memory and ExtVM interface Paweł Bylica 2014-10-03 11:04:39 +0200
  • e100aa3c6c Changed to new "created address" obscuren 2014-10-02 17:35:57 +0200
  • 677836cbee Kick off bad peers on bad chains and improved catch up on diverted chain obscuren 2014-10-02 17:35:38 +0200
  • 320add062e BYTE instruction implementation (with bug on BYTE 0) Paweł Bylica 2014-10-02 17:30:39 +0200
  • a75c92000f Black listing of bad peers obscuren 2014-10-02 17:03:48 +0200
  • b55e017e62 Proper delete obscuren 2014-10-02 17:03:36 +0200
  • 82be305496 Fixed inconsistencies obscuren 2014-10-02 17:03:15 +0200
  • 710b734236 TODO: implement BYTE Paweł Bylica 2014-10-02 15:44:00 +0200
  • 48897f42c8 Bitwise operators: AND, OR, XOR Paweł Bylica 2014-10-02 15:03:59 +0200
  • c002d9b843 PC instructions Paweł Bylica 2014-10-02 14:18:50 +0200
  • 20cd698cf8 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-02 13:59:15 +0200
  • 09a9f1064f Block Information instructions: PREVHASH, COINBASE, TIMESTAMP, NUMBER, DIFFICULTY, GASLIMIT Paweł Bylica 2014-10-02 13:58:57 +0200
  • 9289508dfa Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-02 13:39:05 +0200
  • 48d4294d88 - implemented LT, GT - new tests for jumps and comparisons artur-zawlocki 2014-10-02 13:35:04 +0200
  • 954300fce1 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-02 13:04:14 +0200
  • fbe97fd3e1 BALANCE Paweł Bylica 2014-10-02 13:04:06 +0200
  • 8b625fa954 fixed implementation of NOT artur-zawlocki 2014-10-02 12:36:12 +0200
  • fa76d7a4a0 fixes for JUMP/JUMPI (generating final basic block) implementation of NOT artur-zawlocki 2014-10-02 12:22:47 +0200
  • ad2c4c4274 fixed implementation of JUMPI (cond casted to bool) artur-zawlocki 2014-10-02 11:45:54 +0200
  • 1d17da1e5f Added Module* constructor argument to Memory and Ext. artur-zawlocki 2014-10-02 11:14:09 +0200
  • b730bdc511 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-02 11:13:03 +0200
  • 0b8ba6d2e4 initial implementation of JUMP/JUMPI (untested) artur-zawlocki 2014-10-02 11:00:28 +0200
  • 3bc238b1ce Added eth providers obscuren 2014-10-02 10:56:22 +0200
  • 5053ec2190 Added download label obscuren 2014-10-02 01:37:23 +0200
  • a34a971b50 improved blockchain downloading obscuren 2014-10-02 01:36:59 +0200
  • 5fa0173c41 msg obscuren 2014-10-02 00:03:19 +0200
  • edf192b52d Print returned memory to standard output Paweł Bylica 2014-10-01 17:30:04 +0200
  • d073af7754 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-01 16:48:26 +0200
  • 748ee0fe8d Implementing RETURN and STOP instructions Paweł Bylica 2014-10-01 16:48:02 +0200
  • eea755cfc6 fixed bug in memory handling artur-zawlocki 2014-10-01 16:32:59 +0200
  • e1abb20f9b Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-01 15:47:15 +0200
  • 00f993929f Implemented MLOAD, MSTORE, MSTORE8 and MSIZE artur-zawlocki 2014-10-01 15:46:46 +0200
  • 6cae166f6f Delete tmp.json Christoph Jentzsch 2014-10-01 15:34:23 +0200
  • b9cda13a9a Push call data on stack - CALLDATALOAD Paweł Bylica 2014-10-01 14:23:49 +0200
  • 4ff906fbc2 corrected CALLSTATELESS tests Christoph Jentzsch 2014-10-01 14:06:32 +0200
  • fcde2f3d22 Accessing Ext static data: CALLER, ORIGIN, CALLVALUE, CALLDATASIZE, GASPRICE Paweł Bylica 2014-10-01 12:44:45 +0200
  • ac795c481b Send Ext static data to running contract. ADDRESS instruction Paweł Bylica 2014-10-01 12:23:10 +0200
  • 9ba6a7c6d4 Improve stack binary interface Paweł Bylica 2014-10-01 10:43:48 +0200
  • 8cd4326db8 Set/get values in Ext store - SSTORE & SLOAD Paweł Bylica 2014-10-01 10:28:46 +0200
  • 00136561a0 added ethcore to libs required by evmcc artur-zawlocki 2014-09-30 23:50:15 +0200
  • 3af211dd65 Implemented WebSocket package obscuren 2014-09-30 23:26:52 +0200
  • 6db40ecb22 WebSocket interface obscuren 2014-09-30 23:26:16 +0200
  • 15b945219a Merge branch 'develop-evmcc' of git@github.com:imapp-pl/ethereum.git into develop-evmcc artur-zawlocki 2014-09-30 23:02:27 +0200
  • a3c66b2740 How to spawn a websocket node obscuren 2014-09-30 22:58:09 +0200
  • 0cae9c3c1b Readme obscuren 2014-09-30 22:55:07 +0200
  • 68ccbefc94 init obscuren 2014-09-30 22:51:53 +0200
  • 68f15f91a0 initial implementation of memory artur-zawlocki 2014-09-30 21:32:21 +0100
  • f3a347bdc8 Starting ExtVM binary interface Paweł Bylica 2014-09-30 17:11:50 +0200
  • 78b188c4b4 Fix stack set/get bad function signature Paweł Bylica 2014-09-30 11:27:53 +0200
  • 58e03d5165 Basic arithmetic, limited precision for MUL, DIV and MOD. Paweł Bylica 2014-09-30 11:26:58 +0200
  • e53c0a4877 SWAP* instructions Paweł Bylica 2014-09-30 10:05:43 +0200
  • 3e01d183a0 POP and DUP* instructions Paweł Bylica 2014-09-30 09:32:53 +0200
  • 4266ce54fc PUSH instruction implementation Paweł Bylica 2014-09-29 17:17:39 +0200
  • d8430db13c Output compilation (option -c) result to standard output by default Paweł Bylica 2014-09-29 15:33:07 +0200
  • e8ff67cb48 Stack interface and implementation Paweł Bylica 2014-09-29 14:39:17 +0200
  • 5b3fee6806 Completed vm tests. Added ADDMOD, MULMOD, POST, CALLSTATELESS Christoph Jentzsch 2014-09-29 13:08:44 +0200
  • ab6ede51d7 Working on new (blocking) event machine. obscuren 2014-09-29 12:57:51 +0200
  • ea0357bf02 Block pool is thread safe obscuren 2014-09-28 14:52:58 +0200
  • 9cdd218083 Added IOandFlowOperation-, PushDupSwap- and SystemOperations- tests. Removed empty storage from adresses. Christoph Jentzsch 2014-09-27 21:48:09 +0200
  • 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 +0200
  • 44d50bc8d2 Have you seen my parents, sir? obscuren 2014-09-26 20:51:31 +0200
  • e20b113053 Logging messages obscuren 2014-09-26 20:19:11 +0200
  • 0acdeca3d6 skip messages properly obscuren 2014-09-26 20:19:01 +0200
  • dfa141a971 Staring with Stack helper Paweł Bylica 2014-09-26 17:23:22 +0200
  • f124be65b7 Implementation of ExecutionEngine with LLVM MCJIT Paweł Bylica 2014-09-26 15:18:56 +0200
  • a45e293267 Merge branch 'release/0.6.7' into develop obscuren 2014-09-26 13:48:04 +0200
  • 41ae6f298e Merge branch 'release/0.6.7' into develop obscuren 2014-09-26 13:47:47 +0200
  • bd95fd770b Merge branch 'release/0.6.7' v0.6.7 obscuren 2014-09-26 13:47:29 +0200
  • b8354124be Added protocol caps accessors obscuren 2014-09-26 13:45:26 +0200
  • 2b8eae9810 Added protocol caps to window obscuren 2014-09-26 13:45:18 +0200
  • b2dc19155f Renamed wallet to main obscuren 2014-09-26 13:38:40 +0200
  • 7a5b279459 Version bump obscuren 2014-09-26 13:35:48 +0200
  • cf999c4622 Cleaned up obscuren 2014-09-26 13:34:06 +0200
  • 68119d0929 Fixed messages to use proper numbers obscuren 2014-09-26 13:32:54 +0200
  • e33fdeab21 Remove public LLVM dependency in Compiler Paweł Bylica 2014-09-26 12:13:13 +0200
  • 507ba06b49 ExecutionEngine stub and -i program option for interpreting EVM Code Paweł Bylica 2014-09-26 11:37:18 +0200
  • f5eda1f1b3 Moving Compiler to separated files Paweł Bylica 2014-09-26 11:14:37 +0200
  • 9ed8dc7384 Attempt to catch up from unknown block obscuren 2014-09-25 16:57:49 +0200
  • dc944f7518 Added some lookup helper methods for name reg obscuren 2014-09-25 10:33:05 +0200
  • d5d1e50365 Support multiple promises as data or mixed with non promises obscuren 2014-09-25 10:32:54 +0200
  • 2458697dad Merge branch 'master' into develop obscuren 2014-09-24 21:37:05 +0200
  • 206672db5e Merge pull request #52 from nicksavers/winfix Jeffrey Wilcke 2014-09-24 21:36:37 +0200
  • 5c2aa1d4f5 Merge branch 'master' into develop obscuren 2014-09-24 21:21:03 +0200
  • 5cb4120ef5 queue get peers each 10 seconds obscuren 2014-09-24 21:20:57 +0200
  • 496df5c29a Merge branch 'master' into develop obscuren 2014-09-24 21:13:35 +0200
  • 3aeba50c38 merge error obscuren 2014-09-24 21:13:28 +0200
  • 29f5dd38e3 Merge branch 'release/0.6.6' into develop obscuren 2014-09-24 20:41:22 +0200
  • b8b1453392 Merge branch 'release/0.6.6' v0.6.6 obscuren 2014-09-24 20:41:11 +0200
  • ecdda01841 Merge branch 'release/0.6.6' into develop obscuren 2014-09-24 20:41:03 +0200
  • bb4495722f Merge branch 'release/0.6.6' obscuren 2014-09-24 20:40:54 +0200