9459 Commits (e66dbde6d14cb5f253b3bf8850a98f4fda2d9f49)

Author SHA1 Message Date
Pieter Wuille e66dbde6d1 Add SizeEstimate to CDBBatch 7 years ago
Pieter Wuille 822755a424 Fix: make CCoinsViewDbCursor::Seek work for missing keys 7 years ago
Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee 7 years ago
practicalswift efc2e3302d [trivial] Fix three recently introduced typos 7 years ago
Matt Corallo 888cce57a6 Add perf counter data to GetStrongRandBytes state in scheduler 7 years ago
Matt Corallo 399fb8f2d0 Add internal method to add new random data to our internal RNG state 7 years ago
Ahmad Kazi 2300a5e13a [Trivial] Add BITCOIN_FS_H endif footer in fs.h 7 years ago
Pavel Janík 43c587738d Prevent shadowing the global dustRelayFee. 7 years ago
practicalswift 211adc074a Use range-based for loops (C++11) when looping over vector elements 7 years ago
practicalswift 693247b82b [test] Speed up fuzzing by ~200x when using afl-fuzz 7 years ago
Cory Fields 6b51b0a076 tests: fix spurious addrman test failure 7 years ago
Alex Morcos 307013469f Populate services in GetLocalAddress 7 years ago
practicalswift e49b868cfe [qt] Remove excess logic 7 years ago
Alex Morcos 38bc1ec4a4 Make more json-like output from estimaterawfee 7 years ago
Gregory Sanders 9f7341b078 Add witness data output to TxInError messages 7 years ago
Russell Yanofsky 108f04f2d9 Add missing LOCK2 in CWallet::GetAvailableBalance 7 years ago
Russell Yanofsky 429aa9eb51 [test] Move some tests from qt -> wallet 7 years ago
Russell Yanofsky d944bd7a27 [qt] Move some WalletModel functions into CWallet 7 years ago
Russell Yanofsky ef8ca179ef [test] Add tests for some walletmodel functions 7 years ago
Pedro Branco bc63d0ed3b Add query options to listunspent rpc call 7 years ago
Ryan Havar 0f1b26a5aa Fix docs (there's no rpc command setpaytxfee) 7 years ago
Russell Yanofsky 2a8e35a11d Fix importwallet edge case rescan bug 8 years ago
Jack Grigg 49a199bb51
torcontrol: Handle escapes in Tor QuotedStrings 8 years ago
Jack Grigg 0182a11737
torcontrol: Log invalid parameters in Tor reply strings where meaningful 8 years ago
Jack Grigg 0b6f40d4ca
torcontrol: Check for reading errors in ReadBinaryFile 8 years ago
Jack Grigg d63677bbb2
torcontrol: Fix ParseTorReplyMapping 8 years ago
Jack Grigg 29f3c20078
torcontrol: Add unit tests for Tor reply parsers 8 years ago
Jack Grigg d8e03c0340
torcontrol: Improve comments 8 years ago
Wladimir J. van der Laan 2f84cf6654 tests: Correct testcase in script_tests.json for large number OP_EQUAL 8 years ago
Suhas Daftuar 1530bfc72d Add logging to FinalizeNode() 8 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 8 years ago
Andrew Chow e3c9f2ddb1 Use a verbosity instead of two verbose parameters 8 years ago
Gregory Sanders 091a9ae21c remove minimum total fee option 8 years ago
Alex Morcos 65d484adf9 Output line to debug.log when IsInitialBlockDownload latches to false 8 years ago
Jonas Schnelli a38783747b
Make sure we re-check the conditions of a feebump during commit 8 years ago
Jonas Schnelli 9b9ca538cd
Only update the transactionrecord if the fee bump has been commited 8 years ago
Jonas Schnelli 6ed4368f12
Make sure we use nTxConfirmTarget during Qt fee bumps 8 years ago
Jonas Schnelli be08fc39d0
Make sure we always update the table row after a bumpfee call 8 years ago
Jonas Schnelli 2678d3dc63
Show old-fee, increase a new-fee in Qt fee bumper confirmation dialog 8 years ago
Jonas Schnelli 2ec911f60d
Add cs_wallet lock assertion to SignTransaction() 8 years ago
Jonas Schnelli fbf385cc83
[Qt] simple fee bumper with user verification 8 years ago
John Newbery 761392db3a [logging] log system time and mock time 8 years ago
Alex Morcos 2d2e17052c Comments and improved documentation 8 years ago
Alex Morcos ef589f8d40 minor cleanup: remove unnecessary variable 8 years ago
Alex Morcos 3ee76d6de5 Introduce a scale factor 8 years ago
Alex Morcos 5f1f0c6490 Historical block span 8 years ago
Alex Morcos aa19b8ea44 Clean up fee estimate debug printing 8 years ago
Alex Morcos 10f7cbd247 Track first recorded height 8 years ago
Alex Morcos 3810e976d6 Rewrite estimateSmartFee 8 years ago
Alex Morcos c7447ec303 Track failures in fee estimation. 8 years ago