Files
openethereum/ethcore/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
..
2018-04-20 12:22:19 +02:00
2018-03-12 20:15:55 +00:00
2018-05-08 11:22:12 +02:00
2018-01-10 15:35:18 +03:00
2017-01-25 18:51:41 +01:00
2018-05-08 11:22:12 +02:00
2018-05-09 12:05:56 +02:00
2018-02-19 12:27:42 +01:00
2018-04-20 12:22:19 +02:00