fix LP inter-mixing by not initiating new queues by them#623
Merged
eduffield222 merged 1 commit intodashpay:v0.12.0.xfrom Sep 24, 2015
UdjinM6:fixlpintermixing
Merged
fix LP inter-mixing by not initiating new queues by them#623eduffield222 merged 1 commit intodashpay:v0.12.0.xfrom UdjinM6:fixlpintermixing
eduffield222 merged 1 commit intodashpay:v0.12.0.xfrom
UdjinM6:fixlpintermixing
Conversation
|
This is really smart 👍 |
eduffield222
pushed a commit
that referenced
this pull request
Sep 24, 2015
fix LP inter-mixing by not initiating new queues by them
|
The simpliest ideas are the best Udjin ;) Thumb up! |
UdjinM6
added a commit
that referenced
this pull request
Sep 28, 2015
|
Merged into 0.12.1.x via f173a86 |
PastaPastaPasta
pushed a commit
to PastaPastaPasta/dash
that referenced
this pull request
Jun 13, 2020
c316fdf [qt] Add support to search the address book (João Barbosa) Pull request description: This PR adds support to search the address book for both receiving and sending addresses. A specialisation of the `QSortFilterProxyModel` is added to implement the custom filtering. <img width="757" alt="screen shot 2018-01-03 at 16 05 57" src="proxy.php?url=https://user-images.githubusercontent.com/3534524/34528196-0347d61e-f0a0-11e7-9bd3-535e9e34ceb8.png"> <img width="759" alt="screen shot 2018-01-03 at 16 00 58" src="proxy.php?url=https://user-images.githubusercontent.com/3534524/34528202-07c99f24-f0a0-11e7-8e34-cff6a1ba2364.png"> Closes dashpay#623. Tree-SHA512: 316e646015c858fc70db6be72dc7922d5bb10a3399e7fa327c992e184cc37a124f11cffefab2dbe0d16bda790c7c0437db364686e66c40b4054b8250b4be15d0
gades
pushed a commit
to cosanta/cosanta-core
that referenced
this pull request
Jan 29, 2022
c316fdf [qt] Add support to search the address book (João Barbosa) Pull request description: This PR adds support to search the address book for both receiving and sending addresses. A specialisation of the `QSortFilterProxyModel` is added to implement the custom filtering. <img width="757" alt="screen shot 2018-01-03 at 16 05 57" src="proxy.php?url=https://user-images.githubusercontent.com/3534524/34528196-0347d61e-f0a0-11e7-9bd3-535e9e34ceb8.png"> <img width="759" alt="screen shot 2018-01-03 at 16 00 58" src="proxy.php?url=https://user-images.githubusercontent.com/3534524/34528202-07c99f24-f0a0-11e7-8e34-cff6a1ba2364.png"> Closes dashpay#623. Tree-SHA512: 316e646015c858fc70db6be72dc7922d5bb10a3399e7fa327c992e184cc37a124f11cffefab2dbe0d16bda790c7c0437db364686e66c40b4054b8250b4be15d0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Basically that means that no matter how many LPs are out there they will be sitting there waiting for clients to initiate new queue. Few of them (LP) will get lucky to get a chance to help this client to mix and enter queue. Others will hit
nPoolMaxTransactionsthreshold and will sit there waiting for the next available session.PS. I can't believe it's that easy...