* 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. |
||
|---|---|---|
| .. | ||
| ancient_import.rs | ||
| chain_notify.rs | ||
| client.rs | ||
| config.rs | ||
| error.rs | ||
| evm_test_client.rs | ||
| io_message.rs | ||
| mod.rs | ||
| private_notify.rs | ||
| test_client.rs | ||
| trace.rs | ||
| traits.rs | ||