Gav Wood
53002a7425
Assembler.
Debug trace stuff.
11 years ago
Gav Wood
e8217ea489
Major reorganisation.
New libs (libethsupport, libevm, liblll).
New LLLC binary.
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:
Transactions Trie.
LTMA for gasPrice.
New block header format.
Various additional checks.
New Genesis block.
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.
Contract body gets created from init code.
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.
Enable and fix addition warnings (-Wextra).
Disable unknown pragma warning (avoids messy wrapping pragmas in compiler guards).
Tidy up some of the waring suppression for 3rd part libraries by wrapping with a header.
11 years ago
Gav Wood
607a5de340
Repotted Common.h.
11 years ago
zelig
e44615cdc6
use std::unordered_map for blockchain + minor fixes
- hashing class defined in Common.h (credit JW Ratcliff)
- fix m_stack/m_temp in VM clang sections
- explicit namespace for std::make_pair calls
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
guaranteed no collision has occured.
11 years ago
Gav Wood
ddefcf456d
Minor fix for clang.
Import QML resources.
11 years ago
Gav Wood
9fdf7446db
First unit testing harness for VM.
NOT fix.
11 years ago
Gav Wood
e27f6d3541
Separated VM from rest of code.
11 years ago
Gav Wood
77a44c0f1b
Do transactions in correct order.
Another minor fix.
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
Gav Wood
c186d8f4d8
Move to canon ES-1.
Minor fix for contracts.
11 years ago
Gav Wood
8dc00e8b21
Fixes for contract address states.
Minor fix for uncle rewards.
Assembler for EC-1 assembly.
Not-quite Test code for the VM.
11 years ago
Gav Wood
7eda4a4cea
Minor state reporting fix.
11 years ago
Gav Wood
79939dd78d
Pending transactions actually are pending transactions, not just all
known transactions.
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
b7ab00a798
Peers have IDs to solve duplicate peers issue.
No post-mine state visible in advance.
Additional parts of protocol no longer optional.
Protocol version bump.
Various GUI improvements.
Better (more dynamic) and more correct handling of fee structure.
11 years ago