Gav Wood
80be7e5e02
Remove unneeded flexibility, clean up & fix executeBare.
11 years ago
Gav Wood
b0d2d6ea28
VM should be exception safe to avoid ending in invalid state.
11 years ago
Gav Wood
277ca86bd1
Fix for state transition when collision occurs.
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
e27f6d3541
Separated VM from rest of code.
11 years ago
Gav Wood
77a44c0f1b
Do transactions in correct order.
Another minor fix.
11 years ago
Gav Wood
a47ecf0c0c
One-way name app implemented.
11 years ago
Daniel Hams
23b8784fd6
Use make_pair in place of std::pair.
11 years ago
Gav Wood
21b15bfb1a
Recursive LLL-copmiler.
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
39c7e8f2ee
Assembler & disassembler.
Additional info in block chain.
11 years ago
Tim Hughes
90da81e66d
Refix for Visual Studio.
11 years ago
Gav Wood
039710b34f
Fix for namespaces on GCC.
11 years ago
Tim Hughes
21a840e20a
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
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
1c4c161726
Safer syncing of blockchain/txqueue to state.
Linux build fix.
11 years ago
Gav Wood
7eda4a4cea
Minor state reporting fix.
11 years ago
subtly
5133522d42
Revert "only log mining message when hash changes"
This reverts commit bed0539d70
.
11 years ago
subtly
bed0539d70
only log mining message when hash changes
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
607e380a4b
Fixes for Go interop.
11 years ago
Gav Wood
995e935311
Fixes for spurious unknown parent blocks.
11 years ago
Gav Wood
455f0436d3
Uncles verification bug fix.
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
Gav Wood
d29fbde366
No fees for miners.
11 years ago
Gav Wood
1afda67310
GUI reboot.
Support for denominations in GUI.
Multi key wallet beginnings.
Transactional data beginnings.
GUI log.
Half-decent logging system.
11 years ago
Gav Wood
04453aada0
Repot defaults.
11 years ago
Gav Wood
f0943872fc
Make Defaults a singleton.
11 years ago
Gav Wood
14c4d0819a
Repotted UPnP.
Random ports searched on fallback now.
Beginnings of foundations for event-based QML/JS integration.
11 years ago
Gav Wood
2a53d5f751
AlephZero renamed AlethZero and moved to cmake project.
Other minor changes.
11 years ago
Gav Wood
6e7b850614
New premine address, build fix.
11 years ago
Gav Wood
e62688f188
UPnP configurable in GUI.
Additions address in genesis.
11 years ago
Gav Wood
c54a81f92c
Added SECP256k1 project.
11 years ago
Gav Wood
bfd10936fb
Allow arbitrary state in genesis block.
11 years ago
Gav Wood
674543d56a
Make patch comply with coding standards.
11 years ago
subtly
5843e6b774
spaces to tabs
11 years ago
subtly
b00fa34382
#6 mavericks: expand [] operator due to clang bug on latest mavericks/xcode systems.
11 years ago
Gav Wood
1983777cd0
GPL v2, not 3.
11 years ago
Gav Wood
268168df60
Move to vitalik's PoW...
11 years ago
Gav Wood
0a49ab7dec
Fixes & additional functionality in the network stack.
11 years ago
Gav Wood
6e3f6e3fd1
Basic client.
11 years ago
Gav Wood
ce10e98a08
Vaguely working single-instance client.
11 years ago
Gav Wood
baacd4ed5b
GUI & network stuff.
11 years ago
Gav Wood
8fb99152ee
State updater tested and working pretty well.
11 years ago