aboutsummaryrefslogtreecommitdiffstats
path: root/trie.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Clean up and organize tests + state class testsChristoph Jentzsch2014-11-031-9/+9
|
* use ETHEREUM_TEST_PATH in all testsChristoph Jentzsch2014-10-281-1/+12
|
* Correct namespace for a few things in devcrypto.Gav Wood2014-10-171-1/+45
| | | | | Added lower_bound to TrieDB. Added nextActiveAddress to State.
* More attempts to fix for the ultra-pedantic clang compiler.Gav Wood2014-10-081-0/+1
|
* Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.Gav Wood2014-09-061-1/+1
| | | | Rename ethential to devcore.
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-11/+12
|
* linker for local thread storage on OSXVincent Gariepy2014-06-291-1/+1
|
* Full python serpent support.Gav Wood2014-06-291-5/+9
| | | | Shared libs on all platforms.
* Project refactor. Introduce the Serpent library.Gav Wood2014-06-281-1/+1
|
* Latest tests-related refactoring & improvments.Gav Wood2014-06-281-2/+3
|
* Repotting, renaming and reorganisation.Gav Wood2014-05-301-13/+13
|
* Correct order of nonce/balance. PROTOCOL CHANGE! NEW CHAIN!Gav Wood2014-05-301-27/+77
| | | | | | | Extra paranoia for trie. Trie fixes. Trie tests. Version bump.
* Revert "Fix for unless/when."Gav Wood2014-05-301-26/+49
| | | | This reverts commit b12d91e726ae5d1742e6d828c2cb5b694ffdf8a3.
* Fix for unless/when.Gav Wood2014-05-301-49/+26
|
* Fixes for tests.Gav Wood2014-05-281-2/+9
|
* Major reorganisation.Gav Wood2014-05-261-1/+1
| | | | | New libs (libethsupport, libevm, liblll). New LLLC binary.
* Split out libethcore from libethereum.Gav Wood2014-04-231-1/+1
|
* Broke trie tests out as separate boost auto test case.Carl Allendorph2014-04-201-38/+36
|
* Fixed VS2013 projects and compile errors.Tim Hughes2014-03-061-2/+1
| | | | | | 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.
* Move additional Trie implementations to tests where they belong.Gav Wood2014-03-051-2/+2
|
* Repotted Common.h.Gav Wood2014-03-051-3/+3
|
* Fixed implicit type conversions.Tim Hughes2014-03-021-1/+1
|
* Tests.Gav Wood2014-02-281-0/+54
|
* Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles ↵Tim Hughes2014-02-191-5/+10
| | | | again but not sorted out linking dependencies yet.
* Fixed the other occurrence of FoobarMuharem Hrnjadovic2014-02-161-1/+1
|
* Corrected license headers (Foobar -> cpp-ethereum)Muharem Hrnjadovic2014-02-161-1/+1
|
* AlephZero renamed AlethZero and moved to cmake project.Gav Wood2014-02-071-1/+1
| | | | Other minor changes.
* Version 2 not 3 of the GPL.Gav Wood2014-02-011-1/+1
|
* Peer network code NYW.Gav Wood2014-01-221-0/+2
|
* Repotted tests.Gav Wood2014-01-191-0/+189