openethereum/rpc/src
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
..
tests Bump ethabi & ethereum-types. (#8258) 2018-04-02 12:12:52 +01:00
v1 Print warnings when fetching pending blocks (#8711) 2018-06-01 09:38:20 +02:00
authcodes.rs Replace RandomTempDir with tempdir::Tempdir (#7624) 2018-01-19 17:32:53 +01:00
http_common.rs Update jsonrpc dependencies and rewrite dapps to futures. (#6522) 2017-10-05 12:35:01 +02:00
lib.rs Consolidate crypto functionality in ethcore-crypto. (#8432) 2018-05-05 11:02:33 +02:00