10834 Commits (758a41e100453fcb417c536adcba725ae8ef2180)

Author SHA1 Message Date
fivepiece 758a41e100
Bech32 addresses in dumpwallet 6 years ago
Matt Corallo 3f5012beb6
Add braces to meet code style on line-after-the-one-changed. 6 years ago
Matt Corallo b8947554dd
Hold mempool.cs for the duration of ATMP. 6 years ago
Wladimir J. van der Laan 4cd7edba47
http: Remove numThreads and ThreadCounter 6 years ago
Wladimir J. van der Laan 93de37a12b
http: Remove WaitExit from WorkQueue 6 years ago
Wladimir J. van der Laan dd346cb262
http: Join worker threads before deleting work queue 6 years ago
Wladimir J. van der Laan dafd0078a2
qt: Clarify some comments 6 years ago
Wladimir J. van der Laan daaae36e15
qt: Make sure splash screen is freed on AppInitMain fail 6 years ago
MarcoFalke 604f289f71
qt: Poll ShutdownTimer after init is done 6 years ago
Matt Corallo 0f207c488a
Fix fast-shutdown crash if genesis block was not loaded 6 years ago
Matt Corallo 09fc859ef0
Fix fast-shutdown hang on ThreadImport+GenesisWait 6 years ago
Wladimir J. van der Laan f17942a3bc
qt: Pre-rc2 translations update 7 years ago
Cory Fields 5303970c26
net: don't retry failed oneshot connections forever 7 years ago
João Barbosa 0dc6a30ef3
[gui] Defer coin control instancing 7 years ago
Cory Fields e54c1ac110
net: initialize socket to avoid closing random fd's 7 years ago
Wladimir J. van der Laan 10847fe2d8
qt: Periodic translations update 7 years ago
MeshCollider ee11121229 Add special error for genesis coinbase to gettransaction 7 years ago
fanquake c6b6385651
[rpc] Mention that HD is enabled if hdmasterkeyid is present 7 years ago
João Barbosa 039425cf4f [wallet] Remove duplicate mapWallet lookups 7 years ago
Wladimir J. van der Laan a8c344b913 Update chainTxData for 0.16 7 years ago
Matt Corallo 082a61c69d Move scheduler/threadGroup into common-init instead of per-app 7 years ago
Gregory Maxwell bde8bcd8ad Update defaultAssumeValid according to release-process.md. 7 years ago
Wladimir J. van der Laan 1e90544153 net: Update hardcoded seeds 7 years ago
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
Wladimir J. van der Laan 34328b4980 Use PACKAGE_NAME instead of hardcoding application name in log message 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
Wladimir J. van der Laan 0c74e2e890 Log debug build status and warn when running benchmarks 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