947 Commits (69e48c2707733418060826c1399eaf17ae46e6ae)

Author SHA1 Message Date
arkpar 3767677b27 explicit operator bool for hash type 10 years ago
CJentzsch a9cc2ffa87 address can only be empty or 20 bytes, nothing in between 10 years ago
CJentzsch 4a269eb473 fix too-small-address-length bug in transaction 10 years ago
Gav Wood 4323c987b7 cppcheck fixes. 10 years ago
Gav Wood 4e6f4013a5 Decimal wei rather than hex balance. 10 years ago
Gav Wood 6fbee922e0 Remove genesis contract. 10 years ago
Gav Wood 5da1879673 Better, modular Genesis info. 10 years ago
Gav Wood 4ffa45b83f Genesis info. 10 years ago
Marek Kotewicz 6745e188c1 JSON-RPC transactionCount && uncleCount, fixed #1027 10 years ago
Marek Kotewicz dd0744e8a3 fixed #1022 10 years ago
CJentzsch 792b47deba fix GasUsed bug 10 years ago
Gav Wood 513fc897d8 External Debugger for debugging past transactions, too. 10 years ago
Gav Wood a5b758e77d Minor style fix. 10 years ago
Gav Wood 1966e57e39 Avoid making blocks with invalid timestamps. 10 years ago
Patrick Salami f1acd74f71 fixed indentation 10 years ago
Patrick Salami a253a894e7 added CLI flag to set number of mining threads 10 years ago
subtly 572e451bab Added session to hostcapabilityface::peers to ensure it isn't deallocated when shared-ptr to cap is returned. Previously hosts depended on using Session however this could result in an infinite session when hostcapface::peers is processed concurrently (mutexes can make this a likely event). This will be cleaner with better integration of Session and Peer. 10 years ago
Lu Guanqun 77a15f749f change typedef to using according to preferred coding style 10 years ago
Gav Wood 0de7d63dc1 Remote mining hook. 10 years ago
CJentzsch 7d03f7be2e create block from transaction with genesis block as parent 10 years ago
Gav Wood 0b7f591cd0 Garbage collection fixes. 10 years ago
Gav Wood 2b5beb01e8 Reduce verbosity. 10 years ago
Gav Wood 7fc1660bfb Garbage collection on watches. 10 years ago
Marek Kotewicz 6ab44208a0 macfix 10 years ago
Gav Wood cf6c9b65c6 Potential Windows fix. 10 years ago
Gav Wood c38ecd95d9 Split canon blockchain and basic blockchain. 10 years ago
Gav Wood 295cc08f9c BlockChain split into CanonBlockChain and just BlockChain. 10 years ago
Gav Wood 11203141a4 Fix #940 10 years ago
Gav Wood 114db8ab36 Revert State class changes for Mix. 10 years ago
arkpar 622a358d1d reverted Executive.cpp 10 years ago
arkpar 950305bb79 fixed block generation on mine 10 years ago
arkpar 3fa0fd80c8 mix: proper mining 10 years ago
Gav Wood 97671963fc Logging & diagnostics. 10 years ago
Gav Wood a8ef8c7f24 Fixes #879. 10 years ago
Gav Wood aa094e5240 LogFilter supports new, better, filter mechanism. 10 years ago
Gav Wood 990d279490 Fixed spurious whisper watches firing. 10 years ago
Gav Wood 8f0517a7d6 Vanity addresses in AZ. 10 years ago
CJentzsch f3cc46e8b7 bigint cast of bigint not neccessary 10 years ago
CJentzsch a75e051b7b fix gasPrice*gasLimit + value overflow 10 years ago
CJentzsch f136ad6a8e a transaction RLP with more fiels than 9 is invalid according to yellow paper 10 years ago
Gav Wood 668e5cc852 Make sure Transaction constructor checks sender whereever it makes sense 10 years ago
Gav Wood 490b43a395 Cleanups and addition AZ info. 10 years ago
Gav Wood 0ed443c102 Fix release builds. 10 years ago
Gav Wood 14eaec0431 Fix warnings. 10 years ago
Gav Wood e7b40e5bdc Fix whitespace :-/ 10 years ago
Gav Wood 10c08d6204 getLastHashes fix. 10 years ago
Lefteris Karapetsas 4ad3ab2174 Fixes and additional checks for Natspec Popup authentication 10 years ago
Christian 8ab39943f0 Work around Visual Studio's C2797. 10 years ago
Gav Wood 6e62485aa2 Fix for filters/watches. 10 years ago
Lefteris Karapetsas 8acd9b1107 Work in prgress for creating natspec in alethzero at contract creation 10 years ago