Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up and organize tests + state class tests | Christoph Jentzsch | 2014-11-03 | 1 | -3/+3 |
| | |||||
* | Draft of new LOG/bloom/headers/block format. | Gav Wood | 2014-10-28 | 1 | -1/+1 |
| | |||||
* | Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace. | Gav Wood | 2014-09-06 | 1 | -2/+2 |
| | | | | Rename ethential to devcore. | ||||
* | Project-wide reorganisation of namespaces. | Gav Wood | 2014-09-05 | 1 | -1/+2 |
| | |||||
* | Project refactor. Introduce the Serpent library. | Gav Wood | 2014-06-28 | 1 | -2/+2 |
| | |||||
* | Correct order of nonce/balance. PROTOCOL CHANGE! NEW CHAIN! | Gav Wood | 2014-05-30 | 1 | -35/+0 |
| | | | | | | | Extra paranoia for trie. Trie fixes. Trie tests. Version bump. | ||||
* | Revert "Fix for unless/when." | Gav Wood | 2014-05-30 | 1 | -44/+10 |
| | | | | This reverts commit b12d91e726ae5d1742e6d828c2cb5b694ffdf8a3. | ||||
* | Fix for unless/when. | Gav Wood | 2014-05-30 | 1 | -10/+44 |
| | |||||
* | Tests updated. | Gav Wood | 2014-05-28 | 1 | -2/+7 |
| | | | | | Fixes to executive logging. Trie testing made considerably more rigourous. | ||||
* | Fixes for tests. | Gav Wood | 2014-05-28 | 1 | -1/+33 |
| | |||||
* | Major reorganisation. | Gav Wood | 2014-05-26 | 1 | -2/+2 |
| | | | | | New libs (libethsupport, libevm, liblll). New LLLC binary. | ||||
* | LLL parser using boost::spirit. | Gav Wood | 2014-05-15 | 1 | -40/+0 |
| | |||||
* | Fix padding. | Gav Wood | 2014-05-14 | 1 | -2/+44 |
| | |||||
* | Split out libethcore from libethereum. | Gav Wood | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | VS2013 build working again: | Tim Hughes | 2014-04-23 | 1 | -2/+1 |
| | | | | | | | - Added ICU download and compile steps to bootstrap.sh. - Switched Qt to shared libraries and enabled ICU and Webkit. - Switched to shared MS CRT. - Disable C4244 and C4267 warnings since these are not picked up by GCC. | ||||
* | Broke the virtual machine unit test out into a separate Boost auto test case. | Carl Allendorph | 2014-04-20 | 1 | -2/+1 |
| | |||||
* | Broke the crypto test out into a separate boost auto test case. | Carl Allendorph | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Broke trie tests out as separate boost auto test case. | Carl Allendorph | 2014-04-20 | 1 | -1/+0 |
| | |||||
* | Converted the hexPrefix test to a separate boost test case. | Carl Allendorph | 2014-04-20 | 1 | -1/+0 |
| | |||||
* | converted RLP test to a separate boost test case. | Carl Allendorph | 2014-04-20 | 1 | -1/+0 |
| | |||||
* | Updated test project to use Boost Test | Marko Simovic | 2014-03-19 | 1 | -3/+4 |
| | |||||
* | Repotted Common.h. | Gav Wood | 2014-03-05 | 1 | -1/+1 |
| | |||||
* | Tests. | Gav Wood | 2014-02-28 | 1 | -8/+10 |
| | |||||
* | Tests bug fix. | Gav Wood | 2014-02-24 | 1 | -5/+5 |
| | |||||
* | VM test framework. | Gav Wood | 2014-02-22 | 1 | -5/+5 |
| | |||||
* | Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ↵ | Tim Hughes | 2014-02-19 | 1 | -1/+1 |
| | | | | again but not sorted out linking dependencies yet. | ||||
* | Fixes for contract address states. | Gav Wood | 2014-02-18 | 1 | -0/+2 |
| | | | | | | Minor fix for uncle rewards. Assembler for EC-1 assembly. Not-quite Test code for the VM. | ||||
* | Fixed the other occurrence of Foobar | Muharem Hrnjadovic | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Corrected license headers (Foobar -> cpp-ethereum) | Muharem Hrnjadovic | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Remove some debug output. | Gav Wood | 2014-02-13 | 1 | -4/+4 |
| | | | | Make hash construction safer. | ||||
* | Fixes for Go interop. | Gav Wood | 2014-02-12 | 1 | -4/+4 |
| | |||||
* | AlephZero renamed AlethZero and moved to cmake project. | Gav Wood | 2014-02-07 | 1 | -1/+1 |
| | | | | Other minor changes. | ||||
* | Latest RLP standard. Lists specify length rather than itemCount. | Gav Wood | 2014-02-05 | 1 | -5/+5 |
| | |||||
* | Changed genesis block to reflect root of empty trie as null. | Gav Wood | 2014-02-02 | 1 | -2/+2 |
| | |||||
* | Asynchronous connect. Fixes #7. | Gav Wood | 2014-02-01 | 1 | -0/+9 |
| | |||||
* | GPL v2, not 3. | Gav Wood | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Peer network code NYW. | Gav Wood | 2014-01-22 | 1 | -3/+5 |
| | |||||
* | State updater tested and working pretty well. | Gav Wood | 2014-01-21 | 1 | -4/+4 |
| | |||||
* | Various fixes. | Gav Wood | 2014-01-20 | 1 | -1/+1 |
| | |||||
* | Repotted tests. | Gav Wood | 2014-01-19 | 1 | -311/+13 |
| | |||||
* | Repotted a lot of the Trie stuff. | Gav Wood | 2014-01-19 | 1 | -5/+7 |
| | |||||
* | Iterators in the TrieDB! | Gav Wood | 2014-01-19 | 1 | -0/+6 |
| | |||||
* | Merge branch 'master' of https://github.com/programmerTim/cpp-ethereum into ↵ | Gav Wood | 2014-01-19 | 1 | -9/+10 |
|\ | | | | | | | | | | | | | | | | | programmerTim-master Conflicts: libethereum/BlockInfo.cpp libethereum/Trie.h test/main.cpp | ||||
| * | Tweak Dagger API to facilitate more complex mining. | Tim Hughes | 2014-01-17 | 1 | -7/+8 |
| | | |||||
| * | Fixed assert in test/main.cpp (using a .data() from temporary string after ↵ | Tim Hughes | 2014-01-17 | 1 | -1/+2 |
| | | | | | | | | it was destroyed). | ||||
| * | Projects, solution and fixes for Visual Studio 2013. | Tim Hughes | 2014-01-17 | 1 | -3/+3 |
| | | |||||
* | | Iterator beginnings. | Gav Wood | 2014-01-19 | 1 | -9/+2 |
| | | |||||
* | | TrieDB remove nodes and tests. | Gav Wood | 2014-01-19 | 1 | -42/+88 |
| | | |||||
* | | TrieDB framework and insertion. | Gav Wood | 2014-01-19 | 1 | -1/+32 |
|/ | | | | LevelDB overlay and map backends. | ||||
* | More verification work; compute header ready for mining. | Gav Wood | 2014-01-14 | 1 | -0/+5 |
| | |||||
* | Moved to endian-neutral 256/160-bit datatypes. | Gav Wood | 2014-01-13 | 1 | -2/+2 |
| | |||||
* | Dagger impl fixes. | Gav Wood | 2014-01-10 | 1 | -0/+10 |
| | |||||
* | More work on big picture stuff. | Gav Wood | 2014-01-09 | 1 | -1/+1 |
| | |||||
* | Dagger algo. | Gav Wood | 2014-01-08 | 1 | -0/+10 |
| | |||||
* | More testing on new Trie format. | Gav Wood | 2014-01-08 | 1 | -1/+12 |
| | |||||
* | Move to semi-official new Trie format. | Gav Wood | 2014-01-08 | 1 | -12/+25 |
| | |||||
* | Coding standards doc. | Gav Wood | 2014-01-06 | 1 | -8/+33 |
| | | | | | | Some repotting. Documentation. Some minor API cleanups. | ||||
* | More crypto additions. | Gav Wood | 2014-01-06 | 1 | -1/+1 |
| | |||||
* | Signatures working. | Gav Wood | 2014-01-06 | 1 | -35/+30 |
| | |||||
* | crypto prototyping. | Gav Wood | 2014-01-05 | 1 | -0/+48 |
| | |||||
* | Fix for tests. | Gav Wood | 2014-01-05 | 1 | -1/+6 |
| | |||||
* | VM nearly instruction-complete. | Gav Wood | 2014-01-04 | 1 | -1/+1 |
| | |||||
* | Codebase cleanups - renaming files. | Gav Wood | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Reorganised source directory. | Gav Wood | 2014-01-03 | 1 | -0/+139 |