-
Notifications
You must be signed in to change notification settings - Fork 37.7k
Shy clients #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Shy clients #101
+20
−8
Conversation
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
How do deployed clients behave, in reaction to this behavior change? |
Deployed clients behave just fine-- they just wait for the connecting node to send a version message first, instead of both ends sending a version message right away. I'm going to run this (along with several other patches) on the Faucet machines, then plan on pulling it. |
glv2
referenced
this pull request
in glv2/peercoin
Aug 8, 2014
Menu entry in transaction view allowing to clear orphan minted/mined blocks.
rdponticelli
pushed a commit
to Criptomonedas/bitcoin
that referenced
this pull request
Nov 26, 2014
8563713 Add non-null and unused-result warnings for the external API. (Gregory Maxwell)
zathras-crypto
added a commit
to zathras-crypto/omnicore
that referenced
this pull request
Jun 27, 2015
Move CMPTally and disable unused wallet transaction hash cache
TheBlueMatt
pushed a commit
to TheBlueMatt/bitcoin
that referenced
this pull request
Oct 3, 2016
Timing fixes for excessive.py test script
classesjack
pushed a commit
to classesjack/bitcoin
that referenced
this pull request
Jan 2, 2018
Gas Schedule DGP implementation (Qtum Core / QTUMCORE-60)
0xartem
referenced
this pull request
in Crowndev/crown-core
Jan 19, 2018
cryptapus
added a commit
to cryptapus/bitcoin
that referenced
this pull request
Aug 27, 2018
reenabled mac travis
lateminer
pushed a commit
to lateminer/bitcoin
that referenced
this pull request
Feb 23, 2019
Fix typo in proposal tab, fix Japanese translation
Losangelosgenetics
pushed a commit
to Losangelosgenetics/bitcoin
that referenced
this pull request
Mar 12, 2020
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Mar 23, 2021
Commit encoding tests for Assignments, Metadata and Seals
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Aug 5, 2021
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Aug 5, 2021
Instead of "a LN node" we use "a Lightning node", to avoid problems of readability.
This pull request was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Shy client patch from Hal Finney:
"On incoming connections, it won't send a version message until it receives one. This can help make port scanning identification harder."