openethereum/ethcore/types
Anton Gavrilov 0a5c9b0465 Add pagination for trace_filter rpc method (#6312)
* Optional offset and count added on client level

* Rpc interface extended

* Tests corrected

* Filtering code refactored a little bit

* Offset type was changed to usize

* Handling of block hash in offset added

* Offset reworked to number

* Trailing comma removed

* Import for Quantity type added

* Offset and count moved into filter object

* Lost comma removed

* Return empty vec instead of None in case of incorrect range
2017-10-03 10:03:46 +02:00
..
src Add pagination for trace_filter rpc method (#6312) 2017-10-03 10:03:46 +02:00
Cargo.toml separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00