openethereum/rpc/src/v1
mattrutherford 03600dce97
Missing blocks in filter_changes RPC (#9947)
* feat + fix: Missing blocks in filter_changes RPC

 * Implement validity check of reported hashes (in case of re-org) and re-set last_block to the last block reported that is still valid.

* Add const to set history size for validity check (32).

* test: in the case of a re-org we get same block number if hash is different
2018-11-21 15:50:41 +00:00
..
helpers Missing blocks in filter_changes RPC (#9947) 2018-11-21 15:50:41 +00:00
impls Missing blocks in filter_changes RPC (#9947) 2018-11-21 15:50:41 +00:00
tests Missing blocks in filter_changes RPC (#9947) 2018-11-21 15:50:41 +00:00
traits EIP 191 (#9701) 2018-11-14 09:02:40 +01:00
types EIP 191 (#9701) 2018-11-14 09:02:40 +01:00
extractors.rs Option to disable keep alive for JSON-RPC http transport (#9848) 2018-11-05 22:39:51 +08:00
informant.rs Option to disable keep alive for JSON-RPC http transport (#9848) 2018-11-05 22:39:51 +08:00
metadata.rs Remove all dapp permissions related settings (#9120) 2018-08-07 20:52:23 +08:00
mod.rs Bad blocks RPC + reporting (#9433) 2018-09-08 04:04:28 +02:00