openethereum/ethcore/src/blockchain
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
..
best_block.rs New Transaction Queue implementation (#8074) 2018-04-13 17:34:27 +02:00
block_info.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
blockchain.rs Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
cache.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
config.rs Upgrade to RocksDB 5.8.8 and tune settings to reduce space amplification (#7348) 2018-01-03 11:00:37 +01:00
extras.rs revert removing blooms (#8066) 2018-03-12 20:15:55 +00:00
generator.rs Replace legacy Rlp with UntrustedRlp and use in ethcore rlp views (#8316) 2018-04-16 15:52:12 +02:00
import_route.rs Keep all enacted blocks notify in order (#8524) 2018-05-07 12:58:25 +02:00
mod.rs removed dummy wrapper structure - LogGroupPosition (#7922) 2018-02-19 10:52:33 +01:00
update.rs Remove RefCell from Header (#8227) 2018-04-03 17:01:28 +09:00