openethereum/crates/rpc/src/v1/types
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
..
account_info.rs Big folder refactor 2021-01-14 15:30:57 +01:00
block.rs Fix for TypedTx enabling and hash generation. Tweak sig V in RPC. (#272) 2021-02-23 13:46:08 +01:00
block_number.rs Big folder refactor 2021-01-14 15:30:57 +01:00
bytes.rs Big folder refactor 2021-01-14 15:30:57 +01:00
call_request.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
confirmations.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
derivation.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eip191.rs Big folder refactor 2021-01-14 15:30:57 +01:00
eth_types.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
filter.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
histogram.rs Big folder refactor 2021-01-14 15:30:57 +01:00
index.rs Big folder refactor 2021-01-14 15:30:57 +01:00
log.rs Big folder refactor 2021-01-14 15:30:57 +01:00
mod.rs Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
node_kind.rs Big folder refactor 2021-01-14 15:30:57 +01:00
provenance.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
pubsub.rs Big folder refactor 2021-01-14 15:30:57 +01:00
receipt.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
rpc_settings.rs Big folder refactor 2021-01-14 15:30:57 +01:00
secretstore.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
sync.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
trace.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
trace_filter.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
transaction.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
transaction_access_list.rs AccessList in JSONRPC. And enabling github action tests (#255) 2021-02-08 14:55:03 +01:00
transaction_condition.rs Big folder refactor 2021-01-14 15:30:57 +01:00
transaction_request.rs Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
work.rs Big folder refactor 2021-01-14 15:30:57 +01:00