14460 Commits (ff3a21919d97f7500978b4160199336e4b50b36a)
 

Author SHA1 Message Date
Matt Corallo ff3a21919d Call RewindBlockIndex even if we're about to run -reindex-chainstate 7 years ago
Matt Corallo b0f32497b8 More user-friendly error message if UTXO DB runs ahead of block DB 7 years ago
Matt Corallo eda888e573 Fix some LoadChainTip-related init-order bugs. 7 years ago
Pieter Wuille 5cfdda2503
Merge #10235: Track keypool entries as internal vs external in memory 7 years ago
Pieter Wuille c5904e8714
Merge #10812: [utils] Allow bitcoin-cli's -rpcconnect option to be used with square brackets 7 years ago
Pieter Wuille 10b22e3141
Merge #10760: Avoid dereference-of-casted-pointer 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
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 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
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
Jonas Schnelli 7666250ffb
Merge #10810: missing white space in function arg 7 years ago
Pieter Wuille e4fcbf797e
Merge #10780: Simplify "!foo || (foo && bar)" as "!foo || bar" 7 years ago
Lawrence Nahum 69a4339ef5
missing white space in function arg 7 years ago
Pieter Wuille 479afa0f84
Merge #9804: Fixes subscript 0 (&var[0]) where should use (var.data()) instead. 7 years ago
Pieter Wuille 2a09a3891f
Merge #10714: Avoid printing incorrect block indexing time due to uninitialized variable 7 years ago
John Newbery fe4fabaf12 [refactor] move SplitHostPort() into utilstrencodings 7 years ago
Gregory Sanders 228987d84c getbalance example covers at least 6 confirms 7 years ago
Matt Corallo 1016dacfac Fix signed/unsigned comparison warning introduced in c8e29d7ff0. 7 years ago
Wladimir J. van der Laan e8b95239ee
Merge #10712: Add change output if necessary to reduce excess fee 7 years ago
Alex Morcos 0f402b9263 Fix rare edge case of paying too many fees when transaction has no change. 7 years ago
Alex Morcos 253cd7ec4f Only reserve key for scriptChange once in CreateTransaction 7 years ago
Wladimir J. van der Laan ca4c545cc7
Merge #10786: Add PR description to merge commit in github-merge.py 7 years ago
Wladimir J. van der Laan b27b004532
Merge #10543: Change API to estimaterawfee 7 years ago
Wladimir J. van der Laan cef4b5ccaa
Merge #10651: Verify binaries from bitcoincore.org and bitcoin.org 7 years ago
Wladimir J. van der Laan badd81bd31
Merge #10792: Replace MAX_OPCODE for OP_NOP10. 7 years ago
Wladimir J. van der Laan e4f226a133
Merge #10190: [tests] mining functional tests (including regression test for submitblock) 7 years ago
Wladimir J. van der Laan 104f5f21dc
Merge #10589: More economical fee estimates for RBF and RPC options to control 7 years ago
Wladimir J. van der Laan 379aed0e53
Merge #10676: document script-based return fields for validateaddress 7 years ago
Mark Friedenbach c8e29d7ff0 Replace MAX_OPCODE for OP_NOP10. 7 years ago
Wladimir J. van der Laan 21ed30a314
Merge #10179: Give CValidationInterface Support for calling notifications on the CScheduler Thread 7 years ago
Matt Corallo 1f668b6468 Expose if CScheduler is being serviced, assert its not in EmptyQueue 7 years ago
Alex Morcos 5e3b7b5686 Improve error reporting for estimaterawfee 7 years ago
Alex Morcos 1fafd704da Add function to report highest estimate target tracked per horizon 7 years ago