openethereum/crates/concensus/miner/src/pool
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
..
res Big folder refactor 2021-01-14 15:30:57 +01:00
tests Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
client.rs Big folder refactor 2021-01-14 15:30:57 +01:00
listener.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
local_transactions.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
mod.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
queue.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
ready.rs Big folder refactor 2021-01-14 15:30:57 +01:00
replace.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
scoring.rs Big folder refactor 2021-01-14 15:30:57 +01:00
transaction_filter.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
verifier.rs Big folder refactor 2021-01-14 15:30:57 +01:00