Fix for Boost utf8_codecvt_facet warnings on macOS#642
Closed
volbil wants to merge 57 commits into
Closed
Conversation
The link seems to be invalid
Release 2.1.2 into Master
Release 2.1.3
Release 2.2.0.0
…cation Domain to asset verification
Co-Authored-By: TronBlack <TronBlack@gmail.com>
There is no reason to wish to store blocks on disk always just because a peer is whitelisted. This appears to be a historical quirk to avoid breaking things when the accept limits were added. Github-Pull: #11531 Rebased-From: 3d9c70c
ProcessMessages will now return earlier when processing headers messages, rather than continuing on (and do nothing). Github-Pull: #11568 Rebased-From: 4637f18
Github-Pull: #11568 Rebased-From: 37886d5
This tracks the set of all known invalid-themselves blocks (ie blocks which we attempted to connect but which were found to be invalid). This is used to cheaply check if new headers build on an invalid chain. While we're at it we also resolve an edge-case in invalidateblock on pruned nodes which results in them needing a reindex if they fail to reorg. Github-Pull: #11531 Rebased-From: 015a525
Github-Pull: #11560 Rebased-From: db32a65
X16RV2 Update
Fix asset transfer formatting
Contributor
Author
|
Sorry, not sure in which branch this PR should be addressed, so for now just leave it to master. |
cryptozeny
referenced
this pull request
in cryptozeny/sugarchain-v0.16.3
Sep 2, 2019
Fix for boost warnings on macOS
Contributor
|
@volbil Can you point this PR to the develop branch? That is the branch that will be released next. |
Contributor
Author
|
@blondfrogs done :) |
This was referenced Jan 13, 2020
Contributor
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.
Couple system specific check to prevent
utf8_codecvt_facetwarnings spamming during compilation on macOS.Before:


After: