Commit Graph

26596 Commits (ccb0325b1bd1cee5a76382a16901dc80ea8f50d8)
 

Author SHA1 Message Date
Andrew Chow 8f7b930475 Drop the leading 0 from the version number
4 years ago
Andrew Chow d52f502b1e Fix mock SQLiteDatabases
4 years ago
Andrew Chow 99309ab3e9 Allow disabling BDB in configure with --without-bdb
4 years ago
Andrew Chow ee47f11f73 GUI: Force descriptor wallets when BDB is not compiled
4 years ago
Andrew Chow 71e40b33bd RPC: Require descriptors=True for createwallet when BDB is not compiled
4 years ago
Andrew Chow 6ebc41bf9c Enforce salvage is only for BDB wallets
4 years ago
Andrew Chow a58b719cf7 Do not compile BDB things when USE_BDB is defined
4 years ago
Andrew Chow b33af48210 Include wallet/bdb.h where it is actually being used
4 years ago
Jon Atack c46c18b788
wallet: refactor GetClosestWalletFeature()
4 years ago
MarcoFalke fac7198728
Use std::make_unique
4 years ago
MarcoFalke faaee810e6
build: Require C++17 compiler
4 years ago
fanquake a52ecc936a
build: set minimum supported macOS to 10.14
4 years ago
MarcoFalke 50e019a97a
Merge #20414: doc: Remove generated manual pages from master branch
4 years ago
MarcoFalke d020e8839f
Merge #20418: doc: clean out release notes post branch-off
4 years ago
fanquake 8a715a6b17
build: Bump gitian descriptors to 0.22
4 years ago
fanquake dc5a35a507
doc: clean out release notes post branch-off
4 years ago
fanquake 5bcae7967f
Merge #20408: CConnman: move initialization to declaration
4 years ago
MarcoFalke a64ff1c4d3
Merge #19905: Remove dead CheckForkWarningConditionsOnNewFork
4 years ago
MarcoFalke 54532f46c4
Merge bitcoin-core/gui#109: wallet: Remove unused AskPassphraseDialog::Decrypt
4 years ago
MarcoFalke 4ae04090bb
Merge bitcoin-core/gui#118: Remove BDB version from the Information tab
4 years ago
Wladimir J. van der Laan daf1ebf0b1 doc: Remove generated manual pages from master branch
4 years ago
MarcoFalke 4b24c3962f
Merge #19504: Bump minimum python version to 3.6
4 years ago
Wladimir J. van der Laan 132e1d897f
build: Bump master version to 0.21.99
4 years ago
MarcoFalke fac4e136fa
refactor: Change pointer to reference because it can not be null
4 years ago
Anthony Towns 9d09132be4 CConnman: initialise at declaration rather than in Start()
4 years ago
fanquake 831675c8dc
Merge #20401: qt: Pre-splitoff translations update
4 years ago
MarcoFalke 80e32e120e
Merge #20305: wallet: introduce fee_rate sat/vB param/option
4 years ago
MarcoFalke e7986c51bc
Merge bitcoin-core/gui#96: Slight improve create wallet dialog
4 years ago
MarcoFalke c463f70fb0
Merge #20139: Wallet: do not return warnings from UpgradeWallet()
4 years ago
fanquake 3457054c61
Merge #20346: script: modify security-check.py to use "==" instead of "is" for literal comparison
4 years ago
fanquake 7c0d412a74
Merge #20405: p2p: avoid calculating onion address checksum when version is not 3
4 years ago
Sishir Giri 9636962889 [upgradewallet] removed unused warning param
4 years ago
lontivero d355a302d9 Break circuit earlier
4 years ago
Michael Dietz 21f2433601 test: run mempool_spend_coinbase.py even with wallet disabled
4 years ago
Wladimir J. van der Laan bb6441b7a4 qt: Pre-splitoff translations update
4 years ago
Wladimir J. van der Laan c48e788246
Merge #18836: wallet: upgradewallet fixes and additional tests
4 years ago
MarcoFalke 1e17114917
Merge #20238: doc: Missing comments for signet parameters
4 years ago
MarcoFalke 37a4634811
Merge #20390: CI/Cirrus: Skip merge_base step for non-PRs
4 years ago
MarcoFalke 2fa085a5d7
Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remove template (followup to #19845)
4 years ago
MarcoFalke 0ede354367
Merge #20386: Silence false positive GCC warning in wallet/rpcwallet.cpp
4 years ago
MarcoFalke fb7726e56d
Merge #20395: ci: Use the previous build worker image in AppVeyor
4 years ago
Hennadii Stepanov 406097c810
ci: Use the previous build worker image in AppVeyor
4 years ago
Luke Dashjr 20e491ddcb CI/Cirrus: Skip merge_base step for non-PRs
4 years ago
Sjors Provoost ac64cec4ce
gui: create wallet: add advanced section
4 years ago
Sjors Provoost c99d6f644a
gui: create wallet: name placeholder
4 years ago
Kristaps Kaupe 049feabf28
Add missing optional.h include
4 years ago
Kristaps Kaupe 29c66ace5c
Silence false positive GCC warning
4 years ago
fanquake e1f2553e11
build: remove global_init_link_order from mac qt qmake.conf
4 years ago
fanquake 498fa16bea
build: document preprocessing steps in qt package
4 years ago
fanquake bd5d9336d9
build: don't copy Info.plist.* into mkspec for macOS qt build
4 years ago