Commit graph

  • 5cd93a0618 http provider Marek Kotewicz 2014-10-22 11:38:33 +0200
  • ce05634f38 Debug only if a tx is set. Fixes #134 obscuren 2014-10-22 11:11:12 +0200
  • 701d99e052 Fixed the order in which phi nodes are created (was incorrect) [#80895676] artur-zawlocki 2014-10-22 10:01:56 +0100
  • b9a8c92422 fix spelling error martin becze 2014-10-21 17:02:52 -0400
  • aaf0f7dd87 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-21 21:53:23 +0100
  • 044e83860a Fixed bug in phi node rewriting [#80895676] artur-zawlocki 2014-10-21 21:52:18 +0100
  • 170ca152a4 Null gas in case of out-of-gas exception [Delivers #81118624] Paweł Bylica 2014-10-21 19:52:08 +0200
  • 54c636a376 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-21 18:17:25 +0200
  • f28f8cc0a5 Add support for Big Endian architectures [Delivers #79877740] Paweł Bylica 2014-10-21 18:16:57 +0200
  • 075752340a Use Endianness in Ext [#79877740] Paweł Bylica 2014-10-21 17:50:34 +0200
  • 920ea2ec7e Comment: storage uses native endianness [#79877740] Paweł Bylica 2014-10-21 17:44:48 +0200
  • 05741c2d4e Handle endianness for CALLDATALOAD correctly [#79877740] Paweł Bylica 2014-10-21 17:35:18 +0200
  • b48ae74af4 Added failing random tests Christoph Jentzsch 2014-10-21 17:26:26 +0200
  • 5a8ba36fe5 added assert in linkBasicBlocks() artur-zawlocki 2014-10-21 16:24:53 +0100
  • bee0a4100c Merge remote-tracking branch 'origin/master' into develop Christoph Jentzsch 2014-10-21 17:15:05 +0200
  • 8909c150a1 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-21 15:54:43 +0100
  • 080cf20f84 Handling pop() from the empty EVM stack. [#80895676] artur-zawlocki 2014-10-21 15:53:51 +0100
  • 49b07696c3 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-21 16:06:45 +0200
  • d95083ade4 Remove unreachable basic blocks before "linking" Paweł Bylica 2014-10-21 16:06:30 +0200
  • a6ce4ba7c5 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-21 16:01:32 +0200
  • 1cf3549116 minor changes in the compiler driver artur-zawlocki 2014-10-21 15:00:43 +0100
  • a4416e563d Remove unreachable basic blocks before "linking" Paweł Bylica 2014-10-21 15:55:29 +0200
  • c4eb835aba added missing CMakeLists.txt artur-zawlocki 2014-10-21 14:52:43 +0100
  • 937fbaa56a Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-21 14:44:23 +0100
  • 0a9e0f587f Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work). [#80895676] artur-zawlocki 2014-10-21 14:29:27 +0100
  • 8ba533fd32 Merge branch 'develop' into develop-evmcc Paweł Bylica 2014-10-21 14:44:09 +0200
  • c7eac0d23c Fix SHA3 instruction :) Paweł Bylica 2014-10-21 14:23:19 +0200
  • 27cb0750c1 Procotol version bump for uncle list change obscuren 2014-10-21 13:43:30 +0200
  • 6b92d541da Empty string for uncle obscuren 2014-10-21 13:30:23 +0200
  • 6f08e30109 Reflect RPC changes obscuren 2014-10-21 13:25:54 +0200
  • 520fdfe346 PoC7 Net obscuren 2014-10-21 13:25:31 +0200
  • 10b252dd05 WIP RPC interface obscuren 2014-10-21 13:24:48 +0200
  • 5db2038111 Handle endianness of MSTORE & MLOAD [#79877740] Paweł Bylica 2014-10-21 12:52:46 +0200
  • eef4cd1b64 Updated properties obscuren 2014-10-21 00:49:33 +0200
  • ac7994d8c7 Updated readme obscuren 2014-10-21 00:41:27 +0200
  • 8a7d1a69b3 Fixed setting providers to the right object obscuren 2014-10-21 00:37:58 +0200
  • 76b20be2ea Qt provider obscuren 2014-10-21 00:26:34 +0200
  • 74cab14b8d Moved WebSocketProvider obscuren 2014-10-21 00:15:10 +0200
  • c8aa5feb14 Removed Key obscuren 2014-10-21 00:14:58 +0200
  • 590c393680 Updated according to the new Generic JSON RPC API obscuren 2014-10-21 00:14:41 +0200
  • 5050d20b4d Merge pull request #26 from wanderer/develop Christoph Jentzsch 2014-10-20 20:18:20 +0200
  • 51fc9adfab Fix compiling empty bytecode Paweł Bylica 2014-10-20 18:57:06 +0200
  • c97ca249a0 Throw exception if EVM program is not jitable instead of terminating to make tests going Paweł Bylica 2014-10-20 18:38:39 +0200
  • 150162e33d Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-20 17:37:55 +0200
  • f83e23a749 Another round of fixing ExtVM interface Paweł Bylica 2014-10-20 17:37:42 +0200
  • 54e0824b31 Updated cmake files after moving the jit compiler to a lib. artur-zawlocki 2014-10-20 16:12:00 +0100
  • 58c5a4f0be Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-20 16:09:46 +0100
  • 607458b193 BYTE reimplementation Paweł Bylica 2014-10-20 16:14:11 +0200
  • afe02541ed Endianness handler Paweł Bylica 2014-10-20 16:08:59 +0200
  • b13f1ac2aa Check if pushed item is a word Paweł Bylica 2014-10-20 16:08:15 +0200
  • b01a75af0b Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-20 14:56:42 +0100
  • e02e6934b2 Merge ffaa693b7f into 6ea44c466a Viktor Trón 2014-10-20 11:12:33 +0000
  • 6ea44c466a Updated to reflect BlockChain changes obscuren 2014-10-20 12:03:31 +0200
  • 097ba56df5 Renamed block_chain to chain_manager obscuren 2014-10-20 11:53:11 +0200
  • ba35362876 turned tests into a node module wanderer 2014-10-19 23:59:47 -0400
  • ffaa693b7f remove waiting for peers when start mining zelig 2014-10-20 02:18:48 +0100
  • f58f322179 adapt to new p2p client identity setup zelig 2014-10-20 02:10:17 +0100
  • 33ca8d7b8f moved obscuren 2014-10-18 23:31:10 +0200
  • 3ad1daa70d Added tests as subtree obscuren 2014-10-18 23:28:16 +0200
  • 3bc64b6b6e Readers obscuren 2014-10-18 23:20:25 +0200
  • 73c1c2c4af Travis bumped to 1.3 obscuren 2014-10-18 14:20:51 +0200
  • 350b0b1f66 Re-enabled Travis obscuren 2014-10-18 13:50:48 +0200
  • 3ea0e904ad Reflect changed to eth/vm obscuren 2014-10-18 13:33:02 +0200
  • 20c742e474 Moved ethvm => vm obscuren 2014-10-18 13:31:20 +0200
  • 82a2e4fe28 Reflect changes to the eth/vm obscuren 2014-10-18 13:31:04 +0200
  • 6956b5104f fmt package was missing obscuren 2014-10-18 13:30:38 +0200
  • a02dc4ccc3 Using proper naming scheme. Fixes #63 obscuren 2014-10-18 13:23:01 +0200
  • 77badc8c46 Updated to reflect the Filter changes in eth-go obscuren 2014-10-18 13:20:35 +0200
  • d2bb83833f Moved Filter's wrapping functions to their own util package. Fixes #61 obscuren 2014-10-18 13:20:06 +0200
  • e57989c0a6 Merge pull request #141 from thibauld/develop Jeffrey Wilcke 2014-10-18 12:34:03 +0200
  • b94dfc8d3a Update documentation and install.sh script to reflect renaming from ethereal to mist Thibauld Favre 2014-10-17 19:14:16 -0400
  • 70a00d602e Merge pull request #62 from fjl/fuck Jeffrey Wilcke 2014-10-17 18:17:04 +0200
  • df238dc7ec tests/vm: fix syntax Felix Lange 2014-10-17 17:39:31 +0200
  • abdf5e76f3 Merge pull request #138 from erezwanderman/fixwindows Jeffrey Wilcke 2014-10-17 17:26:04 +0200
  • 03fd832ee8 Merge pull request #139 from fjl/feature/simpler-log-system Jeffrey Wilcke 2014-10-17 17:24:51 +0200
  • fc308b842e Merge pull request #59 from fjl/feature/raceless-ethlog Jeffrey Wilcke 2014-10-17 17:24:44 +0200
  • 35f339e942 ethlog: fix typo in documentation Felix Lange 2014-10-16 12:11:17 +0200
  • fd9b03a431 ethlog: fix concurrency Felix Lange 2014-10-16 11:50:10 +0200
  • c090a77f1c ethlog: simplify LogSystem interface Felix Lange 2014-10-16 10:50:51 +0200
  • 50f5ba5b0c ethlog: add test for '%' in log message Felix Lange 2014-10-16 10:48:33 +0200
  • cbd785cfe8 ethvm, tests/*: use log level constants Felix Lange 2014-10-16 10:47:12 +0200
  • 0165c18330 ethlog: use Godoc for code examples in documentation Felix Lange 2014-10-15 11:15:59 +0200
  • e0f93c74c5 ethlog: add Godoc documentation, remove README Felix Lange 2014-10-14 19:35:10 +0200
  • a6265cb49a ethlog: verify that Flush is blocking in TestLoggerFlush Felix Lange 2014-10-14 19:07:54 +0200
  • 793baf060a ethlog: don't buffer output in TestConcurrentAddSystem Felix Lange 2014-10-14 19:07:19 +0200
  • ec132749aa ethlog: improve TestLogSystem Felix Lange 2014-10-14 19:05:43 +0200
  • 45d1052229 ethlog: fix StdLogSystem data race on level Felix Lange 2014-10-14 14:35:54 +0200
  • d5a7ba1626 ethlog: add test that adds log systems concurrently Felix Lange 2014-10-14 14:35:16 +0200
  • 3b1296077b ethlog: Reset before each test Felix Lange 2014-10-14 14:33:58 +0200
  • dac128a029 ethlog: fix test compilation error Felix Lange 2014-10-14 14:31:33 +0200
  • 4e95cecfb9 ethlog: improve dispatch concurrency Felix Lange 2014-10-14 14:29:04 +0200
  • 3976b52ed7 Updated vm obscuren 2014-10-17 17:14:29 +0200
  • e183880d8b arith test obscuren 2014-10-17 17:11:45 +0200
  • d7736a7bbb Quick dirty peer update obscuren 2014-10-17 17:11:34 +0200
  • df2b70853f Merge pull request #58 from fjl/feature/event Jeffrey Wilcke 2014-10-17 17:10:34 +0200
  • 9e6411db31 Merge pull request #140 from fjl/feature/event Jeffrey Wilcke 2014-10-17 17:10:30 +0200
  • 52ba848c18 Add support for direct jump outside the code - terminates with STOP Paweł Bylica 2014-10-17 15:58:20 +0200
  • 6c3af96a40 Limit debug output Paweł Bylica 2014-10-17 13:26:53 +0200
  • de8deab6ff Fix for invalid jump table basic block Paweł Bylica 2014-10-17 13:12:36 +0200
  • 0febd6ae1a Do not try to add additional cost (call instruction) to cost-block Paweł Bylica 2014-10-17 12:30:42 +0200