90 Commits (086094d30ed795c69a2f5c3681ac15f9425aa7dd)

Author SHA1 Message Date
Gav Wood ea5a838ec4 Fix signed instructions. 11 years ago
Gav Wood 5d7a61c946 Repotting, renaming and reorganisation. 11 years ago
Gav Wood b3333aae5f Fix for nonce incrementing. 11 years ago
Gav Wood 992fadfd08 Fix for mining reversion. 11 years ago
Gav Wood 9f1191370a Correct order of nonce/balance. PROTOCOL CHANGE! NEW CHAIN! 11 years ago
Gav Wood 53fd2c1ebd Revert "Fix for unless/when." 11 years ago
Gav Wood b12d91e726 Fix for unless/when. 11 years ago
Gav Wood 53002a7425 Assembler. 11 years ago
Gav Wood e8217ea489 Major reorganisation. 11 years ago
Gav Wood 1f9bca2e92 Fix and paranoia for trie. 11 years ago
Gav Wood 8dd065bb45 New PoC-5 stuff for zero hashes. 11 years ago
Gav Wood 8b7eb9389f Proper fix for ref counting in trie. 11 years ago
Gav Wood 4e9b4323c0 Gas fix & GUI enhancements. 11 years ago
Gav Wood 34fe65370e Mining paranoia. 11 years ago
Gav Wood 618571babd Pending transaction inspection. 11 years ago
Gav Wood 823fd6be5f State diff engine. 11 years ago
Gav Wood 1103fb9221 Much nicer State debug output. 11 years ago
Gav Wood e0e36afcdc Fix haveCode() issue. 11 years ago
Gav Wood 3276fb6adc Nasty little State fix. 11 years ago
Gav Wood 48e8c6be2a PoC-5 fixes. 11 years ago
Gav Wood ca65afe8f0 Protocol changes for PoC-5: 11 years ago
Gav Wood 1bbafddd1e Repotted much of State. 11 years ago
Gav Wood d682499743 Better AddressState behaviour. 11 years ago
Gav Wood 5f6e533169 Accounts all the same "type". 11 years ago
Gav Wood f68a73b2a0 CALLDATACOPY instruction. 11 years ago
Gav Wood 648fbc57c9 Split out libethcore from libethereum. 11 years ago
Gav Wood 42f7833b97 Debugger. 11 years ago
Gav Wood 53e4a2140a Initial debugger work. 11 years ago
Gav Wood e8a1e3b46d API cleanups and some renaming. 11 years ago
Gav Wood 475cd02517 Increment nonce for creation from code. 11 years ago
Gav Wood 8a5fdc3cd2 Fixes. 11 years ago
Gav Wood 1713329d22 Separation of code & data compiling. 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
Daniel Hams 3bc751dc9d Remove clang bug workarounds fixed with latest XCode tools release. 11 years ago
Tim Hughes 43662cd8fa Fixed VS2013 projects and compile errors. 11 years ago
Gav Wood 607a5de340 Repotted Common.h. 11 years ago
zelig e44615cdc6 use std::unordered_map for blockchain + minor fixes 11 years ago
Gav Wood 31bda990b6 Fix State.h. 11 years ago
Gav Wood 80be7e5e02 Remove unneeded flexibility, clean up & fix executeBare. 11 years ago
Gav Wood df5ce4302b Bug fix for state transitioning - don't change nonce until after 11 years ago
Gav Wood ddefcf456d Minor fix for clang. 11 years ago
Gav Wood 9fdf7446db First unit testing harness for VM. 11 years ago
Gav Wood e27f6d3541 Separated VM from rest of code. 11 years ago
Gav Wood 77a44c0f1b Do transactions in correct order. 11 years ago
Daniel Hams 23b8784fd6 Use make_pair in place of std::pair. 11 years ago
Daniel Hams c898272228 Fix MLOAD case to set stack.back() to zero and ifdef the clang workarounds for map::operator[]. 11 years ago
Daniel Hams 56359a45aa Use insert rather than emplace - emplace isn't used elsewhere and I'm not sure windows supports it. 11 years ago
Daniel Hams e805ba2791 Workaround for clang bug of ambiguous constructor using array indexing []. 11 years ago
Gav Wood 976a84c7e5 Contract state introspection. 11 years ago