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
Gav Wood
d29fbde366
No fees for miners.
11 years ago
Gav Wood
2a53d5f751
AlephZero renamed AlethZero and moved to cmake project.
Other minor changes.
11 years ago
Gav Wood
bfd10936fb
Allow arbitrary state in genesis block.
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
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
Gav Wood
4347cfc4fc
Various fixes.
11 years ago
Gav Wood
406b283a05
Fake dagger, and moves to test the state transitions.
11 years ago
Gav Wood
231619fb11
Caching (on two levels!) and quite possibly working State transition
class.
11 years ago
Gav Wood
f666853724
Repotted a lot of the Trie stuff.
11 years ago
Gav Wood
04743c50f7
TrieDB framework and insertion.
LevelDB overlay and map backends.
11 years ago
Tim Hughes
0133a4450d
Tweak Dagger API to facilitate more complex mining.
11 years ago
Gav Wood
0d42219a2e
Fixed issue #1 .
11 years ago
Gav Wood
9347a1ab8b
Move over to DB/overlay-based state.
11 years ago
Gav Wood
e8b2ceeb60
More verification work; compute header ready for mining.
11 years ago
Gav Wood
9cf6fd38ca
Rewards and uncle checking.
11 years ago
Gav Wood
140fc42e09
Moved to endian-neutral 256/160-bit datatypes.
11 years ago
Gav Wood
b679d9d829
Verification and state updating.
11 years ago
Gav Wood
720df0509e
Additional framework stuff - block verification, playback &c.
11 years ago
Gav Wood
e7ebf1e6b6
More work on big picture stuff.
11 years ago
Gav Wood
155cf04efe
Move to semi-official new Trie format.
11 years ago
Gav Wood
6c72a021d7
Repotting and big-picture stuff.
11 years ago
Gav Wood
9c891a7c3b
Added main and infrastructure.
11 years ago
Gav Wood
67d931d032
Documentation.
11 years ago
Gav Wood
19481bbaee
More flexible and stricter RLP int handling.
11 years ago
Gav Wood
ade3d0225d
Coding standards doc.
Some repotting.
Documentation.
Some minor API cleanups.
11 years ago