13996 Commits (e4bc19f6f89d54483d0e69cb507956f42c197837)
 

Author SHA1 Message Date
Wladimir J. van der Laan e4775167cb
Merge #10390: [wallet] remove minimum total fee option 7 years ago
Wladimir J. van der Laan 217b416c72
Merge #10415: [tests] Speed up fuzzing by ~200x when using afl-fuzz 7 years ago
Wladimir J. van der Laan 6512913830
Merge #10424: Populate services in GetLocalAddress 7 years ago
MarcoFalke 8e5725666b
Merge #10433: [tests] improve tmpdir structure 7 years ago
MarcoFalke a4ca0b0423
Merge #10431: Prevent shadowing the global dustRelayFee 7 years ago
Wladimir J. van der Laan 6b99dafe42
Merge #10429: tests: fix spurious addrman test failure 7 years ago
Wladimir J. van der Laan 993a1d710e
Merge #10432: [Trivial] Add BITCOIN_FS_H endif footer in fs.h 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
John Newbery b040243cc3 [tests] improve tmpdir structure 7 years ago
Alex Morcos 307013469f Populate services in GetLocalAddress 7 years ago
Wladimir J. van der Laan ea6fde3f1d
Merge #8329: Consensus: MOVEONLY: Move functions for tx verification 7 years ago
practicalswift e49b868cfe [qt] Remove excess logic 7 years ago
Wladimir J. van der Laan 28c6e8d71b
Merge #10408: Net: Improvements to Tor control port parser 7 years ago
Jonas Schnelli 962cd3f058
Merge #9697: [Qt] simple fee bumper with user verification 7 years ago
Wladimir J. van der Laan 2acface32a
Merge #9750: Bloomfilter: parameter variables made constant 7 years ago
Pieter Wuille ae786098bc
Merge #10061: [net] Added SetSocketNoDelay() utility function 7 years ago
Pieter Wuille c33652576c
Merge #10395: Replace boost::function with std::function (C++11) 7 years ago
Pieter Wuille e317c0d192
Merge #8384: Add witness data output to TxInError messages 7 years ago
Pieter Wuille bee3529971
Merge #10196: Bugfix: PrioritiseTransaction updates the mempool tx counter 7 years ago
Pieter Wuille 318ea50a1c
Merge #10199: Better fee estimates 7 years ago
Alex Morcos 38bc1ec4a4 Make more json-like output from estimaterawfee 7 years ago
Wladimir J. van der Laan e61fc2d7cb
Merge #10414: [depends] miniupnpc 2.0.20170509 7 years ago
Gregory Sanders 6e9e026656 Expand signrawtransaction.py to cover error witness checking 7 years ago
Gregory Sanders 9f7341b078 Add witness data output to TxInError messages 7 years ago
Wladimir J. van der Laan ea1fd43bb9
Merge #10257: [test] Add test for getmemoryinfo 7 years ago
fanquake af5d48c9a0
[depends] miniupnpc 2.0.20170509 7 years ago
Russell Yanofsky 108f04f2d9 Add missing LOCK2 in CWallet::GetAvailableBalance 7 years ago
Wladimir J. van der Laan 526e8390e6
Merge #10388: Output line to debug.log when IsInitialBlockDownload latches to false 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
Wladimir J. van der Laan 32f671b141
Merge #10319: Remove unused argument from MarkBlockAsInFlight(...) 7 years ago
Wladimir J. van der Laan d25449f858
Merge #7522: Bugfix: Only use git for build info if the repository is actually the right one 7 years ago
Wladimir J. van der Laan 0542978aae
Merge #10405: tests: Correct testcase in script_tests.json for large number OP_EQUAL 7 years ago
Wladimir J. van der Laan 08ac35a7e3
Merge #10413: Fix docs (there's no rpc command setpaytxfee) 7 years ago
Wladimir J. van der Laan 9390845c53
Merge #8952: Add query options to listunspent RPC call 7 years ago
Pedro Branco bc63d0ed3b Add query options to listunspent rpc call 7 years ago
Wladimir J. van der Laan 541199788c
Merge #10374: qa: Warn when specified test is not found 7 years ago
Wladimir J. van der Laan b45a52aeff
Merge #10404: doc: Add logging to FinalizeNode() 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 7 years ago
Jonas Schnelli 95546c859b
Merge #10362: [GUI] Add OSX keystroke to RPCConsole info 7 years ago
Jack Grigg 49a199bb51
torcontrol: Handle escapes in Tor QuotedStrings 7 years ago
Jack Grigg 0182a11737
torcontrol: Log invalid parameters in Tor reply strings where meaningful 7 years ago
Jack Grigg 0b6f40d4ca
torcontrol: Check for reading errors in ReadBinaryFile 7 years ago
Jack Grigg d63677bbb2
torcontrol: Fix ParseTorReplyMapping 7 years ago