4563 Commits (e2a98d270d511711111a54f350c25733bc15a5b2)

Author SHA1 Message Date
Philip Kaufmann 3d0e92dc83 [Qt] remove dup includes in bitcoingui 10 years ago
Wladimir J. van der Laan 2ec5a3d212
rpc: Prevent easy memory exhaustion attack 10 years ago
R E Broadley 2e36866fec Show nodeid instead of addresses (for anonymity) unless otherwise requested. 10 years ago
Gavin Andresen 13fc83c77b
Move fee policy out of core 10 years ago
Gavin Andresen 4b7b1bb1ac
Sanity checks for estimates 10 years ago
Gavin Andresen b33d1f5ee5
Use fee/priority estimates in wallet CreateTransaction 10 years ago
Wladimir J. van der Laan 4278b1df45
Clarify error message when invalid -rpcallowip 10 years ago
jtimon 834e46e847 CBlockIndex()::SetNull() method to avoid code repetition 10 years ago
Tom Harding 0da6b3fd18 Remove signal DoubleSpendDetected, use function 10 years ago
JaSK a3e192a327 replaced MINE_ with ISMINE_ 10 years ago
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