mana-ethereum / ex_rlp

Elixir implementation of Ethereum's RLP (Recursive Length Prefix) encoding
MIT License
31 stars 9 forks source link

Handle errors from ethereum common tests #26

Closed ayrat555 closed 4 years ago

ayrat555 commented 5 years ago

Currently, we don't handle errors from https://github.com/ethereum/tests/blame/develop/RLPTests/invalidRLPTest.json

pdobacz commented 4 years ago

I'll take a stab at this (and #24)