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 |
|
Gav Wood
|
f4c99cdbb9
|
Windows build coersions.
|
2014-07-03 15:00:22 +02:00 |
|
Gav Wood
|
d9340fb74a
|
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
|
2b7133dc13
|
Gensis block unit test.
|
2014-07-01 15:35:12 +02: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 |
|
Vincent Gariepy
|
28af921f2f
|
linker for local thread storage on OSX
|
2014-06-28 19:22:48 -04:00 |
|
Gav Wood
|
f92fdf328c
|
Full python serpent support.
Shared libs on all platforms.
|
2014-06-28 19:23:32 +02:00 |
|
Gav Wood
|
674ff8e3cc
|
Full python serpent support.
Shared libs on all platforms.
|
2014-06-28 19:23:32 +02:00 |
|
Gav Wood
|
d8e04c43b1
|
Full python serpent support.
Shared libs on all platforms.
|
2014-06-28 19:23:32 +02:00 |
|
Gav Wood
|
7830e2acfd
|
Project refactor. Introduce the Serpent library.
|
2014-06-27 23:47:24 +02:00 |
|
Gav Wood
|
5e2b4bbd58
|
Project refactor. Introduce the Serpent library.
|
2014-06-27 23:47:24 +02:00 |
|
Gav Wood
|
b62f71c699
|
Project refactor. Introduce the Serpent library.
|
2014-06-27 23:47:24 +02:00 |
|
Gav Wood
|
d737f6df42
|
Latest tests-related refactoring & improvments.
|
2014-06-27 21:39:46 +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
|
320350e019
|
Protocol 20 changes.
Added my new address to the premine.
|
2014-06-11 11:31:56 +01:00 |
|