openethereum/ethcore
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
..
benches Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
evm Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
light Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
native_contracts Transaction permissioning (#6441) 2017-09-05 10:39:50 +01:00
node_filter Use memmap for dag cache (#6193) 2017-09-25 19:45:33 +02:00
res Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
src Add pagination for trace_filter rpc method (#6312) 2017-10-03 10:03:46 +02:00
types Add pagination for trace_filter rpc method (#6312) 2017-10-03 10:03:46 +02:00
vm Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
wasm Byzantium updates (#5855) 2017-09-15 21:07:54 +02:00
build.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
Cargo.toml Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00