openethereum/ethcore/types/src
Marek Kotewicz 1986c4ee79 fixed verify_uncles error type (#11276)
* fixed verify_uncles error type

* cleanup and document fn verify_uncles bounds checking

* find_uncle_headers and find_uncle_hashes take u64 instead of u32 as an input param

* Update ethcore/verification/src/verification.rs

Co-Authored-By: David <dvdplm@gmail.com>
2019-11-22 10:26:50 +01:00
..
engines fixed verify_uncles error type (#11276) 2019-11-22 10:26:50 +01:00
errors fixed verify_uncles error type (#11276) 2019-11-22 10:26:50 +01:00
transaction Crypto primitives removed from ethkey (#11174) 2019-10-23 13:03:46 +02:00
views Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
account_diff.rs removed redundant fmt::Display implementations (#10806) 2019-06-28 14:58:27 +02:00
ancestry_action.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
basic_account.rs EIP-1702: Generalized Account Versioning Scheme (#10771) 2019-07-08 12:03:27 +02:00
block_status.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
block.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
blockchain_info.rs Move more types out of ethcore (#10880) 2019-07-18 12:27:08 +02:00
call_analytics.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
chain_notify.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
client_types.rs move StateResult to common-types (#11121) 2019-10-03 16:52:29 +02:00
data_format.rs [ethcore]: make it compile without test-helpers feature (#11036) 2019-09-11 17:35:50 +02:00
encoded.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
filter.rs Upgrade ethereum types (#10670) 2019-06-03 15:36:21 +02:00
header.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
ids.rs perf(ethcore): micro-opt (#10405) 2019-03-06 15:30:35 +01:00
import_route.rs Extract snapshot to own crate (#11010) 2019-09-03 11:29:25 +02:00
io_message.rs Make ClientIoMessage generic over the Client (#10981) 2019-08-28 10:09:42 +02:00
lib.rs Use a lock instead of atomics for snapshot Progress (#11197) 2019-10-28 18:24:45 +01:00
log_entry.rs Remove calls to heapsize (#10432) 2019-06-19 13:54:05 +02:00
pruning_info.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
receipt.rs [receipt]: add sender & receiver to RichReceipts (#11179) 2019-10-18 18:12:02 +02:00
security_level.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
snapshot.rs Snapshot restoration overhaul (#11219) 2019-10-31 16:07:21 +01:00
state_diff.rs removed redundant fmt::Display implementations (#10806) 2019-06-28 14:58:27 +02:00
trace_filter.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
tree_route.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
verification.rs Benchmarks for block verification (#11035) 2019-09-11 14:15:19 +02:00