Skip to content

Conversation

@codablock
Copy link

Continuation of #1770

laanwj and others added 30 commits January 13, 2018 12:21
…atting of help

59daa58 RPC/Mining: getblocktemplate: Update and fix formatting of help (Luke Dashjr)
…e RPC request

e7156ad [RPC] pass HTTP basic authentication username to the JSONRequest object (Jonas Schnelli)
69d1c25 [RPC] Give RPC commands more information about the RPC request (Jonas Schnelli)
23c32a9 rpc: Change JSONRPCRequest to JSONRPCRequestObj (Wladimir J. van der Laan)
fc14609 RPC: augment getblockchaininfo bip9_softforks data (mruddy)
178cd88 Qt/splash: Specifically keep track of which wallet(s) we are connected to for later disconnecting (Luke Dashjr)
1880aeb Qt: Get the private key for signing messages via WalletModel (Luke Dashjr)
215caba Add consistency check to RPC call importmulti (Pedro Branco)
cb08fdb Add importmulti rpc call (Pedro Branco)
…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)
1ae5839 moveonly: move `coincontrol` to `src/wallet` (Wladimir J. van der Laan)
3a286ab Eliminating Inconsistencies in Textual Output (S. Matthew English)
…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)
0334430 Add some missing includes (Pieter Wuille)
4100499 Return shared_ptr<CTransaction> from mempool removes (Pieter Wuille)
51f2783 Make removed and conflicted arguments optional to remove (Pieter Wuille)
f48211b Bypass removeRecursive in removeForReorg (Pieter Wuille)
…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)
…(fanquake)

ba26d41 Update build notes for dropping osx 10.7 support (Michael Ford)
1c3ecc7 instance of 'mem pool' to 'mempool' (S. Matthew English)
169bdab Return useful error message on ATMP failure (instagibbs)
…nfirmation target

cfe77ef [Qt] overhaul smart-fee slider, adjust default confirmation target (Jonas Schnelli)
6f02899 [Qt] Hide nTxConfirmTarget behind WalletModel (Jonas Schnelli)
004168d CoinControl: add option for custom confirmation target (Jonas Schnelli)
7f61b49 Change all instance of 'GMT epoch' to 'Unix epoch' (matthias)
3333e5a [qt] Return useful error message on ATMP failure (MarcoFalke)
582068a Add mempool.dat to doc/files.md (Pieter Wuille)
3f78562 Add DumpMempool and LoadMempool (Pieter Wuille)
ced7c94 Add AcceptToMemoryPoolWithTime function (Pieter Wuille)
c3efb58 Add feedelta to TxMempoolInfo (Pieter Wuille)
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)
laanwj and others added 19 commits January 13, 2018 13:44
…oadBlockIndexDB()

d0b01f3 Explicitly pass const CChainParams& to LoadBlockIndexDB() (Geoffrey Tsui)
…pt wtx, flush thread)

cab1da7 [Wallet] Refactor wallet/init interaction (Reaccept wtx, flush thread) (Jonas Schnelli)
eedc461 Merge `doc/unit-tests.md` into `src/test/README.md` (Wladimir J. van der Laan)
0fdf810 wallet: Change default confirm target from 2 to 6 (Wladimir J. van der Laan)
2ca882a Declare wallet.h functions inline (Pieter Wuille)
…nistic randomness for the localnonce

59ac5c5 net: Use deterministic randomness for CNode's nonce, and make it const (Cory Fields)
aff6584 net: constify a few CNode vars to indicate that they're threadsafe (Cory Fields)
…connection failure

8f329f9 Add common failure cases for rpc server connection failure (instagibbs)
2b175d4 Clean up bctest.py and bitcoin-util-test.py (John Newbery)
190fd32 Remove unused CTxOut::GetHash() (Matt Corallo)
b3ddc5e LockedPool: avoid quadratic-time allocation (Kaz Wesley)
0b59f80 LockedPool: fix explosion for illegal-sized alloc (Kaz Wesley)
21b8f3d LockedPool: test handling of invalid allocations (Kaz Wesley)
4b04e32 [copyright] copyright header style uniform (isle2983)
66ca6cd Enforcing consistency, 'gitian' to 'Gitian' (S. Matthew English)
… archived release notes

faead5e [doc] release-process: Mention GitHub release and archived release notes (MarcoFalke)
…gers from contrib

1ee6f91 new var DIST_CONTRIB adds useful things for packagers from contrib/ to EXTRA_DIST (nomnombtc)
…izion

Matches Bitcoins style and makes upcoming backports easier
…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)
0bd581a add release notes for removal of priority estimation (Alex Morcos)
b2322e0 Remove priority estimation (Alex Morcos)
@codablock codablock force-pushed the pr_backport_bitcoin_0.14-5 branch from a5572c5 to d452018 Compare January 13, 2018 17:35
Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

see inline comments

feeStats.Read(filein);
priStats.Read(filein);
nBestSeenHeight = nFileBestSeenHeight;
if (nFileVersion < 139900) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

120300

try {
LOCK(cs);
fileout << 120000; // version required to read: 0.12.00 or later
fileout << 120201; // version required to read: 0.12.00 or later
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

120300

Makefile.am Outdated
OSX_QT_TRANSLATIONS = da,de,es,hu,ru,uk,zh_CN,zh_TW

DIST_DOCS = $(wildcard doc/*.md) $(wildcard doc/release-notes/*.md)
DIST_CONTRIB = $(top_srcdir)/contrib/bitcoin-cli.bash-completion \
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this block should be dashified

CoinControlDialog::coinControl->nMinimumTotalFee = 0;

// show the estimated reuquired time for confirmation
ui->confirmationTargetLabel->setText(GUIUtil::formatDurationStr(nConfirmTarget*600)+" / "+tr("%n block(s)", "", nConfirmTarget));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/600/Params().GetConsensus().nPowTargetSpacing/

@codablock
Copy link
Author

Pushed review fixes

Copy link

@UdjinM6 UdjinM6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slightly tested ACK

@UdjinM6 UdjinM6 added this to the 12.3 milestone Jan 14, 2018
@UdjinM6 UdjinM6 merged commit a3325fc into dashpay:develop Jan 14, 2018
@codablock codablock deleted the pr_backport_bitcoin_0.14-5 branch January 14, 2018 18:55
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.

5 participants