263 Commits (2717db6713af2b29965ca8d8572095e80d95f1a9)

Author SHA1 Message Date
Gav Wood 0c5dbd7def Bloom filters for blocks. 10 years ago
Gav Wood ebca40b38a Manifest stuff. 10 years ago
subtly 87db106870 Fixes for #246 (qtwebkit bugs on macos) 10 years ago
Tim Hughes fbf4ab84d1 Added projects for exp, lllc and sc. Plus couple of fixes. 10 years ago
Gav Wood 02cdd20bf0 Blockchain isn't threadsafe - reflect this in Client. 10 years ago
Gav Wood c164e4bcc7 Fix for state race condition. 10 years ago
Gav Wood 9d3a05e337 Transactions filter fix. 10 years ago
Gav Wood 44525c5f06 Compiler fixes. Updates for coins. 10 years ago
Gav Wood 485828ea30 Latest API updates. 10 years ago
Gav Wood c127cd4a2c Build fixes. 10 years ago
Gav Wood 3d3f99229e New client API. 10 years ago
Gav Wood 25183afd7c Project refactor. Introduce the Serpent library. 10 years ago
Tim Hughes 496a77bdf8 Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp 11 years ago
Gav Wood 4d3f8e849b Javascript console and env.load(), env.note, ... 11 years ago
Gav Wood 57129c2007 Mining view. 11 years ago
Gav Wood e8217ea489 Major reorganisation. 11 years ago
Gav Wood 0f3c3ff609 Transaction injection. 11 years ago
Gav Wood 20ce1680d2 Easy reset of blockchain. 11 years ago
Gav Wood 8486397f34 Paranoia option.c 11 years ago
Gav Wood 34fe65370e Mining paranoia. 11 years ago
Gav Wood 3276fb6adc Nasty little State fix. 11 years ago
Gav Wood f68a73b2a0 CALLDATACOPY instruction. 11 years ago
Gav Wood 648fbc57c9 Split out libethcore from libethereum. 11 years ago
Marko Simovic 3791926e97 Updated to allow listening+UPnP on system-assigned port 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 1713329d22 Separation of code & data compiling. 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
Gav Wood 472323115a PoC-3.5. ish. 11 years ago
Gav Wood fb49ca64f6 Repotted network stuff. 11 years ago
Gav Wood c1c02c461d Remove Database when protocol version changes. 11 years ago
Gav Wood 39c7e8f2ee Assembler & disassembler. 11 years ago
Tim Hughes 4ab877de5e s/ushort/unsigned short/ since ushort isn't actually defined. 11 years ago
Gav Wood c186d8f4d8 Move to canon ES-1. 11 years ago
Daniel Hams 84b19f0407 Change use of raw new to std::unique_ptr and fix a shutdown race condition discovered using atomics. 11 years ago
Daniel Hams f61ffdef3f Fix up IP port number to be ushort where it is used instead of short. 11 years ago
Gav Wood 44d7aa8d7e Avoid unnecessesasry mining messages. 11 years ago
Gav Wood 1c4c161726 Safer syncing of blockchain/txqueue to state. 11 years ago
Gav Wood 0a9be840bd Fixup for bad -mt patch. 11 years ago
Gav Wood 46543c3b2e Fix for multiple transactions. 11 years ago
Gav Wood 1c7c291d69 Immediate queueing of TXs. 11 years ago
Gav Wood 3278460e72 Mining fix. 11 years ago
Gav Wood 6c7d2c93ca Mining fix. 11 years ago
Gav Wood 79939dd78d Pending transactions actually are pending transactions, not just all 11 years ago
Muharem Hrnjadovic be65dbc46d Fixed the other occurrence of Foobar 11 years ago
Muharem Hrnjadovic 4bab3c57a5 Corrected license headers (Foobar -> cpp-ethereum) 11 years ago
Gav Wood 8be99bd36c Less hangy. 11 years ago
Daniel Hams efa1d6bdc6 Change logging "name" to be class instance thread specific ptr for unified code between Linux/OSX. 11 years ago