9981 Commits (a9dd11144152bf40fa797cc0b0c8857c03d3ad6a)

Author SHA1 Message Date
Alex Morcos f4d00e63f7 Add a discard_rate 7 years ago
Cory Fields 077d01f2fc random: only use getentropy on openbsd 7 years ago
Gregory Maxwell 095b917464 Avoid using sizes on non-fixed-width types to derive protocol constants. 7 years ago
Matt Corallo 1fc8c3de0c No longer ever reuse keypool indexes 7 years ago
Jonas Schnelli 76603b1325
Select wallet based on the given endpoint 7 years ago
Jonas Schnelli 32c9710c50
Fix test_bitcoin circular dependency issue 7 years ago
Jonas Schnelli 31e07203bd
Add wallet endpoint support to bitcoin-cli (-usewallet) 7 years ago
Alex Morcos 06bcdb8da6 Convert named argument from nblocks to conf_target 7 years ago
Alex Morcos 439c4e8ad5 Improve api to estimatesmartfee 7 years ago
Gregory Maxwell b0e8e2de84 Print one log message per keypool top-up, not one per key. 7 years ago
Gregory Maxwell 41dc163587 Increase wallet default keypool size to 1000. 7 years ago
Gregory Maxwell 30d8f3a18e Pushdown walletdb though CWallet::AddKeyPubKey to avoid flushes. 7 years ago
Wladimir J. van der Laan dba485d651
init: Factor out AppInitLockDataDirectory 7 years ago
Gregory Sanders 4dc1915bce check for null values in rpc args and handle appropriately 7 years ago
Gregory Sanders 999ef2073a importmulti options are optional 7 years ago
Gregory Sanders a70d025366 fixup some rpc param counting for rpc help 7 years ago
Alex Morcos b1385852ef Remove factor of 3 from definition of dust. 7 years ago
Jonas Schnelli dd2185c291
Register wallet endpoint 7 years ago
practicalswift 2c2e90d1d4 Fix incorrect Doxygen tag (@ince@since). Make Doxygen parameter names match actual parameter names. 7 years ago
René Nyffenegger d0413c670b Use range based for loop 7 years ago
practicalswift c53369cc24 Remove duplicate include 7 years ago
Gregory Maxwell 3a53f19718 Pushdown walletdb object through GenerateNewKey/DeriveNewChildKey. 7 years ago
Dag Robole a8ae0b252a Fix resource leak 7 years ago
John Newbery 4c3b538c61 [logs] fix zapwallettxes startup logs 7 years ago
John Newbery e7a2181b49 [wallet] fix zapwallettxes interaction with persistent mempool 7 years ago
practicalswift e061d8d7ab Remove declaration of unused function: void UpdatedTransaction(const uint256 &) 7 years ago
practicalswift 0189d8ed19 Fix typos 7 years ago
practicalswift 6835cb0ab2 Avoid static analyzer warnings regarding uninitialized arguments 7 years ago
Alex Morcos 11590d39b9 Properly bound check conf_target in wallet RPC calls 7 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 7 years ago
Alex Morcos 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee 7 years ago
Alex Morcos 1983ca6cb3 Use CoinControl to pass custom fee setting from QT. 7 years ago
Alex Morcos 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper 7 years ago
Alex Morcos ecd81dfa3c Make CoinControl a required argument to CreateTransaction 7 years ago
Matt Corallo d40a72ccbb Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool 7 years ago
Matt Corallo 28301b9780 Meet code style on lines changed in the previous commit 7 years ago
Matt Corallo 4a3fc35629 Track keypool entries as internal vs external in memory 7 years ago
Matt Corallo c73b8be244 Explicitly initialize prevector::_union to avoid new warning 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Pieter Wuille 674848fe1c Clarify entropy source 7 years ago
João Barbosa a2420ae2f1 Avoid unnecessary work in SetNetworkActive 7 years ago
Pieter Wuille a9e82f6512 Use cpuid intrinsics instead of asm code 7 years ago
João Barbosa 4652791141 Fix uninitialized atomic variables 7 years ago
John Newbery 5c643241e5 [utils] allow square brackets for ipv6 addresses in bitcoin-cli 7 years ago
Alex Morcos dd97a529ad Properly forbid -salvagewallet and -zapwallettxes for multi wallet. 7 years ago
Cory Fields d34d77a51b build: verify that the assembler can handle crc32 functions 7 years ago
Jonas Schnelli 2aef1f1829
[Qt] migrate old fee slider value to new dropbown 7 years ago
Jonas Schnelli bc1be90e37
[Qt] replace fee slider with a Dropdown, extend conf. targets 7 years ago
Lawrence Nahum 69a4339ef5
missing white space in function arg 7 years ago
John Newbery fe4fabaf12 [refactor] move SplitHostPort() into utilstrencodings 7 years ago