aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-12Use a verbosity instead of two verbose parametersAndrew Chow
2017-05-11remove minimum total fee optionGregory Sanders
2017-05-11Merge #10308: [wallet] Securely erase potentially sensitive keys/valuesWladimir J. van der Laan
2017-05-11Merge #10317: Remove unused Python importsWladimir J. van der Laan
2017-05-11Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::stri...Wladimir J. van der Laan
2017-05-11Output line to debug.log when IsInitialBlockDownload latches to falseAlex Morcos
2017-05-11Merge #10328: Update contrib/debian to latest Ubuntu PPA upload.Wladimir J. van der Laan
2017-05-11Make sure we re-check the conditions of a feebump during commitJonas Schnelli
2017-05-11Only update the transactionrecord if the fee bump has been commitedJonas Schnelli
2017-05-11Make sure we use nTxConfirmTarget during Qt fee bumpsJonas Schnelli
2017-05-11Make sure we always update the table row after a bumpfee callJonas Schnelli
2017-05-11Show old-fee, increase a new-fee in Qt fee bumper confirmation dialogJonas Schnelli
2017-05-11Add cs_wallet lock assertion to SignTransaction()Jonas Schnelli
2017-05-11[Qt] simple fee bumper with user verificationJonas Schnelli
2017-05-11Merge #10381: Shadowing warnings are not enabled by default, update doc accor...Wladimir J. van der Laan
2017-05-10[logging] log system time and mock timeJohn Newbery
2017-05-10Shadowing is not enabled by default, update doc accordingly.Pavel Janík
2017-05-10Comments and improved documentationAlex Morcos
2017-05-10minor cleanup: remove unnecessary variableAlex Morcos
2017-05-10Introduce a scale factorAlex Morcos
2017-05-10Historical block spanAlex Morcos
2017-05-10Clean up fee estimate debug printingAlex Morcos
2017-05-10Track first recorded heightAlex Morcos
2017-05-10Rewrite estimateSmartFeeAlex Morcos
2017-05-10Track failures in fee estimation.Alex Morcos
2017-05-10Expose estimaterawfeeAlex Morcos
2017-05-10minor refactor: explicitly track start of new bucket range and don't update c...Alex Morcos
2017-05-10Make EstimateMedianVal smarter about small failures.Alex Morcos
2017-05-10Refactor to update moving average on flyAlex Morcos
2017-05-10Change parameters for fee estimation and estimates on all 3 time horizons.Alex Morcos
2017-05-10Merge #10325: 0.15.0 Depends UpdatesWladimir J. van der Laan
2017-05-10[doc] Removing comments about dirty entries on txmempoolSimone Madeo
2017-05-09[test] Add test for getmemoryinfoJimmy Song
2017-05-09Merge #10371: [tests] Clean up addrman_tests.cppMarcoFalke
2017-05-09[tests] fix disconnect_ban intermittencyJohn Newbery
2017-05-09Merge #10361: qa: disablewallet: Check that wallet is really disabledMarcoFalke
2017-05-09Merge #10365: [tests] increase timeouts in sendheaders testMarcoFalke
2017-05-09[tests] Clean up addrman_tests.cppJimmy Song
2017-05-09Util: Small improvements in gArgs usageJorge Timón
2017-05-09Util: Put mapMultiArgs inside ArgsManagerJorge Timón
2017-05-09scripted-diff: Util: Encapsulate mapMultiArgs behind gArgsJorge Timón
2017-05-09Util: Create ArgsManager class...Jorge Timón
2017-05-09Merge #10338: Maintain state across GetStrongRandBytes callsPieter Wuille
2017-05-09Merge #10322: Use hardware timestamps in RNG seedingPieter Wuille
2017-05-09[tests] increase timeouts in sendheaders testJohn Newbery
2017-05-09[tests] Make wait_until timeout 60 seconds by defaultJohn Newbery
2017-05-09Merge #10287: [tests] Update Unit Test for addrman.h/addrman.cppMarcoFalke
2017-05-09Merge #8855: Use a proper factory for creating chainparamsWladimir J. van der Laan
2017-05-09Merge #9279: Consensus: Move CFeeRate out of libconsensusWladimir J. van der Laan
2017-05-08Add OSX keystroke to clear RPCConsoleSpencer Lievens