9643 Commits (18873373bde38a026f154c5878fedac6c2a04446)

Author SHA1 Message Date
James Evans 16d94d3d03 Fixing typo in rpcdump.cpp 8 years ago
Jorge Timón f285145764
Introduce static DoWarning (simplify UpdateTip) 8 years ago
Pieter Wuille 422634e2f5 Introduce Coin, a single unspent output 8 years ago
Pieter Wuille 7d991b55db Store/allow tx metadata in all undo records 8 years ago
Pieter Wuille c3aa0c1194 Report on-disk size in gettxoutsetinfo 8 years ago
Pieter Wuille d342424301 Remove/ignore tx version in utxo and undo 8 years ago
Pieter Wuille 7e00322906 Add specialization of SipHash for 256 + 32 bit data 8 years ago
Pieter Wuille e484652fc3 Introduce CHashVerifier to hash read data 8 years ago
Pieter Wuille f54580e7e4 error() in disconnect for disk corruption, not inconsistency 8 years ago
Pieter Wuille e66dbde6d1 Add SizeEstimate to CDBBatch 8 years ago
Pieter Wuille 010d68e802 Broadcast address every day, not 9 hours 8 years ago
Russell Yanofsky 88b8f0b682 Simplify feebumper minimum fee code slightly 8 years ago
Russell Yanofsky 620444bd59 Fix broken q4 test build 8 years ago
Russell Yanofsky 1b6602fbe6 Fix bumpfee rpc "errors" return value 8 years ago
Jonas Schnelli 6d7104c994
[Qt] make sure transaction table entry gets updated after bump 8 years ago
Jonas Schnelli 32325a3f58
[Qt] hide bump context menu action if tx already has been bumped 8 years ago
Wladimir J. van der Laan cd5622dcaf Make bitcoind invalid argument error message specific 8 years ago
Pieter Wuille 822755a424 Fix: make CCoinsViewDbCursor::Seek work for missing keys 8 years ago
Luke Dashjr 870824e919 RPC/Mining: Restore API compatibility for prioritisetransaction 8 years ago
Russell Yanofsky 5749a48821 Add Qt tests for wallet spends & bumpfee 8 years ago
practicalswift efc2e3302d [trivial] Fix three recently introduced typos 8 years ago
Matt Corallo 888cce57a6 Add perf counter data to GetStrongRandBytes state in scheduler 8 years ago
Matt Corallo 399fb8f2d0 Add internal method to add new random data to our internal RNG state 8 years ago
Ahmad Kazi 2300a5e13a [Trivial] Add BITCOIN_FS_H endif footer in fs.h 8 years ago
Pavel Janík 43c587738d Prevent shadowing the global dustRelayFee. 8 years ago
practicalswift 211adc074a Use range-based for loops (C++11) when looping over vector elements 8 years ago
practicalswift 693247b82b [test] Speed up fuzzing by ~200x when using afl-fuzz 8 years ago
Cory Fields 6b51b0a076 tests: fix spurious addrman test failure 8 years ago
Alex Morcos 307013469f Populate services in GetLocalAddress 8 years ago
practicalswift e49b868cfe [qt] Remove excess logic 8 years ago
Alex Morcos 8d4f401269 Fix timestamp in fee estimate debug message 8 years ago
Alex Morcos 38bc1ec4a4 Make more json-like output from estimaterawfee 8 years ago
Gregory Sanders 9f7341b078 Add witness data output to TxInError messages 8 years ago
Russell Yanofsky 108f04f2d9 Add missing LOCK2 in CWallet::GetAvailableBalance 8 years ago
Russell Yanofsky 429aa9eb51 [test] Move some tests from qt -> wallet 8 years ago
Russell Yanofsky d944bd7a27 [qt] Move some WalletModel functions into CWallet 8 years ago
Russell Yanofsky ef8ca179ef [test] Add tests for some walletmodel functions 8 years ago
Pedro Branco bc63d0ed3b Add query options to listunspent rpc call 8 years ago
Ryan Havar 0f1b26a5aa Fix docs (there's no rpc command setpaytxfee) 8 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
Russell Yanofsky 4d2d6045a4 Fix importmulti failure to return rescan errors 8 years ago
practicalswift 1b936f5926 Replace boost::function with std::function (C++11) 8 years ago