10796 Commits (90600bc7db2a8047c93bc10d403e862141ada770)

Author SHA1 Message Date
MarcoFalke fa7ecbf9f8
initwallet: Do not translate highly technical addresstype help 7 years ago
Wladimir J. van der Laan ba490d2460 qt: Bump BLOCK_CHAIN_SIZE to 200GB 7 years ago
João Barbosa 536ddeb173 [rpc] Add change_type option to fundrawtransaction 7 years ago
João Barbosa 31dbd5af48 [wallet] Add change type to CCoinControl 7 years ago
Wladimir J. van der Laan 6e3fe93609
qt: Update translation source file 7 years ago
João Barbosa 886a92f25f [rpc] Add address type option to addmultisigaddress 7 years ago
Jonas Schnelli 7f812502b7
Mention that other RPC calls report keys as "imported" while txns are still missing 7 years ago
Jonas Schnelli ccd8ef65f9
Reduce cs_main lock in ReadBlockFromDisk, only read GetBlockPos under the lock 7 years ago
Jonas Schnelli bc356b4268
Make sure WalletRescanReserver has successfully reserved the rescan 7 years ago
Jonas Schnelli dbf8556b4d
Add RAII wallet rescan reserver 7 years ago
Jonas Schnelli 8d0b610fe8
Avoid pemanent cs_main/cs_wallet lock during wallet rescans 7 years ago
Russell Yanofsky 04ededf001 Make CKey::Load references const 7 years ago
Sjors Provoost 596c44633f
[wallet] use P2WPKH change output if any destination is P2WPKH or P2WSH 7 years ago
Matt Corallo 2b839abd3e Update chainparams comment for more info on service bits per dnsseed 7 years ago
Matt Corallo 62e764219b Fall back to oneshot for DNS Seeds which don't support filtering. 7 years ago
Matt Corallo 51ae7660b8 Use GetDesireableServiceFlags in static seeds, document this. 7 years ago
Russell Yanofsky ec527c6c88 Don't allow relative -walletdir paths 7 years ago
Wladimir J. van der Laan cdf3e03a72 wallet: Deprecate addwitnessaddress 7 years ago
MarcoFalke fa1e69e52b qa: Sync with validationinterface queue in sync_mempools 7 years ago
Russell Yanofsky cc90a4f46b Avoid potential null dereference in ReceiveCoinsDialog constructor 7 years ago
Wladimir J. van der Laan 49e5f3ff7e rpc: Add deprecation error for `getinfo` 7 years ago
Sjors Provoost 63ac8907ce
[qt] receive tab: bech32 address opt-in checkbox 7 years ago
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
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
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