aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-16Merge #10383: [logging] log system time and mock timeWladimir J. van der Laan
2017-05-15Merge #10380: [doc] Removing comments about dirty entries on txmempoolPieter Wuille
2017-05-15Merge #8704: [RPC] Transaction details in getblockWladimir J. van der Laan
2017-05-15tests: Correct testcase in script_tests.json for large number OP_EQUALWladimir J. van der Laan
2017-05-15Add logging to FinalizeNode()Suhas Daftuar
2017-05-15Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs a...Wladimir J. van der Laan
2017-05-13Replace boost::function with std::function (C++11)practicalswift
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 #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-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-10[logging] log system time and mock timeJohn Newbery
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-10[doc] Removing comments about dirty entries on txmempoolSimone Madeo
2017-05-09Merge #10371: [tests] Clean up addrman_tests.cppMarcoFalke
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-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
2017-05-08Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help.MarcoFalke
2017-05-07Merge #10351: removed unused code in INV messagePieter Wuille
2017-05-07Merge #10189: devtools/net: add a verifier for scriptable changes. Use it to ...Wladimir J. van der Laan
2017-05-07removed unused code in INV messageGreg Griffith