Files
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
..
2018-05-31 13:53:09 +02:00
2018-05-31 13:53:09 +02:00
2018-05-28 14:39:25 +00:00
2018-04-25 16:25:43 +02:00
2018-05-08 11:22:12 +02:00
2018-04-26 14:00:42 +02:00