aboutsummaryrefslogtreecommitdiffstats
path: root/rlp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More attempts to fix for the ultra-pedantic clang compiler.Gav Wood2014-10-081-0/+1
|
* Avoid attempt to reget chain on block reception.Gav Wood2014-10-011-1/+1
| | | | Send genesis block hash in hash chain.
* Split ethcore off into devcrypto ready for Whisper's crypto and repot namespace.Gav Wood2014-09-061-3/+3
| | | | Rename ethential to devcore.
* Project-wide reorganisation of namespaces.Gav Wood2014-09-051-9/+9
|
* Project refactor. Introduce the Serpent library.Gav Wood2014-06-281-3/+3
|
* Fixes for tests.Gav Wood2014-05-281-1/+1
|
* Major reorganisation.Gav Wood2014-05-261-3/+3
| | | | | New libs (libethsupport, libevm, liblll). New LLLC binary.
* Split out libethcore from libethereum.Gav Wood2014-04-231-3/+3
|
* Added new test case for decoding the RLP data in the rlptest.jsonCarl Allendorph2014-04-201-7/+118
|
* converted RLP test to a separate boost test case.Carl Allendorph2014-04-201-47/+40
|
* 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.
* Repotted Common.h.Gav Wood2014-03-051-2/+3
|
* Tests.Gav Wood2014-02-281-34/+56
|
* 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.
* Latest RLP standard. Lists specify length rather than itemCount.Gav Wood2014-02-051-3/+3
|
* First effort at new RLP. **UNTESTED**Gav Wood2014-02-051-15/+15
|
* GPL v2, not 3.Gav Wood2014-02-011-1/+1
|
* Repotted tests.Gav Wood2014-01-191-0/+67