476 Commits (c4a39e42e2fd2c3efc2bda461aadc758676bc805)

Author SHA1 Message Date
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
Gav Wood fb49ca64f6 Repotted network stuff. 11 years ago
Eric Lombrozo 92200adeb3 Get rid of operator precedence warning. 11 years ago
Gav Wood 2c98c1191f Remove debug code. 11 years ago
Gav Wood 6e348fb224 New namereg. 11 years ago
Gav Wood c1c02c461d Remove Database when protocol version changes. 11 years ago
Gav Wood 491bb2ed95 Preparation for 0.3.11 11 years ago
Gav Wood da4144bbb6 Better handling of bad transactions. 11 years ago
Gav Wood 7e38de2710 Avoid reprocessing future transactions until it's possible they're 11 years ago
Gav Wood 0726a09668 Version bump. 11 years ago
Gav Wood a49a1d5138 Tidy up BuildInfo.h 11 years ago
Gav Wood 730ba66f01 Hardening against bad RLP. 11 years ago
Gav Wood 084aabfb02 QML stuff. 11 years ago
Tim Hughes 9001a887f0 Fix implicit size_t->int conversion. 11 years ago
Gav Wood 82f32d1e7f Version bump ready for release. 11 years ago
Gav Wood f8a2733f10 Version bump and automation. 11 years ago
Gav Wood 24bc3e5c6e Unary operators. 11 years ago
Gav Wood 9bb6645cac Binary operators. 11 years ago
Gav Wood 87f9d5bd39 Comments and boolean operators. 11 years ago
Gav Wood 9b86e3764c Make good arithmetic operations. 11 years ago