4326 Commits (8b11d3de7aa4fc3f6c4e7bf292495850034ded2c)

Author SHA1 Message Date
JaSK 53a2148f0c fixed bug where validateaddress doesn't display information 10 years ago
JaSK f28707a845 fixed bug in ListReceived() 10 years ago
JaSK 519dd1c89a Added MINE_ALL = (spendable|watchonly) 10 years ago
JaSK 23b0506c91 Fixed some stuff in TransactionDesc 10 years ago
JaSK 80dda36a07 removed default argument values for ismine filter 10 years ago
Pieter Wuille d5087d1ba0 Use script matching rather than destination matching for watch-only. 10 years ago
JaSK 0fa2f8899a added includedWatchonly argument to listreceivedbyaddress/...account 10 years ago
JaSK f87ba3df64 added includeWatchonly argument to 'gettransaction' because it affects balance calculation 10 years ago
JaSK a5c6c5d6df fixed tiny glitch and improved readability like laanwj suggested 10 years ago
JaSK d7d5d23b77 Added argument to listtransactions and listsinceblock to include watchonly addresses 10 years ago
JaSK 952877e01c Showing 'involvesWatchonly' property for transactions returned by 'listtransactions' and 'listsinceblock'. 10 years ago
JaSK 83f3543f20 Added argument to listaccounts to include watchonly addresses 10 years ago
JaSK d4640d7d8c Added argument to getbalance to include watchonly addresses and fixed errors in balance calculation. 10 years ago
JaSK d2692f6116 Watchonly transactions are marked in transaction history 10 years ago
JaSK ffd40da361 Watchonly balances are shown separately in gui. 10 years ago
Wladimir J. van der Laan 2935b21103 qt: Hide unspendable outputs in coin control 10 years ago
Pieter Wuille c8988460a2 Add support for watch-only addresses 10 years ago
Julian Haight dd49e92fb0
qt: fix 'opens in testnet mode when presented with a BIP-72 link with no fallback' 10 years ago
Wladimir J. van der Laan 2882d594fe
Fix the Qt5 build after d95ba75 10 years ago
Tom Harding 88dd3598d2 Check signatures before respend relay 10 years ago
Pieter Wuille fda3fed18a libsecp256k1 integration 10 years ago
Cory Fields 5566826635 secp256k1: Add build-side changes for libsecp256k1 10 years ago
Wladimir J. van der Laan 33fdd99288 qt: Change serious messages from qDebug to qWarning 10 years ago
Wladimir J. van der Laan d95ba75825 qt: Log messages with type>QtDebugMsg as non-debug 10 years ago
Wladimir J. van der Laan dd638dd712
typedef std::map<uint256, CCoins> to CCoinsMap 10 years ago
Philip Kaufmann 8d9cc7d743
fix copyright string in two of our *.rc files 10 years ago
Wladimir J. van der Laan 3faf1f8294
test: Fix warning about integer signedness in P2SH tests 10 years ago
Wladimir J. van der Laan 77888d68d5
Fix the build for Qt5 10 years ago
Pieter Wuille 236982c2b6 Add skiplist unit tests 10 years ago
Pieter Wuille c9a0918330 Add a skiplist to the CBlockIndex structure. 10 years ago
Pieter Wuille aa81564700 Track peers' available blocks 10 years ago
kazcw 16f33f163d fix RPC error replies 10 years ago
Pieter Wuille de79aaa7a9 Move non-trivial uint256.h methods to uint256.cpp 10 years ago
Michael Ford 675bcd5892 Correct comment for 15-of-15 p2sh script size 10 years ago
jtimon 645d497aa0 Replace HexBits with strprintf 10 years ago
R E Broadley 6ecf3edfee Display unknown commands received. 10 years ago
R E Broadley 0dd5d3a009 Show only one zero instead of many when getblocks request received with a hashStop of uint256(0) 10 years ago
Tom Harding 7a19efe040 Formatting, spelling, comment fixes. 10 years ago
Tom Harding 9004798e62 Add -respendnotify option and new RPC data 10 years ago
Tom Harding ada5a067c7 UI to alert of respend attempt affecting wallet. 10 years ago
Tom Harding d640a3ceab Relay double-spends, subject to anti-DOS 10 years ago
Tom Harding 8fbf03995d CBloomFilter::clear() method 10 years ago
Philip Kaufmann 33c62c9c0b set shutdown title to main window title 10 years ago
Philip Kaufmann 40a158e100 minor code format fix in rpc-related files 10 years ago
Jeff Garzik ed5769f536 Move AcceptedConnection class to rpcserver.h. 10 years ago
Jeff Garzik 854d013012 RPC code movement: separate out JSON-RPC execution logic from HTTP server logic 10 years ago
Jeff Garzik c912e22db0 RPC cleanup: Improve HTTP server replies 10 years ago
Jeff Garzik e35b37b1b8 RPC client: Simplify command line string-to-JSON-value conversion code 10 years ago
Whit J c598f2acdb Fixed captitalization in bitcoin-cli-res.rc 10 years ago
Huang Le caf6150e97 Use async name resolving to improve net thread responsiveness 10 years ago