Commit Graph

  • dfe66cab3f Merge remote-tracking branch 'origin/develop' PoC6 Christoph Jentzsch 2014-10-08 11:05:51 +0200
  • bb1954089c Cleanup Compiler Paweł Bylica 2014-10-07 19:29:56 +0200
  • b273b863b1 Provide end instruction to basic block Paweł Bylica 2014-10-07 18:44:42 +0200
  • 16ea3bf543 Improve basic blocks linking implementation Paweł Bylica 2014-10-07 17:27:45 +0200
  • 1a67a96cff Merge pull request #18 from CJentzsch/develop vbuterin 2014-10-07 15:10:23 +0100
  • 7a3f3f9079 Remove external stack Paweł Bylica 2014-10-07 16:09:50 +0200
  • 1cbb9d57aa Stack cleanups Paweł Bylica 2014-10-07 16:03:05 +0200
  • ffd6bc97ad Merge remote-tracking branch 'origin/develop' into develop Christoph Jentzsch 2014-10-07 15:47:34 +0200
  • a338b88588 Cleanups: move basic block linking to separated function Paweł Bylica 2014-10-07 15:47:08 +0200
  • 9779d67b8c CallToNameRegistratorOutOfGas balance correction Christoph Jentzsch 2014-10-07 15:45:53 +0200
  • 577438e243 Correct the order of basic blocks Paweł Bylica 2014-10-07 15:44:46 +0200
  • e52d421955 Link basic blocks with phi functions Paweł Bylica 2014-10-07 15:34:02 +0200
  • a4f5f45228 Merge pull request #17 from CJentzsch/develop vbuterin 2014-10-07 14:13:12 +0100
  • b6d7cba499 Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-07 15:02:51 +0200
  • 865cb4083d Added A calls B calls A contracts Christoph Jentzsch 2014-10-07 15:02:36 +0200
  • 0961908efa Introducing BasicBlock class. Paweł Bylica 2014-10-07 12:14:55 +0200
  • b4fa28a3e6 Merge branch 'release/0.6.8' into develop obscuren 2014-10-07 11:21:29 +0200
  • d1a6084bf7 Merge branch 'release/0.6.8' v0.6.8 obscuren 2014-10-07 11:20:52 +0200
  • a9b857769d bump obscuren 2014-10-07 11:19:42 +0200
  • 0015ce1e35 kick of bad peers obscuren 2014-10-07 11:18:46 +0200
  • 4ed94d3d51 removed old windows & added websockets to mist obscuren 2014-10-07 11:18:34 +0200
  • 49a9f47aec Merge pull request #16 from CJentzsch/develop Jeffrey Wilcke 2014-10-07 10:56:17 +0200
  • 94a493b0d9 Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-07 10:51:32 +0200
  • 72853c4382 corrected amount of used gas for CallToNameRegistratorOutOfGas Christoph Jentzsch 2014-10-07 10:51:07 +0200
  • cc51bfded6 Pop entry state of basic block from external stack, push exit state to external stack. Paweł Bylica 2014-10-07 09:24:55 +0200
  • 3b0ec436e4 Merge pull request #15 from CJentzsch/develop vbuterin 2014-10-07 05:52:43 +0100
  • 222068b9ba Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-06 21:17:28 +0200
  • c1696531a6 corrected tests and different style for storage Christoph Jentzsch 2014-10-06 21:17:09 +0200
  • c95dfec5e4 push data instead of assign obscuren 2014-10-06 19:26:51 +0200
  • 33e36ce6cc Basic stack implementation for basic block. Values on stack are not preserved between basic blocks (jumps) Paweł Bylica 2014-10-06 15:58:57 +0200
  • 3cba3a2dca SHA3 instruction Paweł Bylica 2014-10-06 10:47:31 +0200
  • aec3252b8e Merge pull request #14 from CJentzsch/develop vbuterin 2014-10-06 09:39:46 +0100
  • e17a909f70 Merge remote-tracking branch 'upstream/develop' into develop Christoph Jentzsch 2014-10-06 10:31:51 +0200
  • 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