Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hos#290
Merged
jgarzik merged 1 commit intobitcoin:masterfrom Jun 5, 2011
jrmithdobbs:ip-filter-rfc1918-rfc3927
Merged
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hos#290jgarzik merged 1 commit intobitcoin:masterfrom jrmithdobbs:ip-filter-rfc1918-rfc3927
jgarzik merged 1 commit intobitcoin:masterfrom
jrmithdobbs:ip-filter-rfc1918-rfc3927
Conversation
jgarzik
pushed a commit
that referenced
this pull request
Jun 5, 2011
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts
classesjack
pushed a commit
to classesjack/bitcoin
that referenced
this pull request
Jan 2, 2018
…fficulty fix block.difficulty for PoS
cryptapus
pushed a commit
to cryptapus/bitcoin
that referenced
this pull request
May 3, 2021
ab79b8c Add auxpow to getblock help text. (Daniel Kraft) Pull request description: The `getblock` help text was missing a description of the `auxpow` field in the returned JSON object. This adds the missing help text. Note that the field itself was already present and is not changed. This is purely about the documentation in the online help. Fixes namecoin/namecoin-core#289. Tree-SHA512: bb3ff6ed22586c7641e471543097f9d99bb5deab18c757ec21021beb2b462d75d35e83b5def18c25f9a72757ce014893dcf8f44f1731296853e947091c88fc48
rajarshimaitra
pushed a commit
to rajarshimaitra/bitcoin
that referenced
this pull request
Aug 5, 2021
WIP: chapter 03 AMA edits
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 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.
Fix rfc1918 and rfc3927 compliance for ignoring non-internet-routable hosts.
Pretty self explanatory I think. Fixes filtering of 172.16/12 and 169.254/16 which were missing and expands IsRoutable() to be more easily updated later as well as actually be used in ConnectSocket() instead of re-implementing logic that exists in the CAddress class.