14484 Commits (4d50f38fe05374342b4b55953d188fd50d422663)
 

Author SHA1 Message Date
Pieter Wuille 4d50f38fe0 Support multi-block SHA256 transforms 7 years ago
Wladimir J. van der Laan 6859ad2936
Merge #10706: Improve wallet fee logic and fix GUI bugs 7 years ago
MarcoFalke bf0a08be28
Merge #10330: [wallet] fix zapwallettxes interaction with persistent mempool 7 years ago
MarcoFalke 3895e25a77
Merge #10842: Fix incorrect Doxygen tag (@ince@since). Doxygen parameter name matching. 7 years ago
MarcoFalke 1fc783fc08
Merge #10739: test: Move variable `state` down where it is used 7 years ago
practicalswift 2c2e90d1d4 Fix incorrect Doxygen tag (@ince@since). Make Doxygen parameter names match actual parameter names. 7 years ago
Pieter Wuille 565494619d
Merge #10735: Avoid static analyzer warnings regarding uninitialized arguments 7 years ago
Pieter Wuille ad6fce67b9
Merge #10844: Use range based for loop 7 years ago
Pieter Wuille 99c7db8731
Merge #10840: Remove duplicate include 7 years ago
Pieter Wuille b4d03be3ca
Merge #10766: Building Environment: Set ARFLAGS to cr 7 years ago
Pieter Wuille ef37f2033c
Merge #10820: Use cpuid intrinsics instead of asm code 7 years ago
René Nyffenegger d0413c670b Use range based for loop 7 years ago
practicalswift c53369cc24 Remove duplicate include 7 years ago
Pieter Wuille 5cfdda2503
Merge #10235: Track keypool entries as internal vs external in memory 7 years ago
René Nyffenegger 912da1dcc8 Use AC_ARG_VAR to set ARFLAGS. 7 years ago
Pieter Wuille c5904e8714
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets 7 years ago
John Newbery 4c3b538c61 [logs] fix zapwallettxes startup logs 7 years ago
Pieter Wuille 10b22e3141
Merge #10760: Avoid dereference-of-casted-pointer 7 years ago
John Newbery e7a2181b49 [wallet] fix zapwallettxes interaction with persistent mempool 7 years ago
John Newbery ff7365e780 [tests] fix flake8 warnings in zapwallettxes.py 7 years ago
Pieter Wuille afd2fca911
Merge #10807: getbalance example covers at least 6 confirms 7 years ago
Pieter Wuille 505955052e
Merge #10833: Fix typos 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
Pieter Wuille 8fdd23a224
Merge #10769: [Qt] replace fee slider with a Dropdown, extend conf. targets 7 years ago
Pieter Wuille 1c011ff430
Merge #10816: Properly forbid -salvagewallet and -zapwallettxes for multi wallet. 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
Pieter Wuille ec8a50b8d7
Merge #10808: Avoid some new gcc warnings in 15 7 years ago
Matt Corallo c73b8be244 Explicitly initialize prevector::_union to avoid new warning 7 years ago
Pieter Wuille f90603ac6d
Merge #10618: Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Pieter Wuille b7d6623c76
Merge #10819: Fix uninitialized atomic variables 7 years ago
Gregory Maxwell 3babbcb487 Remove confusing MAX_BLOCK_BASE_SIZE. 7 years ago
Pieter Wuille 674848fe1c Clarify entropy source 7 years ago
Pieter Wuille 66270a416e
Merge #10557: Make check to distinguish between orphan txs and old txs more efficient. 7 years ago
Wladimir J. van der Laan db825d293b
Merge #10806: build: verify that the assembler can handle crc32 functions 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