openethereum/crates/rpc/src/v1/tests/helpers
Jochen Müller 504777e879
Implement the filter argument in parity_pendingTransactions (#295)
* Add filters for pending transactions to RPC API

Allow filtering results in the parity_pendingTransaction endpoint as described in the API docs.

* Make arguments in parity_pendingTransactions work together

filter and limit

* fmt

* Requested changes

- filter in ethcore to avoid unneccessary copying
- rename gas_price to gasPrice
- implement requesting contract creation txs with "action"

* Some beautifying

Remove missing import and unneccessary dependency entry, add a comment
and set right lint level on new module

* fixed broken build after merge

* fmt

* fixing CI errors: type conversion

Co-authored-by: Karim Agha <karim.dev@gmail.com>
2021-03-16 13:39:42 +01:00
..
miner_service.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
mod.rs Big folder refactor 2021-01-14 15:30:57 +01:00
snapshot_service.rs Snapshot manifest block added to prometheus (#232) 2021-01-21 17:23:15 +01:00
sync_provider.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00