1346 Commits (36f3cba0c2fa7e2092f2c94ab1c10bfda996ac18)

Author SHA1 Message Date
Gav Wood 070ad9a719 Initial QJS bindings. 11 years ago
Marko Simovic 3791926e97 Updated to allow listening+UPnP on system-assigned port 11 years ago
Gav Wood 23cfb6c3fe For loops. 11 years ago
Gav Wood e7710d94bf Extra language. 11 years ago
Gav Wood b486033cbf New language facilities. 11 years ago
Gav Wood 6ba3f66ff4 Version bump. 11 years ago
Gav Wood 72c87a1241 Version bump. Protocol bump. Support for configuration. 11 years ago
Gav Wood c5c3feed18 Return address when creating contracts. 11 years ago
Gav Wood e8a1e3b46d API cleanups and some renaming. 11 years ago
Gav Wood 86c0487cf0 STOP is free. 11 years ago
Gav Wood ef7532caec Various VM & LLL bugs fixed. 11 years ago
Gav Wood 475cd02517 Increment nonce for creation from code. 11 years ago
Gav Wood 4db12bc10f Bug fixes. 11 years ago
Gav Wood 0e401c0e35 Minor protocol changes. 11 years ago
Gav Wood bb836d0989 Minor GUI fixes. 11 years ago
Gav Wood 40cae07be0 Bump versions. 11 years ago
Gav Wood 8a5fdc3cd2 Fixes. 11 years ago
Gav Wood 1713329d22 Separation of code & data compiling. 11 years ago
Gav Wood 85acf4b7b6 Transaction now supports data/init. 11 years ago
Gav Wood be1923212b Miners get paid fees. 11 years ago
Gav Wood 886441923f Fix for interactive mode. 11 years ago
Tim Hughes 39fd623a30 Also log to OutputDebugString on Windows. 11 years ago
Tim Hughes b0bbeee21b Fix VS2013 compile warnings. 11 years ago
Gav Wood 153c7c36cb Various fixes for PoC-4 (né 3.5) 11 years ago
Gav Wood 8824305b61 PoC-4 - first effort. 11 years ago
Gav Wood b3093e6447 PoC 3.5 functionality. Still buggy though. 11 years ago
Tim Hughes 59c9da7f00 Workarounds for https://github.com/ethereum/cpp-ethereum/issues/128 and https://github.com/ethereum/cpp-ethereum/issues/129 11 years ago
Gav Wood 472323115a PoC-3.5. ish. 11 years ago
SharpCoiner acfe1a1694 Fixed cast warning causing 64-bit Windows vcproj build stop." 11 years ago
Gav Wood 8ac90b2557 VM stuff for PoC 3.5 11 years ago
Gav Wood aa845c0559 Non-compiling instruction changes. 11 years ago
Tymat 699ceda748 use CMAKE_THREAD_LIBS_INIT for unix environment so you can pass pthread library if needed 11 years ago
Tymat ef8dce5d60 Fix DSO missing from command line by adding lpthread to linker 11 years ago
Daniel Hams 3bc751dc9d Remove clang bug workarounds fixed with latest XCode tools release. 11 years ago
Gav Wood 9300373c50 Call and multi in LLL. 11 years ago
Gav Wood bb4c76cba9 Stack/argument awareness in LLL. 11 years ago
Jeffrey Lee fb67642855 fixed Ubuntu12.04 compile error 11 years ago
Eric Lombrozo 2f30342c50 clang complains about nonexplicit operator precedence in expression h = (h << 5 - h) + i 11 years ago
Eric Lombrozo 53b454015f mersene twister requires <random> 11 years ago
Tim Hughes f422c75fb0 The std::string in InstructionInfo triggers a bug in Visual Studio 2013 where it fails to initialise the strings in c_instructionInfo. Using char const* fixes the problem, and is sufficient as the map is constructed from string literals anyway. I also moved the maps out of the header so we only get one copy, rather than multiple static copies for each referencing module. 11 years ago
Tim Hughes 43662cd8fa Fixed VS2013 projects and compile errors. 11 years ago
Gav Wood f5950073d2 Fixes and avoid sending on closed socket. 11 years ago
Gav Wood 440800a4fa Fix killExisting bug. 11 years ago
Gav Wood dff8e9ef46 Stop on div by zero rather than throw. 11 years ago
Tim Hughes e0c67d7c7c The std::string in InstructionInfo triggers a bug in Visual Studio 2013 where it fails to initialise the strings in c_instructionInfo. Using char const* fixes the problem, and is sufficient as the map is constructed from string literals anyway. I also moved the maps out of the header so we only get one copy, rather than multiple static copies for each referencing module. 11 years ago
Gav Wood 82612a7027 Move additional Trie implementations to tests where they belong. 11 years ago
Gav Wood 736557ca4c Various headers from the repotting. 11 years ago
Gav Wood 4cccb079f0 Documentation for Instruction.h. 11 years ago
Gav Wood adc4061d9c Document FixedHash. 11 years ago
Gav Wood 607a5de340 Repotted Common.h. 11 years ago