6112 Commits (7a7e68d1e2b3d7ca5899da2921a5afe5073a26f0)

Author SHA1 Message Date
Mark Friedenbach e846b2a1e9 Correct a possibly intentional pun that is nevertheless hard to read: "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime. 9 years ago
Veres Lajos 9f68ed6b6d typofixes (found by misspell_fixer) 9 years ago
Pavel Janík e0862c0933 Reformat validateaddress help, add missing iswatchonly description. 9 years ago
Matt Corallo d04285430d SQUASH "Implement watchonly support in fundrawtransaction" 10 years ago
Matt Corallo 428a898acd SQUASH "Add have-pubkey distinction to ISMINE flags" 10 years ago
Daniel Kraft 69c3bde448 Add some const declarations where they are appropriate. 10 years ago
Cory Fields 9493803f4a Revert "Revert "Assert on probable deadlocks if the second lock isnt try_lock"" 10 years ago
Cory Fields 605433ffb5 locks: don't lock cs_wallet before making rpc calls 10 years ago
Philip Kaufmann 54bd28fa75 [Qt] show client user agent in debug window 10 years ago
Pavel Janík 627468d2ea Add support for data-based outputs (OP_RETURN) to bitcoin-tx. 10 years ago
Pavel Janík d7078533eb Add OP_RETURN support in createrawtransaction RPC call, add tests. 10 years ago
Wladimir J. van der Laan a4fe57da62
Revert "Assert on probable deadlocks if the second lock isnt try_lock" 10 years ago
Wladimir J. van der Laan fbf44e6f3e Add debug message to CValidationState for optional extra information 10 years ago
Casey Rodarmor 231c5601a1 Use unique name for AlertNotify tempfile 10 years ago
Wladimir J. van der Laan 5922b6774e Add assertion and cast before sending reject code 10 years ago
Pavol Rusnak 7b79cbd722 limit total length of user agent comments 10 years ago
Marco df9c2ee1c9 [Qt] replace wifi icon with network symbol 10 years ago
Marco 9142867572 [QT] cleanup icons 10 years ago
Ross Nicoll 9ca7857df7 Rationalize currency unit to "BTC" 10 years ago
Matt Quinn 19dd40a25f Consolidate individual references to the current maximum peer connection 10 years ago
Casey Rodarmor f261f19b4b Give a better error message if system clock is bad 10 years ago
Wladimir J. van der Laan f18b8ec7cf Make sure LogPrintf strings are line-terminated 10 years ago
Wladimir J. van der Laan a8d0407c4f Move recentRejects initialization to top of InitBlockIndex 10 years ago
Pavol Rusnak 557f8eac7a implement uacomment config parameter 10 years ago
Wladimir J. van der Laan eec7757445 qt: Introduce PlatformStyle 10 years ago
Daniel Kraft 5fb5c9b213 Clean up chainparams some more. 10 years ago
Adam Weiss f0cba6f8eb Delay initial pruning until after wallet init 10 years ago
Peter Todd 0847d9cb5f
Keep track of recently rejected transactions 10 years ago
Cory Fields 17221bf77e chainparams: don't use std namespace 10 years ago
Cory Fields f0deec572b chainparams: move CCheckpointData into chainparams.h 10 years ago
Pieter Wuille eddaba7b56
Revert "Cache transaction validation successes" 10 years ago
Casey Rodarmor 17ac0f4025 Avoid leaking file descriptors in RegisterLoad 10 years ago
Pavel Vasin 5e56ef5152 qt: use CHashWriter also in SignVerifyMessageDialog 10 years ago
Pieter Wuille d741371d7d Only use randomly created nonces in CRollingBloomFilter. 10 years ago
Peter Todd d2d7ee0e86 Make CRollingBloomFilter set nTweak for you 10 years ago
Pieter Wuille a3d65fedaa Reuse vector hashing code for uint256 10 years ago
Peter Todd bbe41088c6 Add uint256 support to CRollingBloomFilter 10 years ago
Gavin Andresen 517e6dd256 Unit test doublespends in new blocks 10 years ago
Pieter Wuille 17b11428c1 Cache transaction validation successes 10 years ago
Wladimir J. van der Laan c38c49d0b7 Fix argument parsing oddity with -noX 10 years ago
Wladimir J. van der Laan 614601be8f rpc: Accept strings in AmountFromValue 10 years ago
Jonas Schnelli 6f8b6d339b don't try to decode invalid encoded ext keys 10 years ago
Philip Kaufmann ed166dfa82 [Qt] allow users to set -onion via GUI 10 years ago
Cory Fields fe997dfd12 build: fix building against qt5.4/5.5 10 years ago
Jorge Timón 60c8bac77c Includes: Cleanup around net main and wallet 10 years ago
Jorge Timón 9dd793f499 TRIVIAL: Missing includes 10 years ago
Jonas Schnelli 8d2af54ecc extend bip32 tests to cover Base58c/CExtKey decode 10 years ago
Jonas Schnelli 7cb1f9f7eb fix and extend CBitcoinExtKeyBase template 10 years ago
Matt Corallo 0fcc4e1e04 Assert on probable deadlocks if the second lock isnt try_lock 10 years ago
Ross Nicoll c433828df9 Handle no chain tip available in InvalidChainFound() 10 years ago