forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Backport missing PRs from Bitcoin 0.14 - Part 6 #1852
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
UdjinM6
merged 48 commits into
dashpay:develop
from
codablock:pr_backport_bitcoin_0.14-6
Jan 16, 2018
Merged
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
2933334
Merge #8981: Wshadow: Do not shadow argument with a local variable
laanwj 2342b2a
Merge #9094: qt: Use correct conversion function for boost::path datadir
jonasschnelli 3d7bb9c
Merge #9077: [qa] Increase wallet-dump RPC timeout
9b8cc0b
Merge #9045: Hash P2P messages as they are received instead of at pro…
sipa 705057f
Merge #9095: test: Fix test_random includes
jonasschnelli 1121f2f
Merge #9098: [qa] Handle zombies and cluttered tmpdirs
laanwj 19a2d66
Merge #9039: Various serialization simplifcations and optimizations
laanwj 7765c87
Remove nType and nVersion from Dash related serialization code
codablock 5917290
Merge #8794: Enable -Wshadow by default
laanwj b64452a
Revert "Check and enable -Wshadow by default."
laanwj 161fa91
Merge #9111: Remove unused variable UNLIKELY_PCT from fees.h
laanwj 56ed800
Merge #8894: [Testing] Include fRelay in mininode version messages
laanwj 5f69086
Merge #9121: Initialize variable to prevent compiler warning
laanwj ec08f5b
Merge #9122: fix getnettotals RPC description about timemillis.
3a388d9
Merge #9097: [qa] Rework sync_* and preciousblock.py
a9aa477
Merge #9049: Remove duplicatable duplicate-input check from CheckTran…
laanwj 8b7eeb6
Merge #9115: Mention reporting security issues responsibly
laanwj db516cf
Merge #9124: Use better name for local variable to prevent -Wshadow c…
laanwj 2b99a4b
Merge #9145: [qt] Make network disabled icon 50% opaque
jonasschnelli 12883cf
Merge #9136: sync_blocks cleanup
a9c3544
Merge #9140: Bugfix: Correctly replace generated headers and fail cle…
laanwj c12eb7f
Put namespace{} around alertTests.raw.h include
codablock dc4fdd9
Merge #9164: [trivial] credit values are CAmount
sipa e711f4a
Merge #9151: [qa] proxy_test: Calculate hardcoded port numbers
laanwj 0932079
Merge #9131: fNetworkActive is not protected by a lock, use an atomic
laanwj 9b9d3d1
Merge #9133: Unset fImporting for loading mempool
laanwj a9a2db9
Merge #9168: [qa] add assert_raises_message to check specific error m…
2f95284
Merge #9156: Add compile and link options echo to configure
laanwj c937a0b
Merge #9186: test: Fix use-after-free in scheduler tests
laanwj f12610c
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
laanwj afa99c4
Merge #9117: net: don't send feefilter messages before the version ha…
laanwj 726dd1f
Merge #9179: Set DEFAULT_LIMITFREERELAY = 0 kB/minute
laanwj e5cc7d0
Merge #8872: Remove block-request logic from INV message processing
laanwj 507c4e5
Merge #9185: [Qt] fix coincontrol sort issue
jonasschnelli 481bab7
Merge #9200: bench: Fix subtle counting issue when rescaling iteratio…
laanwj ce3f38d
Merge #9025: getrawtransaction should take a bool for verbose
laanwj 4e1c192
Merge #9142: Move -salvagewallet, -zap(wtx) to where they belong
laanwj d757c89
Merge #9141: Remove unnecessary calls to CheckFinalTx
laanwj 2d87a0f
Merge #8690: Do not fully sort all nodes for addr relay
laanwj 898bd43
Merge #9204: Clarify CreateTransaction error messages
laanwj 796bed1
Merge #9207: [Doc] Move comments above bash command in build-unix
laanwj e02f313
Mogrify and optimize network_disabled.png and copy it to all themes
codablock 07cd44c
Use MakeTransactionRef in CreateDevNetGenesisBlock
codablock 76d7730
Dashify ISSUE_TEMPLATE.md
codablock 9170c0e
Fix rpc tests
codablock d0a39fb
Use "Dash Core" instead of "dash-core" in some places and Dashify
codablock 7939a23
Use std::move when calling MakeTransactionRef
codablock b6ea01e
Remove namespace alert_tests when including alert test data
codablock File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we dashify
bitcoindshere?Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We normally don't Dashify source comments. Only user facing strings and documentation is Dashified.