Commit Graph

  • 10b252dd05 WIP RPC interface obscuren 2014-10-21 13:24:48 +02:00
  • 5db2038111 Handle endianness of MSTORE & MLOAD [#79877740] Paweł Bylica 2014-10-21 12:52:46 +02:00
  • eef4cd1b64 Updated properties obscuren 2014-10-21 00:49:33 +02:00
  • ac7994d8c7 Updated readme obscuren 2014-10-21 00:41:27 +02:00
  • 8a7d1a69b3 Fixed setting providers to the right object obscuren 2014-10-21 00:37:58 +02:00
  • 76b20be2ea Qt provider obscuren 2014-10-21 00:26:34 +02:00
  • 74cab14b8d Moved WebSocketProvider obscuren 2014-10-21 00:15:10 +02:00
  • c8aa5feb14 Removed Key obscuren 2014-10-21 00:14:58 +02:00
  • 590c393680 Updated according to the new Generic JSON RPC API obscuren 2014-10-21 00:14:41 +02:00
  • 5050d20b4d Merge pull request #26 from wanderer/develop Christoph Jentzsch 2014-10-20 20:18:20 +02:00
  • 51fc9adfab Fix compiling empty bytecode Paweł Bylica 2014-10-20 18:57:06 +02:00
  • c97ca249a0 Throw exception if EVM program is not jitable instead of terminating to make tests going Paweł Bylica 2014-10-20 18:38:39 +02:00
  • 150162e33d Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-20 17:37:55 +02:00
  • f83e23a749 Another round of fixing ExtVM interface Paweł Bylica 2014-10-20 17:37:42 +02:00
  • 54e0824b31 Updated cmake files after moving the jit compiler to a lib. artur-zawlocki 2014-10-20 16:12:00 +01:00
  • 58c5a4f0be Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-20 16:09:46 +01:00
  • 607458b193 BYTE reimplementation Paweł Bylica 2014-10-20 16:14:11 +02:00
  • afe02541ed Endianness handler Paweł Bylica 2014-10-20 16:08:59 +02:00
  • b13f1ac2aa Check if pushed item is a word Paweł Bylica 2014-10-20 16:08:15 +02:00
  • b01a75af0b Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-20 14:56:42 +01:00
  • e02e6934b2 Merge ffaa693b7f0298605837e841d941a6455e3c1c20 into 6ea44c466a5c3383dd4e21a57423edbf33a52e6f Viktor Trón 2014-10-20 11:12:33 +00:00
  • 6ea44c466a Updated to reflect BlockChain changes obscuren 2014-10-20 12:03:31 +02:00
  • 097ba56df5 Renamed block_chain to chain_manager obscuren 2014-10-20 11:53:11 +02:00
  • ba35362876 turned tests into a node module wanderer 2014-10-19 23:59:47 -04:00
  • ffaa693b7f remove waiting for peers when start mining zelig 2014-10-20 02:18:48 +01:00
  • f58f322179 adapt to new p2p client identity setup zelig 2014-10-20 02:10:17 +01:00
  • 33ca8d7b8f moved obscuren 2014-10-18 23:31:10 +02:00
  • 3ad1daa70d Added tests as subtree obscuren 2014-10-18 23:28:16 +02:00
  • 3bc64b6b6e Readers obscuren 2014-10-18 23:20:25 +02:00
  • 73c1c2c4af Travis bumped to 1.3 obscuren 2014-10-18 14:20:51 +02:00
  • 350b0b1f66 Re-enabled Travis obscuren 2014-10-18 13:50:48 +02:00
  • 3ea0e904ad Reflect changed to eth/vm obscuren 2014-10-18 13:33:02 +02:00
  • 20c742e474 Moved ethvm => vm obscuren 2014-10-18 13:31:20 +02:00
  • 82a2e4fe28 Reflect changes to the eth/vm obscuren 2014-10-18 13:31:04 +02:00
  • 6956b5104f fmt package was missing obscuren 2014-10-18 13:30:38 +02:00
  • a02dc4ccc3 Using proper naming scheme. Fixes #63 obscuren 2014-10-18 13:23:01 +02:00
  • 77badc8c46 Updated to reflect the Filter changes in eth-go obscuren 2014-10-18 13:20:35 +02:00
  • d2bb83833f Moved Filter's wrapping functions to their own util package. Fixes #61 obscuren 2014-10-18 13:20:06 +02:00
  • e57989c0a6 Merge pull request #141 from thibauld/develop Jeffrey Wilcke 2014-10-18 12:34:03 +02:00
  • b94dfc8d3a Update documentation and install.sh script to reflect renaming from ethereal to mist Thibauld Favre 2014-10-17 19:14:16 -04:00
  • 70a00d602e Merge pull request #62 from fjl/fuck Jeffrey Wilcke 2014-10-17 18:17:04 +02:00
  • df238dc7ec tests/vm: fix syntax Felix Lange 2014-10-17 17:39:31 +02:00
  • abdf5e76f3 Merge pull request #138 from erezwanderman/fixwindows Jeffrey Wilcke 2014-10-17 17:26:04 +02:00
  • 03fd832ee8 Merge pull request #139 from fjl/feature/simpler-log-system Jeffrey Wilcke 2014-10-17 17:24:51 +02:00
  • fc308b842e Merge pull request #59 from fjl/feature/raceless-ethlog Jeffrey Wilcke 2014-10-17 17:24:44 +02:00
  • 35f339e942 ethlog: fix typo in documentation Felix Lange 2014-10-16 12:11:17 +02:00
  • fd9b03a431 ethlog: fix concurrency Felix Lange 2014-10-16 11:50:10 +02:00
  • c090a77f1c ethlog: simplify LogSystem interface Felix Lange 2014-10-16 10:50:51 +02:00
  • 50f5ba5b0c ethlog: add test for '%' in log message Felix Lange 2014-10-16 10:48:33 +02:00
  • cbd785cfe8 ethvm, tests/*: use log level constants Felix Lange 2014-10-16 10:47:12 +02:00
  • 0165c18330 ethlog: use Godoc for code examples in documentation Felix Lange 2014-10-15 11:15:59 +02:00
  • e0f93c74c5 ethlog: add Godoc documentation, remove README Felix Lange 2014-10-14 19:35:10 +02:00
  • a6265cb49a ethlog: verify that Flush is blocking in TestLoggerFlush Felix Lange 2014-10-14 19:07:54 +02:00
  • 793baf060a ethlog: don't buffer output in TestConcurrentAddSystem Felix Lange 2014-10-14 19:07:19 +02:00
  • ec132749aa ethlog: improve TestLogSystem Felix Lange 2014-10-14 19:05:43 +02:00
  • 45d1052229 ethlog: fix StdLogSystem data race on level Felix Lange 2014-10-14 14:35:54 +02:00
  • d5a7ba1626 ethlog: add test that adds log systems concurrently Felix Lange 2014-10-14 14:35:16 +02:00
  • 3b1296077b ethlog: Reset before each test Felix Lange 2014-10-14 14:33:58 +02:00
  • dac128a029 ethlog: fix test compilation error Felix Lange 2014-10-14 14:31:33 +02:00
  • 4e95cecfb9 ethlog: improve dispatch concurrency Felix Lange 2014-10-14 14:29:04 +02:00
  • 3976b52ed7 Updated vm obscuren 2014-10-17 17:14:29 +02:00
  • e183880d8b arith test obscuren 2014-10-17 17:11:45 +02:00
  • d7736a7bbb Quick dirty peer update obscuren 2014-10-17 17:11:34 +02:00
  • df2b70853f Merge pull request #58 from fjl/feature/event Jeffrey Wilcke 2014-10-17 17:10:34 +02:00
  • 9e6411db31 Merge pull request #140 from fjl/feature/event Jeffrey Wilcke 2014-10-17 17:10:30 +02:00
  • 52ba848c18 Add support for direct jump outside the code - terminates with STOP Paweł Bylica 2014-10-17 15:58:20 +02:00
  • 6c3af96a40 Limit debug output Paweł Bylica 2014-10-17 13:26:53 +02:00
  • de8deab6ff Fix for invalid jump table basic block Paweł Bylica 2014-10-17 13:12:36 +02:00
  • 0febd6ae1a Do not try to add additional cost (call instruction) to cost-block Paweł Bylica 2014-10-17 12:30:42 +02:00
  • f31f3bcfc5 Using gas provided by test engine and fix for creating fake ExtVMFace. Paweł Bylica 2014-10-17 11:59:12 +02:00
  • dfac5a0033 Using ExtVM provided by test engine Paweł Bylica 2014-10-17 11:29:20 +02:00
  • f0928f54f3 Tests moved to test/ folder Paweł Bylica 2014-10-17 11:28:16 +02:00
  • dd6fbdaf2a Fix not allocated arg8 for CALL Paweł Bylica 2014-10-17 10:52:35 +02:00
  • 15714cecf6 Fix GasMeter not nulling cost call Paweł Bylica 2014-10-17 10:51:58 +02:00
  • 751668571e json was invalid and missing quotes ethers 2014-10-16 17:08:20 -07:00
  • 3b70985284 added eth tester obscuren 2014-10-16 21:34:59 +02:00
  • fa84e50ddb event: panic for duplicate type Felix Lange 2014-10-16 18:59:28 +02:00
  • ade980912d ethreact: remove package Felix Lange 2014-10-14 02:18:12 +02:00
  • 28570ef109 eventer: remove package Felix Lange 2014-10-14 02:17:50 +02:00
  • 20cdb73862 ethchain: fix tests Felix Lange 2014-10-14 02:01:46 +02:00
  • 36cdab2068 all: use (blocking) event package instead of ethreact Felix Lange 2014-10-14 01:58:31 +02:00
  • 6906904896 event: make TypeMux zero value ready to use Felix Lange 2014-10-16 18:10:09 +02:00
  • 10bbf265b2 event: make Unsubscribe idempotent Felix Lange 2014-10-16 18:08:48 +02:00
  • dac4a8f113 event: add some documentation Felix Lange 2014-10-16 18:07:27 +02:00
  • 93fcabd251 Fixed most of the tests obscuren 2014-10-16 18:27:05 +02:00
  • f5b8775bed event: new package for event multiplexer Felix Lange 2014-10-14 01:56:24 +02:00
  • 0f4c8eb63f VM execution wrapper with similar interface as libevm/VM Paweł Bylica 2014-10-16 18:03:14 +02:00
  • 0e687cee47 Update vmEnvironmentalInfoTest.json Jeffrey Wilcke 2014-10-16 17:13:24 +02:00
  • 9105fb1771 Merge branch 'develop' into develop-evmcc Paweł Bylica 2014-10-16 16:10:42 +02:00
  • 7df24fad4a Move JIT compiler project to library Paweł Bylica 2014-10-16 15:16:16 +02:00
  • bb5038699e Corrected package .... obscuren 2014-10-16 13:41:44 +02:00
  • 65cdb3436e Updated tests obscuren 2014-10-16 13:40:46 +02:00
  • 86f789333a Moved state reset to defered function obscuren 2014-10-16 13:39:30 +02:00
  • febec5ca4a Switch EXT* codes obscuren 2014-10-16 13:39:11 +02:00
  • 70f7a0be11 Use the state instead of the state object directly. obscuren 2014-10-16 13:38:21 +02:00
  • 34afb85a4e Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc artur-zawlocki 2014-10-16 12:36:06 +01:00
  • f062fd0165 Dumping CFG to .dot: showing indirect jumps with dashed lines artur-zawlocki 2014-10-16 12:35:51 +01:00
  • dcafa47ba4 Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc Paweł Bylica 2014-10-16 13:34:45 +02:00
  • 72a6fe4b60 InsertPointGuard definition moved to CompilerHelper.h Paweł Bylica 2014-10-16 13:34:02 +02:00
  • 8eea4752b2 Get IR module from IR builder on demand Paweł Bylica 2014-10-16 13:27:28 +02:00