50 Commits (95a954dbb2c34cbdbacdeb62378e38f19f60ea74)

Author SHA1 Message Date
Gav Wood 31bda990b6 Fix State.h. 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
Gav Wood c186d8f4d8 Move to canon ES-1. 11 years ago
Gav Wood 8dc00e8b21 Fixes for contract address states. 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 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. 11 years ago
Gav Wood d29fbde366 No fees for miners. 11 years ago
Gav Wood 2a53d5f751 AlephZero renamed AlethZero and moved to cmake project. 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 11 years ago
Gav Wood f666853724 Repotted a lot of the Trie stuff. 11 years ago
Gav Wood 04743c50f7 TrieDB framework and insertion. 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. 11 years ago
Gav Wood 0349f7bf05 Some repotting. 11 years ago
Gav Wood 00da157812 More crypto additions. 11 years ago
Gav Wood 07dd3b61e1 Signatures working. 11 years ago
Gav Wood b0f4ca1339 crypto prototyping. 11 years ago
Gav Wood 9b78189310 Fix for tests. 11 years ago