openethereum/ethcore
David 799ae29ac4 Print warnings when fetching pending blocks (#8711)
* Lots of println to figure out what eth_getBlockByNumber does/should do

* Remove debugging

* Print warnings when fetching pending blocks

When calling `eth_getBlockByNumber` with `pending`, we now print a deprecation warning and:

* if a pending block is found, use it to respond
* if no pending block is found, respond as if if was a request for `Latest`

Addresses issue #8703 (not sure if it's enough to close it tbh)
2018-06-01 09:38:20 +02:00
..
benches Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00
crypto bump tinykeccak to 1.4 (#8728) 2018-05-31 13:53:09 +02:00
evm EIP 145: Bitwise shifting instructions in EVM (#8451) 2018-05-05 10:23:50 +02:00
light Fork choice and metadata framework for Engine (#8401) 2018-05-16 14:58:01 +08:00
node_filter Move connection_filter to the network crate (#8674) 2018-05-22 12:34:01 +08:00
private-tx bump tinykeccak to 1.4 (#8728) 2018-05-31 13:53:09 +02:00
res Update dev chain (#8717) 2018-05-28 14:39:25 +00:00
service Shutdown the Snapshot Service early (#8658) 2018-05-29 13:23:15 +03:00
src Print warnings when fetching pending blocks (#8711) 2018-06-01 09:38:20 +02:00
stratum Bump master to 1.12 (#8477) 2018-04-25 16:25:43 +02:00
sync Shutdown the Snapshot Service early (#8658) 2018-05-29 13:23:15 +03:00
transaction Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
types Resumable warp-sync / Seed downloaded snapshots (#8544) 2018-05-16 22:01:55 +02:00
vm Rlp decode returns Result (#8527) 2018-05-08 11:22:12 +02:00
wasm Update wasmi and pwasm-utils (#8493) 2018-04-26 14:00:42 +02:00
Cargo.toml Consolidate crypto functionality in `ethcore-crypto`. (#8432) 2018-05-05 11:02:33 +02:00