forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 4
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
V12.2.5 PR14.5 #2
Merged
Merged
Conversation
This file contains 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
fc14609 RPC: augment getblockchaininfo bip9_softforks data (mruddy)
…rator!=, which is only in newer boost versions 7942d31 RPC: importmulti: Avoid using boost::variant::operator!=, which is only in newer boost versions (Luke Dashjr)
3a286ab Eliminating Inconsistencies in Textual Output (S. Matthew English)
1ae5839 moveonly: move `coincontrol` to `src/wallet` (Wladimir J. van der Laan)
…returned in txOut 1d8e12b Fix doxygen comment: the transaction is returned in txOut (Pavel Janík)
3421e74 Clarify `listenonion` (unsystemizer)
…ions. 515e264 Make connect=0 disable automatic outbound connections. (Gregory Maxwell)
…atch Linux 3f7581d [TRIVIAL] reorder Windows gitian build order to match Linux (Micha)
…sschnelli) 339c4b6 release: bump required osx version to 10.8. Credit jonasschnelli. (Cory Fields)
…essage 04c1c15 rpc: Remove invalid explanation from wallet fee message (Wladimir J. van der Laan)
Intel processors only.
1c3ecc7 instance of 'mem pool' to 'mempool' (S. Matthew English)
169bdab Return useful error message on ATMP failure (instagibbs)
7f61b49 Change all instance of 'GMT epoch' to 'Unix epoch' (matthias)
3333e5a [qt] Return useful error message on ATMP failure (MarcoFalke)
6c5cd9d test: Add format-dependent comparison to bctest (Wladimir J. van der Laan)
444c673 bench: Add benchmark for lockedpool allocation/deallocation (Wladimir J. van der Laan) 6567999 rpc: Add `getmemoryinfo` call (Wladimir J. van der Laan) 4536148 support: Add LockedPool (Wladimir J. van der Laan) f4d1fc2 wallet: Get rid of LockObject and UnlockObject calls in key.h (Wladimir J. van der Laan) 999e4c9 wallet: Change CCrypter to use vectors with secure allocator (Wladimir J. van der Laan)
…f MAP_ANONYMOUS is not defined 4a9f3c5 Do not shadow variable, use deprecated MAP_ANON if MAP_ANONYMOUS is not defined. (Pavel Janík)
…t headers in source files 159597a [devtools] script support for managing source file copyright headers (isle2983)
86029e7 Move CWalletDB::ReorderTransactions to CWallet (Patrick Strateman)
32c0d6e Add logging to bitcoin-util-test.py (jnewbery)
2b175d4 Clean up bctest.py and bitcoin-util-test.py (John Newbery)
190fd32 Remove unused CTxOut::GetHash() (Matt Corallo)
4b04e32 [copyright] copyright header style uniform (isle2983)
66ca6cd Enforcing consistency, 'gitian' to 'Gitian' (S. Matthew English)
…lease notes (MarcoFalke)
…gers from contrib 1ee6f91 new var DIST_CONTRIB adds useful things for packagers from contrib/ to EXTRA_DIST (nomnombtc)
…ttemptToEvict. d32036a Use RelevantServices instead of node_network in AttemptToEvict. (Gregory Maxwell)
…only. 1f951c6 Allow filterclear messages for enabling TX relay only. (R E Broadley)
Matches Bitcoins style and makes upcoming backports easier
DIST_CONTRIB in Makefile.am
…atting of help 59daa58 RPC/Mining: getblocktemplate: Update and fix formatting of help (Luke Dashjr)
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.
Further Backports from Bitcoin PR14