openethereum/ethcore/transaction/src
David 28c731881f
Rlp decode returns Result (#8527)
rlp::decode returns Result

Make a best effort to handle decoding errors gracefully throughout the code, using `expect` where the value is guaranteed to be valid (and in other places where it makes sense).
2018-05-08 11:22:12 +02:00
..
error.rs Return error if RLP size of transaction exceeds the limit (#8473) 2018-04-27 15:02:45 +02:00
lib.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
transaction.rs Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00