0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00
bitcoin-bitcoin-core/src/qt/test
Hennadii Stepanov 37633d2f61
Merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent settings
e47c6c7656 Reset settings.json when GUI options are reset (Ryan Ofsky)
99ccc02b65 Add release notes about unified bitcoin-qt and bitcoind persistent settings (Ryan Ofsky)
504b06b1de Migrate -lang setting from QSettings to settings.json (Ryan Ofsky)
9a016a3c07 Migrate -prune setting from QSettings to settings.json (Ryan Ofsky)
f067e19433 Migrate -proxy and -onion settings from QSettings to settings.json (Ryan Ofsky)
a09e3b7cf2 Migrate -listen and -server settings from QSettings to settings.json (Ryan Ofsky)
d2ada6e635 Migrate -upnp and -natpmp settings from QSettings to settings.json (Ryan Ofsky)
1dc4fc29c1 Migrate -spendzeroconfchange and -signer settings from QSettings to settings.json (Ryan Ofsky)
a7ef6d5975 Migrate -par setting from QSettings to settings.json (Ryan Ofsky)
284f339de6 Migrate -dbcache setting from QSettings to settings.json (Ryan Ofsky)

Pull request description:

  If a setting like pruning, port mapping, or a network proxy is enabled in the GUI, it will now be stored in the bitcoin persistent setting file in the datadir and shared with bitcoind, instead of being stored as Qt settings which end up in the the windows registry or platform specific config files and are ignored by bitcoind.

  This PR has been split off from bitcoin/bitcoin#15936 so some review of these commits previously took place in that PR.

ACKs for top commit:
  furszy:
    Code review ACK e47c6c76
  hebasto:
    ACK e47c6c7656

Tree-SHA512: 076ea7c7efe67805b4a357113bfe1643dce364d0032774106de59566a0ed5771d57a5923920085e03d686beb34b98114bd278555dfdf8bb7af0b778b0f35b7d2
2022-06-12 14:59:14 +02:00
..
addressbooktests.cpp Merge bitcoin-core/gui#602: Unify bitcoin-qt and bitcoind persistent settings 2022-06-12 14:59:14 +02:00
addressbooktests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
apptests.cpp Migrate -dbcache setting from QSettings to settings.json 2022-05-26 11:05:10 -04:00
apptests.h scripted-diff: Bump copyright headers 2020-04-16 13:33:09 -04:00
Makefile build: add stub makefiles for easier subdir builds 2014-06-05 16:05:43 -04:00
optiontests.cpp Migrate -prune setting from QSettings to settings.json 2022-05-26 11:05:10 -04:00
optiontests.h Migrate -dbcache setting from QSettings to settings.json 2022-05-26 11:05:10 -04:00
rpcnestedtests.cpp scripted-diff: Bump copyright headers 2021-12-30 19:36:57 +02:00
rpcnestedtests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00
test_main.cpp Migrate -dbcache setting from QSettings to settings.json 2022-05-26 11:05:10 -04:00
uritests.cpp Update copyright headers to 2018 2018-07-27 07:15:02 -04:00
uritests.h Bump copyright headers to 2015 2015-12-13 18:08:39 +01:00
util.cpp refactor, qt: Use std::chrono in ConfirmMessage parameter 2022-01-09 17:51:27 +02:00
util.h refactor, qt: Use std::chrono in ConfirmMessage parameter 2022-01-09 17:51:27 +02:00
wallettests.cpp Migrate -dbcache setting from QSettings to settings.json 2022-05-26 11:05:10 -04:00
wallettests.h scripted-diff: Bump copyright headers 2020-12-31 09:45:41 +01:00