openethereum/ethcore/src/tests
Andrew Jones 66c0638f3b Don't panic in import_block if invalid rlp (#8522)
* Don't panic in import_block if invalid rlp

* Remove redundant type annotation

* Replace RLP header view usage with safe decoding

Using the view will panic with invalid RLP. Here we use Rlp decoding directly which will return a `Result<_, DecoderError>`. While this path currently should not have any invalid RLP - it makes it safer if ever called with invalid RLP from other code paths.
2018-05-03 09:01:13 +02:00
..
client.rs Don't panic in import_block if invalid rlp (#8522) 2018-05-03 09:01:13 +02:00
evm.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
mod.rs Private transactions integration pr (#6422) 2018-04-09 16:14:33 +02:00
trace.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00