Skip to content

Conversation

@CryptoCentric
Copy link

Continuation of Backports PR14

MarcoFalke and others added 30 commits February 25, 2019 11:02
…top of bitcoin#9196)

1126c85 [qa] Change sync_blocks to pick smarter maxheight (Russell Yanofsky)
d2b88f9 Move orphan-conflict removal from main logic into a callback 
(Matt Corallo)
97e2802 Erase orphans per-transaction instead of per-block (Matt 
Corallo)
ec4525c Move orphan processing to ActivateBestChain (Matt Corallo)
… 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)
dfed983 Fix unlocked access to vNodes.size() (Matt Corallo)
3033522 Remove double brackets in addrman (Matt Corallo)
dbfaade Fix AddrMan locking (Matt Corallo)
047ea10 Make fImporting an std::atomic (Matt Corallo)
42071ca Make fDisconnect an std::atomic (Matt Corallo)
3532818 bench: Add support for measuring CPU cycles (Wladimir J. van der Laan)
… after datadir lock errors

deec83f init: Get rid of fServer flag (Wladimir J. van der Laan)
16ca0bf init: Try to aquire datadir lock before and after daemonization 
(Wladimir J. van der Laan)
0cc8b6b init: Split up AppInit2 into multiple phases (Wladimir J. va
Needed by CMasternodePing
…tion declarations

446a8f9 Trivial refactor: Remove extern keyword from function declarations, as they are extern by default. (Karl-Johan Alm)
bdb922b Remove pnodeLocalHost. (Gregory Maxwell)
083f203 Remove fNetworkNode. (Gregory Maxwell)
8b22efb Make fStartedNewLine an std::atomic_bool (Matt Corallo)
507145d Fix race when accessing std::locale::classic() (Matt Corallo)
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)
81e3228 Make CTransaction actually immutable (Pieter Wuille)
42fd8de Make DecodeHexTx return a CMutableTransaction (Pieter Wuille)
c3f5673 Make CWalletTx store a CTransactionRef instead of inheriting (Pieter Wuille)
a188353 Switch GetTransaction to returning a CTransactionRef (Pieter Wuille)
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
codablock and others added 26 commits February 25, 2019 18:07
30b620c remove obsolete run-bitcoind-for-test.sh (Alex Morcos)
2a99522 remove relaypriority from rpc tests (Alex Morcos)
e2184cc Reorder RPC tests for running time (Alex Morcos)
…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
Issues with bitcoin#8580, bitcoin#9296, and dash commits 4838d42
0d3a429

This must be fixed at a later date
@CryptoCentric
Copy link
Author

Issues with bitcoin#8580, bitcoin#9296, and dash commits 4838d42
0d3a429

This must be fixed at a later date

@CryptoCentric CryptoCentric merged commit 1a5e152 into master Feb 26, 2019
@CryptoCentric CryptoCentric deleted the v12.2.5PR14.7 branch February 26, 2019 12:37
@CryptoCentric CryptoCentric restored the v12.2.5PR14.7 branch March 4, 2019 20:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants