Commit Graph

13733 Commits

Author SHA1 Message Date
Christoph Jentzsch
9183d2e6e3 Reorganized FakeExtVM class into .h and .cpp file. Added state class member in order to test CREATE and CALL. Added system operations test. 2014-09-27 12:51:34 +02:00
Christoph Jentzsch
388ed8fa62 Added more vm tests 2014-09-25 11:18:32 +02:00
Christoph Jentzsch
f3bc035e11 style fix 2014-09-20 22:18:42 +02:00
Christoph Jentzsch
e2fe9628d1 Merge remote-tracking branch 'upstream/develop' into develop 2014-09-20 02:05:46 +02:00
Christoph Jentzsch
9f04e1d1b7 Added arithmetic test 2014-09-20 02:05:04 +02:00
Gav Wood
583111ea68 Moved miner over to new Worker class. 2014-09-16 08:09:48 -04:00
Gav Wood
ce3a2713f4 Remove old Client network code & API.
Move over JsonRpcServer to WebThree.
2014-09-15 21:49:52 +02:00
Gav Wood
9511383c42 Beginning of merge into AZ. 2014-09-11 13:27:15 +02:00
Gav Wood
c52b98edda Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
2014-09-05 18:24:29 +02:00
Gav Wood
55d0e1c34e Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
2014-09-05 18:24:29 +02:00
Gav Wood
f9a7ab94ae Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.
Rename ethential to devcore.
2014-09-05 18:24:29 +02:00
Gav Wood
37def1ca62 Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
Gav Wood
6ff57fe075 Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
Gav Wood
38dd3fb050 Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +02:00
Gav Wood
d0d1e91a68 CALL_STATELESS 2014-09-03 21:28:37 +02:00
Gav Wood
60458e3fd9 Repot.
No memsize increase on 0.
2014-09-03 21:06:36 +02:00
Gav Wood
3e288da60f Reorganisation. 2014-09-03 20:18:02 +02:00
Gav Wood
ef9a577af7 Allow local networking option. 2014-09-02 12:21:41 +02:00
Gav Wood
dbf099d121 New net is compiling. 2014-09-01 18:54:06 +02:00
Gav Wood
42920f5d93 Split off general network layer. 2014-08-27 12:48:30 +02:00
Gav Wood
00caaf53d2 Better interface for instrInfo. 2014-08-26 22:27:45 +02:00
Gav Wood
74f198c043 SWAP & DUP 2014-08-21 16:14:12 +02:00
Gav Wood
5cdacb1bc1 Unambiguous licence. 2014-08-21 15:53:59 +02:00
Gav Wood
e4e46b07eb Fix for padding in new SHA3. 2014-08-14 13:26:28 +02:00
Giacomo Tazzari
905df780a3 Code indentation fix 2014-08-11 11:20:11 +02:00
Giacomo Tazzari
17cb91aa35 Fixed implementation of EXP opcode (wrong results when exponent >= 2^32) 2014-08-11 11:06:32 +02:00
Giacomo Tazzari
b3e2070903 Using boost::spirit::standard namespace instead of boost::spirit::ascii in parseTreeLLL() to prevent crashing when parsing code containing non-ascii characters 2014-08-10 00:42:34 +02:00
Gav Wood
621fbc00f4 Rename assembly again. 2014-07-28 01:58:34 +02:00
Gav Wood
6f68842208 Avoid _asm from MSVC. 2014-07-27 14:06:38 +02:00
Gav Wood
ed0209fefc Updates to assembler - see the sub-codes. 2014-07-27 13:09:36 +02:00
Gav Wood
510abc0997 Fixes and whatnot. 2014-07-27 11:20:43 +02:00
Gav Wood
b567133750 Minor updates. 2014-07-23 22:51:14 +02:00
Gav Wood
8dfad3e7c0 Move JS setup code up into lib macro.
Remove a few redundant messages from build.
2014-07-21 15:14:44 +02:00
subtly
5da1e452ed Fix for #246. Removed sync() to prevent race condition within dropped() and . Raised maxblocks to 64. 2014-07-21 02:29:49 -06:00
Gav Wood
f2524f5578 Debugger improvements. 2014-07-14 17:24:07 +02:00
Gav Wood
b3088a69f3 Even numbers of hex digits for Jeff (Go can't handle odd numbers).
Everything a string in VM tests.
2014-07-10 11:29:39 +01:00
Gav Wood
d66fa9211f Fix for making code. 2014-07-10 10:16:34 +01:00
Gav Wood
9aea975dde Merge pull request #235 from programmerTim/develop
Fixed MSVC build errors and updated projects.
2014-07-09 20:15:56 +01:00
Tim Hughes
f9612d61be Fixed MSVC build errors and updated projects. 2014-07-09 19:43:39 +01:00
Gav Wood
27a7415bfa Proper debugger. 2014-07-09 19:36:00 +01:00
Gav Wood
e128f34b6b MEMSIZE -> MSIZE 2014-07-09 16:05:07 +01:00
Gav Wood
e78fa15227 VM tests prettier. 2014-07-06 16:16:53 +02:00
Gav Wood
6df8bfa66d Fix for state race condition. 2014-07-06 15:33:06 +02:00
Gav Wood
5c55903808 Build fixes. 2014-07-06 13:13:37 +02:00
Gav Wood
352e751799 Build fixes. 2014-07-06 13:13:37 +02:00
Gav Wood
45607201ab Build fixes. 2014-07-06 13:13:37 +02:00
Gav Wood
b5cc0ae6cd Compiler fixes. Updates for coins. 2014-07-06 04:23:13 +02:00
Gav Wood
a7f4690200 Latest API updates. 2014-07-04 03:45:21 +02:00
Gav Wood
99ee1a6a62 New client API. 2014-07-03 21:45:06 +02:00
Gav Wood
2ffbe1c5c8 Windows build coersions. 2014-07-03 15:00:22 +02:00