Commit Graph

61 Commits

Author SHA1 Message Date
Gav Wood
8c1c9ac664 More attempts to fix for the ultra-pedantic clang compiler. 2014-10-07 23:07:56 +02:00
Gav Wood
92d9a107d7 PoC-7: JUMPDEST implemented. 2014-10-07 18:43:01 +02:00
Christoph Jentzsch
f61c323244 Restructured exceptions. Boost::exception is now used primarily. 2014-10-02 14:20:33 +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
6ff57fe075 Project-wide reorganisation of namespaces. 2014-09-05 17:09:58 +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
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
e128f34b6b MEMSIZE -> MSIZE 2014-07-09 16:05:07 +01:00
Gav Wood
352e751799 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
f4c99cdbb9 Windows build coersions. 2014-07-03 15:00:22 +02:00
Gav Wood
6731576311 Fix some macros. 2014-07-02 14:39:21 +02:00
Gav Wood
ba064e4e0b Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 2014-07-02 10:19:18 +02:00
Gav Wood
17010d445c Remove unneeded dependencies. 2014-07-02 10:19:04 +02:00
Vitalik Buterin
a8133b6f48 Removed libethcore dependencies 2014-07-01 13:29:58 -04:00
Gav Wood
3174a5e0c6 Fixed problem with alloc. 2014-07-01 00:16:01 +02:00
Gav Wood
e65c3ff17d Docs & consolidation of headers. 2014-06-30 11:49:52 +02:00
Gav Wood
674ff8e3cc Full python serpent support.
Shared libs on all platforms.
2014-06-28 19:23:32 +02:00
Gav Wood
5e2b4bbd58 Project refactor. Introduce the Serpent library. 2014-06-27 23:47:24 +02:00
Gav Wood
18c3da3eb2 Better language detection. 2014-06-22 20:36:16 +01:00
Gav Wood
eaf79f924c Better language determination. 2014-06-22 11:41:29 +01:00
Tim Hughes
2c0c091616 Fixed MSVC compile errors (but missing functionality in LLL parser) 2014-06-18 12:24:56 +01:00
Gav Wood
52d7d69902 Standard service JS script.
Bug fix for load & LLL macros.
Move to new services.
2014-06-12 18:35:39 +01:00
Gav Wood
a2219639fe LLL supports get/set/ref.
Logging changes.
2014-06-11 19:25:21 +01:00
Gav Wood
5ea7efd593 Fix signed instructions. 2014-06-10 16:49:54 +01:00
Tim Hughes
bbc7bd19e5 Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp 2014-06-04 11:34:14 +01:00
Gav Wood
f64b371382 Fixes and language additions. 2014-05-31 13:41:08 +02:00
Gav Wood
99e9cb0e2e Additional variants of create and send. 2014-05-31 13:06:32 +02:00
Gav Wood
7afd678509 Fix for compiler. 2014-05-31 13:01:06 +02:00
Gav Wood
9ebaeb53fa Minor bug fix.
Fixes for a few warnings.
2014-05-31 02:00:49 +02:00
Gav Wood
8c25c35b37 Javascript console and env.load(), env.note, ... 2014-05-31 00:49:07 +02:00
Gav Wood
b379ce9065 Variadic macros work. 2014-05-30 14:55:07 +02:00
Gav Wood
78c0baa026 Actually do endow ether.
Standard extension.
2014-05-30 14:47:13 +02:00
Gav Wood
b64a96199f Fix for nonce incrementing.
Messaging for some execution failures.
State uses temporary for transaction trie.
Additional optimisation.
2014-05-30 13:37:39 +02:00
Gav Wood
de85b070b8 Fix for when/unless. 2014-05-29 23:21:51 +02:00
Gav Wood
362cfb350e Revert "Fix for unless/when."
This reverts commit b12d91e726ae5d1742e6d828c2cb5b694ffdf8a3.
2014-05-29 23:11:45 +02:00