14627 Commits (02f4c4a42e9411501249cec2629be6c836912e2b)
 

Author SHA1 Message Date
Dag Robole a8ae0b252a Fix resource leak 8 years ago
John Newbery 4c3b538c61 [logs] fix zapwallettxes startup logs 8 years ago
Pieter Wuille 10b22e3141
Merge #10760: Avoid dereference-of-casted-pointer 8 years ago
John Newbery e7a2181b49 [wallet] fix zapwallettxes interaction with persistent mempool 8 years ago
John Newbery ff7365e780 [tests] fix flake8 warnings in zapwallettxes.py 8 years ago
Pieter Wuille afd2fca911
Merge #10807: getbalance example covers at least 6 confirms 8 years ago
practicalswift e061d8d7ab Remove declaration of unused function: void UpdatedTransaction(const uint256 &) 8 years ago
Pieter Wuille 505955052e
Merge #10833: Fix typos 8 years ago
practicalswift 0189d8ed19 Fix typos 8 years ago
practicalswift 6835cb0ab2 Avoid static analyzer warnings regarding uninitialized arguments 8 years ago
Alex Morcos 11590d39b9 Properly bound check conf_target in wallet RPC calls 8 years ago
Alex Morcos fd29d3df29 Remove checking of mempool min fee from estimateSmartFee. 8 years ago
Alex Morcos 2fffaa9738 Make QT fee displays use GetMinimumFee instead of estimateSmartFee 8 years ago
Alex Morcos 1983ca6cb3 Use CoinControl to pass custom fee setting from QT. 8 years ago
Alex Morcos 03ee701161 Refactor to use CoinControl in GetMinimumFee and FeeBumper 8 years ago
Alex Morcos ecd81dfa3c Make CoinControl a required argument to CreateTransaction 8 years ago
Pieter Wuille 8fdd23a224
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets 8 years ago
Pieter Wuille 1c011ff430
Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wallet. 8 years ago
Matt Corallo d40a72ccbb Clarify *(--.end()) iterator semantics in CWallet::TopUpKeyPool 8 years ago
Matt Corallo 28301b9780 Meet code style on lines changed in the previous commit 8 years ago
Matt Corallo 4a3fc35629 Track keypool entries as internal vs external in memory 8 years ago
Pieter Wuille ec8a50b8d7
Merge #10808: Avoid some new gcc warnings in 15 8 years ago
Matt Corallo c73b8be244 Explicitly initialize prevector::_union to avoid new warning 8 years ago
Pieter Wuille f90603ac6d
Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE. 8 years ago
Pieter Wuille b7d6623c76
Merge #10819: Fix uninitialized atomic variables 8 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 8 years ago
Pieter Wuille 674848fe1c Clarify entropy source 8 years ago
Pieter Wuille 66270a416e
Merge #10557: Make check to distinguish between orphan txs and old txs more efficient. 8 years ago
João Barbosa a2420ae2f1 Avoid unnecessary work in SetNetworkActive 8 years ago
Wladimir J. van der Laan db825d293b
Merge #10806: build: verify that the assembler can handle crc32 functions 8 years ago
Pieter Wuille a9e82f6512 Use cpuid intrinsics instead of asm code 8 years ago
João Barbosa 4652791141 Fix uninitialized atomic variables 8 years ago
John Newbery 5c643241e5 [utils] allow square brackets for ipv6 addresses in bitcoin-cli 8 years ago
Alex Morcos dd97a529ad Properly forbid -salvagewallet and -zapwallettxes for multi wallet. 8 years ago
Cory Fields d34d77a51b build: verify that the assembler can handle crc32 functions 8 years ago
Jonas Schnelli 2aef1f1829
[Qt] migrate old fee slider value to new dropbown 8 years ago
Jonas Schnelli bc1be90e37
[Qt] replace fee slider with a Dropdown, extend conf. targets 8 years ago
Jonas Schnelli 7666250ffb
Merge #10810: missing white space in function arg 8 years ago
Pieter Wuille e4fcbf797e
Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar" 8 years ago
Lawrence Nahum 69a4339ef5
missing white space in function arg 8 years ago
Pieter Wuille 479afa0f84
Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead. 8 years ago
Pieter Wuille 2a09a3891f
Merge #10714: Avoid printing incorrect block indexing time due to uninitialized variable 8 years ago
John Newbery fe4fabaf12 [refactor] move SplitHostPort() into utilstrencodings 8 years ago
Gregory Sanders 228987d84c getbalance example covers at least 6 confirms 8 years ago
Matt Corallo 1016dacfac Fix signed/unsigned comparison warning introduced in c8e29d7ff0. 8 years ago
Chris Stewart 8276e70de1 Adding assert to avoid a memory access violation inside of PartialMerkleTree::CalcHash() 8 years ago
Wladimir J. van der Laan e8b95239ee
Merge #10712: Add change output if necessary to reduce excess fee 8 years ago
Alex Morcos 0f402b9263 Fix rare edge case of paying too many fees when transaction has no change. 8 years ago
Alex Morcos 253cd7ec4f Only reserve key for scriptChange once in CreateTransaction 8 years ago
Wladimir J. van der Laan ca4c545cc7
Merge #10786: Add PR description to merge commit in github-merge.py 8 years ago