openethereum/ethcore/src/client
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
..
ancient_import.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
chain_notify.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
client.rs Add pagination for trace_filter rpc method (#6312) 2017-10-03 10:03:46 +02:00
config.rs Ethcore crate split part 1 (#6041) 2017-07-12 13:09:17 +02:00
error.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00
evm_test_client.rs Generalize engine trait (#6591) 2017-09-26 14:19:08 +02:00
mod.rs Running state test using parity-evm (#6355) 2017-08-28 14:25:16 +02:00
test_client.rs Fixed receipt serialization and RPC (#6555) 2017-09-21 10:11:53 +02:00
trace.rs Don't reexport bigint from util 2017-09-04 16:36:49 +02:00
traits.rs separate trie from util and make its dependencies into libs: 2017-09-15 11:03:53 +08:00