openethereum/rpc/src/v1
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
..
helpers Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
impls Add RPC eth_chainId for querying the current blockchain chain ID (#6329) 2017-09-26 14:17:07 +02:00
tests Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
traits Add RPC eth_chainId for querying the current blockchain chain ID (#6329) 2017-09-26 14:17:07 +02:00
types Add pagination for trace_filter rpc method (#6312) 2017-10-03 10:03:46 +02:00
extractors.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
informant.rs remove re-export of parking_lot in util (#6435) 2017-09-02 20:09:13 +02:00
metadata.rs Cap gas limit for dapp-originating requests. 2017-08-15 10:38:49 +02:00
mod.rs rpc -> weak to arc (#5688) 2017-05-28 08:40:36 -04:00