10837 Commits (0f616517e1f24a270b4599b04e16f21f7137d77e)

Author SHA1 Message Date
MeshCollider 2f3bd47d44 Abstract directory locking into util.cpp 7 years ago
MeshCollider 5260a4aca1 Make .walletlock distinct from .lock 7 years ago
MeshCollider 64226de908 Generalise walletdir lock error message for correctness 7 years ago
MeshCollider e60cb99c58 Add a lock to the wallet directory 7 years ago
Jonas Schnelli 59f9e2aaf3
Use flexible font size for QRCode image address 7 years ago
Suhas Daftuar 0a22a52918 Use mempool's ancestor sort in transaction selection 7 years ago
mruddy 5f911c5cc2 trivial: fix address_type help text of getnewaddress and getrawchangeaddress 7 years ago
Suhas Daftuar 7abfa538b5 Add test for new ancestor feerate sort behavior 7 years ago
Jan Sarenik 648bdc8cc0 Trivial: Fix #include sys/fcntl.h to just fcntl.h (without sys/) 7 years ago
Andrew Chow 0b63e3c7b2 Clamp walletpassphrase timeout to 2^(30) seconds and check its bounds 7 years ago
Alin Rus a73aab7cd8 Use the character based overload for std::string::find. 7 years ago
Andrew Chow 1df206f854 Disallow using addresses in createmultisig 7 years ago
Russell Yanofsky f765bb3788 Fix ListCoins test failure due to unset g_address_type, g_change_type 7 years ago
Pieter Wuille 7ee54fd7c7 Support downgrading after recovered keypool witness keys 7 years ago
Pieter Wuille 940a21932b SegWit wallet support 7 years ago
Pieter Wuille f37c64e477 Implicitly know about P2WPKH redeemscripts 7 years ago
Pieter Wuille cf2c0b6f5c Support P2WPKH and P2SH-P2WPKH in dumpprivkey 7 years ago
Pieter Wuille 37c03d3e05 Support P2WPKH addresses in create/addmultisig 7 years ago
Suhas Daftuar 9a51319578 Sort mempool by min(feerate, ancestor_feerate) 7 years ago
Suhas Daftuar 6773f92b30 Refactor CompareTxMemPoolEntryByDescendantScore 7 years ago
Suhas Daftuar 8e617e3708 Remove unused mempool index 7 years ago
donaloconnor 30ded3e3d8 [Refactor] Remove unused fQuit var from checkqueue.h 7 years ago
251 8a93543419 Replaces numbered place marker %2 with %1. 7 years ago
Chris Stewart 18be3ab139 Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json 7 years ago
Anthony Towns c99a3c32c8 [tests] util_tests.cpp: actually check ignored args 7 years ago
Pieter Wuille 3eaa003c88 Extend validateaddress information for P2SH-embedded witness 7 years ago
Pieter Wuille 30a27dc5b1 Expose method to find key for a single-key destination 7 years ago
Pieter Wuille 985c79552c Improve witness destination types and use them more 7 years ago
Pieter Wuille cbe197470e [refactor] GetAccount{PubKey,Address} -> GetAccountDestination 7 years ago
Pieter Wuille 0c8ea6380c Abstract out IsSolvable from Witnessifier 7 years ago
251 0d663f8197 Fixes issue #12067 `sendmany` curl example is wrong. 7 years ago
Akira Takizawa 595a7bab23 Increment MIT Licence copyright header year on files modified in 2017 7 years ago
251 6dda059bde [qt] Simplifies boolean expression model && model->haveWatchOnly() 7 years ago
Jeff Rade aad309065d [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolminfee help description 7 years ago
William Casarin 275b2eeed4 [qt] change µBTC to bits 7 years ago
Matt Corallo 97d2b09c12 Add helper to wait for validation interface queue to catch up 7 years ago
Matt Corallo 36137497f1 Block ActivateBestChain to empty validationinterface queue 7 years ago
Matt Corallo 5a933cefcc Add an interface to get the queue depth out of CValidationInterface 7 years ago
Matt Corallo a99b76f269 Require no cs_main lock for ProcessNewBlock/ActivateBestChain 7 years ago
Matt Corallo a734896038 Avoid cs_main in net_processing ActivateBestChain calls 7 years ago
Matt Corallo 66aa1d58a1 Refactor ProcessGetData in anticipation of avoiding cs_main for ABC 7 years ago
Matt Corallo fb6f6b1519 bluematt's testnet-seed now supports x9 (and is just a static list) 7 years ago
Martin Ankerl 760af84072 Removed CCheckQueueSpeed benchmark 7 years ago
Martin Ankerl 00721e69f8 Improved microbenchmarking with multiple features. 7 years ago
Sjors Provoost 5cbbbd7143
[Wallet] Use RBF by default in QT only 7 years ago
MeshCollider 656fde53a3 Add script birthtime metadata to dump and import wallet 7 years ago
MeshCollider 1bab9b23af Add script dump note to RPC help text and release notes 7 years ago
MeshCollider ef0c730220 Add scripts to importwallet RPC 7 years ago
MeshCollider b702ae812c Add CScripts to dumpwallet RPC 7 years ago
MeshCollider cdc260afd5 Add GetCScripts to CBasicKeyStore 7 years ago