openethereum/crates/rpc/src/v1/traits
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
..
debug.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eth.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eth_pubsub.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eth_signing.rs Big folder refactor 2021-01-14 15:30:57 +01:00
mod.rs Sunce86/rpc module reverted for RPC JSON api (#284) 2021-02-26 15:23:29 +01:00
net.rs Big folder refactor 2021-01-14 15:30:57 +01:00
parity.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
parity_accounts.rs Big folder refactor 2021-01-14 15:30:57 +01:00
parity_set.rs Big folder refactor 2021-01-14 15:30:57 +01:00
parity_signing.rs Big folder refactor 2021-01-14 15:30:57 +01:00
personal.rs Big folder refactor 2021-01-14 15:30:57 +01:00
pubsub.rs Big folder refactor 2021-01-14 15:30:57 +01:00
rpc.rs Sunce86/rpc module reverted for RPC JSON api (#284) 2021-02-26 15:23:29 +01:00
secretstore.rs Big folder refactor 2021-01-14 15:30:57 +01:00
signer.rs Big folder refactor 2021-01-14 15:30:57 +01:00
traces.rs Big folder refactor 2021-01-14 15:30:57 +01:00
web3.rs Big folder refactor 2021-01-14 15:30:57 +01:00