parity-common/transaction-pool/src
Andrew Jones 45b4fae70d
Extract `should_replace` from Scoring and supply pooled txs from same sender (#116)
* Extract ShouldReplace trait and pass to import

* Pass old sender txs into should_replace

* Pass sender txs in with both old and new tx

* Docs and extract replace to separate file

* Fix tests and docs

* Bump version (2.0)

* Copyright 2019

* Borrow Transaction

* Make ShouldReplace immutable

* Tabs

* Fix indentation

* Fix tests compilation
2019-03-28 13:23:59 +00:00
..
tests Extract `should_replace` from Scoring and supply pooled txs from same sender (#116) 2019-03-28 13:23:59 +00:00
error.rs Update transaction-pool/src/error.rs 2019-03-01 22:06:04 +00:00
lib.rs Extract `should_replace` from Scoring and supply pooled txs from same sender (#116) 2019-03-28 13:23:59 +00:00
listener.rs tx-pool: make error generic over hash 2019-03-01 13:59:52 +00:00
options.rs Add 'transaction-pool/' from commit 'ce84425376ed09db5519ebca181bef4f15d24dd8' 2018-08-23 11:23:59 +02:00
pool.rs Extract `should_replace` from Scoring and supply pooled txs from same sender (#116) 2019-03-28 13:23:59 +00:00
ready.rs Add 'transaction-pool/' from commit 'ce84425376ed09db5519ebca181bef4f15d24dd8' 2018-08-23 11:23:59 +02:00
replace.rs Extract `should_replace` from Scoring and supply pooled txs from same sender (#116) 2019-03-28 13:23:59 +00:00
scoring.rs Extract `should_replace` from Scoring and supply pooled txs from same sender (#116) 2019-03-28 13:23:59 +00:00
status.rs Add 'transaction-pool/' from commit 'ce84425376ed09db5519ebca181bef4f15d24dd8' 2018-08-23 11:23:59 +02:00
transactions.rs Add 'transaction-pool/' from commit 'ce84425376ed09db5519ebca181bef4f15d24dd8' 2018-08-23 11:23:59 +02:00
verifier.rs Add 'transaction-pool/' from commit 'ce84425376ed09db5519ebca181bef4f15d24dd8' 2018-08-23 11:23:59 +02:00