forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 4
V12.2.5 PR14.7 #5
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
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
…top of bitcoin#9196) 1126c85 [qa] Change sync_blocks to pick smarter maxheight (Russell Yanofsky)
… text e3c4f7e Correct help output for waitfor RPC commands (fanquake)
f26da35 Fix copypasted comment. (Pavel Janík)
5262a15 tx_valid: re-order inputs to how they are encoded (Daniel Cousens)
……tx). 2f2625a Removed using namespace std from bitcoin-cli/-tx and added std:: in appropriate places. (Karl-Johan Alm)
c7be56d net: push only raw data into CConnman (Cory Fields) 2ec935d net: add CVectorWriter and CNetMsgMaker (Cory Fields) b7695c2 net: No need to check individually for disconnection anymore (Cory Fields) fedea8a net: don't send any messages before handshake or after requested disconnect (Cory Fields) d74e352 net: Set feelers to disconnect at the end of the version message (Cory Fields)
…ux subsystem dd34570 doc: Improve windows build instructions using Linux subsystem (Wladimir J. van der Laan)
15fa95d Fix some typos (fsb4000)
498a1d7 Include select.h when WIN32 is not defined (Ivo van der Sangen)
3532818 bench: Add support for measuring CPU cycles (Wladimir J. van der Laan)
Needed by CMasternodePing
…tion declarations 446a8f9 Trivial refactor: Remove extern keyword from function declarations, as they are extern by default. (Karl-Johan Alm)
9e1f468 Fix calculation of number of bound sockets to use (Matt Corallo)
10ae7a7 Revert "Use async name resolving to improve net thread responsiveness" (Matt Corallo)
e878689 Make GUI incapable of setting tx confirm target of 1 (Alex Morcos) d824ad0 Disable fee estimates for a confirm target of 1 block (Alex Morcos)
fe37fbe bitcoin-cli: Make error message less confusing (Wladimir J. van der Laan)
b7aa290 unification of Bloom filter representation (S. Matthew English)
08ed8c1 Developer docs about existing subtrees. (Gregory Maxwell)
0828619 [qa] Dump debug logs on travis failures. (Suhas Daftuar)
facbfa5 [qa] Get rid of duplicate code (MarcoFalke) master (dashpay#1856) v0.13.1.0
…meter 'whitelist' 8a70a9d Improvement of documentation of command line parameter 'whitelist' (wodry)
Lost while backporting bitcoin#9183
Instead of deriving from CTransaction, we now have a CTransactionRef member in CTxLockCandidate. This is needed for the next backported PR bitcoin#8580, which will make CTransaction immutable. Also use CTransactionRef in CDarkSendEntry, CDarksendBroadcastTx and CPrivateSendServer
…tion This was missed in dashpay#1857. ConnectNode is doing the initial AddRef for outgoing connections. AcceptConnection also has to do an initial AddRef call for incoming connections.
ConnectNode is meant to be private and should not be leaked outside of CConnman. This leaking resulted in multiple problems with AddRef/Release behaviour. We use OpenNetworkConnectio/OpenMasternodeConnection from now on and use appropriate ForNode calls to access the CNode* instance. This commit also changes the behaviour for already connected nodes which are afterwards requested for a masternode connection. We don't set fMasternode=true anymore on such nodes, which means it won't be auto disconnected anymore from ProcessMasternodeConnections.
Absification of ONLY_MN_COLLATERAL after backports
CTransactionRef changes require header to be updated to suit premine disablement validation
This reverts commit c3fa9ab.
This reverts commit 4838d42.
This reverts commit 4dfa918.
Issues with bitcoin#8580, bitcoin#9296, and dash commits 4838d42 0d3a429 This must be fixed at a later date
V12.2.5 PR14.7.1
|
Issues with bitcoin#8580, bitcoin#9296, and dash commits 4838d42 This must be fixed at a later date |
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.
Continuation of Backports PR14