openethereum/crates/ethcore
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
..
benches Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
blockchain Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
res Upgrade ethereum/tests to v8.0.1 (#301) 2021-03-10 17:18:17 +01:00
service Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
src Implement the filter argument in parity_pendingTransactions (#295) 2021-03-16 13:39:42 +01:00
sync Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00
types Updating ethcore and ethjson crates to Rust Edition 2018 (#316) 2021-03-12 14:55:49 +01:00
Cargo.toml Ethereum-types and various libs upgrade (#315) 2021-03-12 10:12:42 +01:00