aboutsummaryrefslogtreecommitdiffstats
path: root/RLPTests
Commit message (Collapse)AuthorAgeFilesLines
* remove listofbinaries testDimitry2018-12-011-22/+0
|
* Merge pull request #557 from ayrat555/ab-prefix-hex-valueswinsvega2018-11-301-28/+28
|\ | | | | prefix hex values with 0x in RLP tests
| * prefix hex values with 0xAyrat Badykov2018-11-281-28/+28
| |
* | add new test case not covered by RLP testsAyrat Badykov2018-11-271-1/+22
|/ | | | | We discovered that our implementation of RLP encoding decodes some RLP binaries incorrectly after recent PR (https://github.com/mana-ethereum/ex_rlp/pull/17) but it passes all RLP test cases. This PR adds a new test case which is not covered by existing RLP tests
* restore the rlp testDimitry2018-08-101-1/+1
|
* fixed rlp testHamdi Allam2018-07-291-1/+1
|
* Update invalidRLPTest.jsonwinsvega2018-03-271-1/+1
|
* remove tabsAyrat Badykov2017-06-101-155/+155
|
* use lowercase digit in bytestring7F testAyrat Badykov2017-06-101-1/+1
|
* RLPTests: add more byte array testsFelix Lange2015-07-182-3/+22
|
* RLPTests: add test for byte arrays encoded as single byteFelix Lange2015-07-181-0/+8
|
* Invalid RLP TestDimitry2015-07-151-1/+21
|
* fix invalid jsonwanderer2015-07-121-1/+1
|
* RLP testsDimitry2015-07-061-1/+1
|
* RLPTestsDimitry2015-07-063-0/+163