bitcoin/src
W. J. van der Laan 0c9597ce7d
Merge #21304: guix: Add guix-clean script + establish gc-root for container profiles
867a5e172a guix: Register garbage collector root for containers (Carl Dong)
8f8b96fb54 guix: Update hint messages to mention guix-clean (Carl Dong)
44f6d4f56b guix: Record precious directories and add guix-clean (Carl Dong)
84912d4b24 build: Remove spaces from variable-printing rules (Carl Dong)

Pull request description:

  ```
  guix: Record precious directories and add guix-clean

  Many users have reported problems that stem from having an unclean
  working tree. To that end, I've written a guix-clean script which should
  help reset the working tree while respecting user-specified precious
  directories.

  Precious directories, such as:

  - SOURCES_PATH
  - BASE_CACHE
  - SDK_PATH
  - OUTDIR

  Should be preserved when cleaning the working tree, and are thus
  recorded in ./contrib/guix/var/precious_dirs.

  The ./contrib/guix/guix-clean script is able to parse that file and make
  sure to avoid them when cleaning out the working tree.
  ```

ACKs for top commit:
  laanwj:
    ACK 867a5e172a

Tree-SHA512: c498fad781ff5e6406639df2b91b687fc528273fdf266bcdba8f6eec3b3b37ecce544b6da0252f0b9c6717f9d88e844e4c7b72d1877bdbabfc6871ddd0172af5
2021-04-08 23:19:54 +02:00
..
bench Merge #20861: BIP 350: Implement Bech32m and use it for v1+ segwit addresses 2021-03-18 20:37:21 +01:00
compat compat: remove memcpy -> memmove backwards compatibility alias 2021-03-10 14:31:10 +08:00
config
consensus
crc32c
crypto
index refactor: Remove negative lock annotations from globals 2021-04-05 08:42:15 +02:00
interfaces refactor: post Optional<> removal cleanups 2021-03-17 14:56:20 +08:00
leveldb
logging
node Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
policy doc: fixup -Wdocumentation issues 2021-04-06 14:50:17 +08:00
primitives
qt Merge #21557: test: small cleanup in RPCNestedTests tests 2021-04-06 08:45:08 +02:00
rpc Merge #21574: Drop JSONRPCRequest constructors after #21366 2021-04-08 09:08:03 +02:00
script Merge #21166: Introduce DeferredSignatureChecker and have SignatureExtractorClass subclass it 2021-04-07 12:47:41 +08:00
secp256k1
support
test Merge #21574: Drop JSONRPCRequest constructors after #21366 2021-04-08 09:08:03 +02:00
univalue
util doc: fixup -Wdocumentation issues 2021-04-06 14:50:17 +08:00
wallet Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
zmq scripted-diff: remove MakeUnique<T>() 2021-03-11 13:45:14 +08:00
.clang-format
Makefile.am build: Remove spaces from variable-printing rules 2021-04-05 19:13:54 -04:00
Makefile.bench.include
Makefile.crc32c.include
Makefile.leveldb.include
Makefile.qt.include Qt: add Android packaging support 2021-03-21 22:33:27 +01:00
Makefile.qt_locale.include
Makefile.qttest.include test: remove qt byteswap compattests 2021-03-29 11:12:26 +08:00
Makefile.test.include Merge #21366: refactor: replace util::Ref with std::any (C++17) 2021-03-31 20:17:39 +02:00
Makefile.test_fuzz.include build: compile libnatpmp with -DNATPMP_STATICLIB on Windows 2021-03-04 12:34:46 +08:00
Makefile.test_util.include fuzz: [refactor] Use IsValidFlagCombination in signature_checker fuzz target 2021-03-30 10:42:45 +02:00
addrdb.cpp
addrdb.h
addrman.cpp
addrman.h
amount.h
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp
banman.h
base58.cpp
base58.h
bech32.cpp naming nits 2021-03-17 17:59:22 -07:00
bech32.h naming nits 2021-03-17 17:59:22 -07:00
bitcoin-cli-res.rc
bitcoin-cli.cpp Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exceeded 2021-03-19 20:52:16 +01:00
bitcoin-tx-res.rc
bitcoin-tx.cpp rpc: deprecate `addresses` and `reqSigs` from rpc outputs 2021-03-23 10:51:43 -04:00
bitcoin-util-res.rc
bitcoin-util.cpp
bitcoin-wallet-res.rc
bitcoin-wallet.cpp
bitcoind-res.rc
bitcoind.cpp Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp Merge #21560: net: Add Tor v3 hardcoded seeds 2021-04-06 10:47:51 +02:00
chainparams.h Merge #21560: net: Add Tor v3 hardcoded seeds 2021-04-06 10:47:51 +02:00
chainparamsbase.cpp scripted-diff: remove MakeUnique<T>() 2021-03-11 13:45:14 +08:00
chainparamsbase.h
chainparamsseeds.h net: Deserialize hardcoded seeds from BIP155 blob 2021-04-05 14:00:48 +02:00
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp
coins.h Merge #18030: doc: Coin::IsSpent() can also mean never existed 2021-03-23 11:11:02 +01:00
compat.h net: extend Sock with methods for robust send & read until terminator 2021-03-01 17:36:16 +01:00
compressor.cpp
compressor.h
core_io.h rpc: deprecate `addresses` and `reqSigs` from rpc outputs 2021-03-23 10:51:43 -04:00
core_memusage.h
core_read.cpp
core_write.cpp rpc: deprecate `addresses` and `reqSigs` from rpc outputs 2021-03-23 10:51:43 -04:00
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
dummywallet.cpp
flatfile.cpp
flatfile.h
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
httprpc.h refactor: replace util::Ref by std::any (C++17) 2021-03-29 23:29:42 +02:00
httpserver.cpp Merge #18335: bitcoin-cli: print useful error if bitcoind rpc work queue exceeded 2021-03-19 20:52:16 +01:00
httpserver.h
i2p.cpp i2p: use pointers to Sock to accommodate mocking 2021-03-16 13:59:18 +01:00
i2p.h i2p: use pointers to Sock to accommodate mocking 2021-03-16 13:59:18 +01:00
indirectmap.h
init.cpp Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
init.h Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
key.cpp
key.h
key_io.cpp Use Bech32m encoding for v1+ segwit addresses 2021-03-16 10:48:36 -07:00
key_io.h
logging.cpp net: implement the necessary parts of the I2P SAM protocol 2021-03-01 18:19:37 +01:00
logging.h net: implement the necessary parts of the I2P SAM protocol 2021-03-01 18:19:37 +01:00
mapport.cpp
mapport.h
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp miner: Add chainstate member to BlockAssembler 2021-03-24 15:40:56 -04:00
miner.h miner: Add chainstate member to BlockAssembler 2021-03-24 15:40:56 -04:00
net.cpp Merge #21560: net: Add Tor v3 hardcoded seeds 2021-04-06 10:47:51 +02:00
net.h [net] Changes to RunInactivityChecks 2021-04-01 11:35:27 +01:00
net_permissions.cpp
net_permissions.h
net_processing.cpp doc: fixup -Wdocumentation issues 2021-04-06 14:50:17 +08:00
net_processing.h [net_processing] Keep addrman reference in PeerManager 2021-03-20 10:24:40 +00:00
net_types.h
netaddress.cpp net: add I2P to the reachability map 2021-03-01 18:19:46 +01:00
netaddress.h net: extend CNetAddr::SetSpecial() to support I2P 2021-03-01 13:22:11 +01:00
netbase.cpp Merge #21387: p2p: Refactor sock to add I2P fuzz and unit tests 2021-03-30 17:41:13 +02:00
netbase.h doc: fixup -Wdocumentation issues 2021-04-06 14:50:17 +08:00
netmessagemaker.h
noui.cpp
noui.h
outputtype.cpp
outputtype.h
pow.cpp
pow.h
prevector.h
protocol.cpp
protocol.h
psbt.cpp
psbt.h refactor: post Optional<> removal cleanups 2021-03-17 14:56:20 +08:00
pubkey.cpp
pubkey.h
random.cpp
random.h
randomenv.cpp rand: only try and use freeifaddrs if available 2021-03-29 11:08:29 +08:00
randomenv.h
rest.cpp Drop JSONRPCRequest constructors after #21366 2021-04-07 04:53:26 -04:00
reverse_iterator.h
scheduler.cpp
scheduler.h
serialize.h
shutdown.cpp shutdown: Use RAII TokenPipe in shutdown 2021-03-04 18:24:00 +01:00
shutdown.h
signet.cpp scripted-diff: remove Optional & nullopt 2021-03-15 10:41:30 +08:00
signet.h scripted-diff: remove Optional & nullopt 2021-03-15 10:41:30 +08:00
span.h
streams.h
sync.cpp
sync.h refactor: Remove negative lock annotations from globals 2021-04-05 08:42:15 +02:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp torcontrol: Move TorControlReply, TorControlConnection and TorController to improve testability 2021-03-02 12:21:32 +00:00
torcontrol.h tests: Add fuzzing harness for TorController 2021-03-02 12:21:32 +00:00
txdb.cpp scripted-diff: remove MakeUnique<T>() 2021-03-11 13:45:14 +08:00
txdb.h
txmempool.cpp refactor: return std::nullopt instead of {} 2021-03-22 11:22:06 +08:00
txmempool.h fuzz: Add tx_pool fuzz targets 2021-03-18 18:43:52 +01:00
txorphanage.cpp scripted-diff: Update txorphanage naming convention 2021-02-27 01:08:09 +10:00
txorphanage.h doc: Fix typos from codespell lint 2021-04-07 19:26:25 +01:00
txrequest.cpp doc: Fix typos from codespell lint 2021-04-07 19:26:25 +01:00
txrequest.h
uint256.cpp
uint256.h
undo.h
validation.cpp Fix assumeutxo crash due to missing base_blockhash 2021-04-04 07:38:02 +02:00
validation.h doc: fixup -Wdocumentation issues 2021-04-06 14:50:17 +08:00
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
versionbits.h validation: Remove global ::VersionBitsTip{State,SinceHeight,Statistics} 2021-03-01 17:56:07 -05:00
versionbitsinfo.cpp
versionbitsinfo.h
walletinitinterface.h
warnings.cpp
warnings.h