openethereum/rpc/src
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
..
tests finished 2017-08-31 11:35:41 +02:00
v1 Add pagination for trace_filter rpc method (#6312) 2017-10-03 10:03:46 +02:00
authcodes.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
http_common.rs UI server refactoring (#5580) 2017-05-24 12:24:07 +02:00
lib.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00