14154 Commits (8e69adc6651ed533a014d883f06be33c468cf2db)
 

Author SHA1 Message Date
Pieter Wuille b6ee855b41
Merge #10380: [doc] Removing comments about dirty entries on txmempool 7 years ago
MarcoFalke 8bd16ee12f
Merge #10376: [tests] fix disconnect_ban intermittency 7 years ago
Wladimir J. van der Laan 96c850c209
Merge #8704: [RPC] Transaction details in getblock 7 years ago
Wladimir J. van der Laan 2f84cf6654 tests: Correct testcase in script_tests.json for large number OP_EQUAL 7 years ago
Suhas Daftuar 1530bfc72d Add logging to FinalizeNode() 7 years ago
Russell Yanofsky 4d2d6045a4 Fix importmulti failure to return rescan errors 7 years ago
Wladimir J. van der Laan 41987aa92f
Merge #9494: Introduce an ArgsManager class encapsulating cs_args, mapArgs and mapMultiArgs 7 years ago
MarcoFalke 87abe20fc1
Merge #10253: [test] Add test for getnetworkhashps 7 years ago
MarcoFalke fac79e4d18 qa: Warn when specified test is not found 7 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 7 years ago
Andrew Chow e3c9f2ddb1 Use a verbosity instead of two verbose parameters 7 years ago
Gregory Sanders 091a9ae21c remove minimum total fee option 7 years ago
Wladimir J. van der Laan 94e52273f3
Merge #10308: [wallet] Securely erase potentially sensitive keys/values 7 years ago
Wladimir J. van der Laan eb8263bdc9
Merge #10317: Remove unused Python imports 7 years ago
Wladimir J. van der Laan 18c9debe60
Merge #10341: rpc/wallet: Workaround older UniValue which returns a std::string temporary for get_str 7 years ago
Alex Morcos 65d484adf9 Output line to debug.log when IsInitialBlockDownload latches to false 7 years ago
Wladimir J. van der Laan 79aeff6e08
Merge #10328: Update contrib/debian to latest Ubuntu PPA upload. 7 years ago
Jonas Schnelli a38783747b
Make sure we re-check the conditions of a feebump during commit 7 years ago
Jonas Schnelli 9b9ca538cd
Only update the transactionrecord if the fee bump has been commited 7 years ago
Jonas Schnelli 6ed4368f12
Make sure we use nTxConfirmTarget during Qt fee bumps 7 years ago
Jonas Schnelli be08fc39d0
Make sure we always update the table row after a bumpfee call 7 years ago
Jonas Schnelli 2678d3dc63
Show old-fee, increase a new-fee in Qt fee bumper confirmation dialog 7 years ago
Jonas Schnelli 2ec911f60d
Add cs_wallet lock assertion to SignTransaction() 7 years ago
Jonas Schnelli fbf385cc83
[Qt] simple fee bumper with user verification 7 years ago
Wladimir J. van der Laan 7f2b9e0868
Merge #10381: Shadowing warnings are not enabled by default, update doc accordingly 7 years ago
John Newbery 761392db3a [logging] log system time and mock time 7 years ago
Pavel Janík f203ecc621 Shadowing is not enabled by default, update doc accordingly. 7 years ago
Alex Morcos 2d2e17052c Comments and improved documentation 7 years ago
Alex Morcos ef589f8d40 minor cleanup: remove unnecessary variable 7 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 7 years ago
Alex Morcos 5f1f0c6490 Historical block span 7 years ago
Alex Morcos aa19b8ea44 Clean up fee estimate debug printing 7 years ago
Alex Morcos 10f7cbd247 Track first recorded height 7 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 7 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 7 years ago
Alex Morcos 4186d3fdfd Expose estimaterawfee 7 years ago
Alex Morcos 2681153af3 minor refactor: explicitly track start of new bucket range and don't update curNearBucket on final loop. 7 years ago
Alex Morcos 1ba43cc0ec Make EstimateMedianVal smarter about small failures. 7 years ago
Alex Morcos d3e30bca1b Refactor to update moving average on fly 7 years ago
Alex Morcos e5007bae35 Change parameters for fee estimation and estimates on all 3 time horizons. 7 years ago
Wladimir J. van der Laan a26280bc14
Merge #10325: 0.15.0 Depends Updates 7 years ago
Simone Madeo 4f3782ed67 [doc] Removing comments about dirty entries on txmempool 7 years ago
Jimmy Song d4668f35ab [test] Add test for getmemoryinfo 7 years ago
MarcoFalke 4b766fcdd4
Merge #10371: [tests] Clean up addrman_tests.cpp 7 years ago
John Newbery 3ba2c08980 [tests] fix disconnect_ban intermittency 7 years ago
MarcoFalke f6241b3e42
Merge #10361: qa: disablewallet: Check that wallet is really disabled 7 years ago
MarcoFalke 7ee5236048
Merge #10365: [tests] increase timeouts in sendheaders test 7 years ago
Jimmy Song a80f295666 [tests] Clean up addrman_tests.cpp 7 years ago
Jorge Timón 78da882edd
Util: Small improvements in gArgs usage 7 years ago
Jorge Timón 52922456b8
Util: Put mapMultiArgs inside ArgsManager 7 years ago