openethereum/ethcore
Niklas Adolfsson dcb69ba353 [ethcore]: apply filter when PendingSet::AlwaysQueue in ready_transactions_filtered (#11227)
* [ethcore]: apply filter when `from_queue`

In `ready_transactions_filtered` the filter were never applied when
the options PendingSet::AlwaysQueue` was configured which this fixes

It also adds a two tests for it

* [ethcore test-helpers]: stray printlns

* docs(ethcore filter options): more generic desc

* tests(ethcore miner): simply filter tests

* [ethcore filter_options]: fix nits

* doc: nit

Co-Authored-By: David <dvdplm@gmail.com>

* doc: nit

Co-Authored-By: David <dvdplm@gmail.com>

* doc: nit

Co-Authored-By: David <dvdplm@gmail.com>

* doc: nit

Co-Authored-By: David <dvdplm@gmail.com>

* doc: nit

Co-Authored-By: David <dvdplm@gmail.com>

* doc(miner filter): simplify documentation

* [rpc]: make tests compile
2019-11-25 12:03:50 +01:00
..
account-db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
account-state Upgrade trie-db to 0.16.0. (#11274) 2019-11-21 11:08:49 +01:00
benches Fix ethcore/benches build. (#10964) 2019-08-13 15:27:28 +02:00
block-reward Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
blockchain fixed verify_uncles error type (#11276) 2019-11-22 10:26:50 +01:00
builtin Fix misc compile warnings (#11258) 2019-11-14 00:01:21 +01:00
call-contract Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
client-traits Make InstantSeal Instant again (#11186) 2019-11-10 11:41:31 +01:00
db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
engine Make InstantSeal Instant again (#11186) 2019-11-10 11:41:31 +01:00
engines Make InstantSeal Instant again (#11186) 2019-11-10 11:41:31 +01:00
evm removed redundant VMType enum with one variant (#11266) 2019-11-20 11:11:36 +08:00
executive-state Upgrade trie-db to 0.16.0. (#11274) 2019-11-21 11:08:49 +01:00
light Upgrade trie-db to 0.16.0. (#11274) 2019-11-21 11:08:49 +01:00
machine removed redundant VMType enum with one variant (#11266) 2019-11-20 11:11:36 +08:00
node-filter Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
pod Upgrade trie-db to 0.16.0. (#11274) 2019-11-21 11:08:49 +01:00
private-tx Upgrade trie-db to 0.16.0. (#11274) 2019-11-21 11:08:49 +01:00
res update ropsten forkCanonHash, forkBlock (#11247) 2019-11-11 12:38:32 +01:00
service Pause pruning while snapshotting (#11178) 2019-10-24 16:46:32 +02:00
snapshot ethcore: fix rlp deprecation warnings (#11280) 2019-11-21 17:23:49 +01:00
spec ethcore/res: add mordor testnet configuration (#11200) 2019-11-02 12:26:38 +01:00
src [ethcore]: apply filter when PendingSet::AlwaysQueue in ready_transactions_filtered (#11227) 2019-11-25 12:03:50 +01:00
state-db Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
sync ethcore: fix rlp deprecation warnings (#11280) 2019-11-21 17:23:49 +01:00
trace Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
trie-vm-factories Upgrade trie-db to 0.16.0. (#11274) 2019-11-21 11:08:49 +01:00
types fixed verify_uncles error type (#11276) 2019-11-22 10:26:50 +01:00
verification fixed verify_uncles error type (#11276) 2019-11-22 10:26:50 +01:00
vm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
wasm Update ethereum types to 0.8.0 version (#11139) 2019-10-08 14:18:44 +02:00
Cargo.toml Upgrade trie-db to 0.16.0. (#11274) 2019-11-21 11:08:49 +01:00