bitcoin/src
fanquake 82b70f15c7
refactor: fix -Wbraced-scalar-init warning in validation tests
Introduced in #20004 (fa29b5ae66).

```bash
test/validation_tests.cpp:68:88: warning: braces around scalar initializer [-Wbraced-scalar-init]
    BOOST_CHECK(signet_params->GetConsensus().signet_challenge == std::vector<uint8_t>{{OP_TRUE}});
                                                                                       ^~~~~~~~~
/usr/local/include/boost/test/tools/old/interface.hpp:83:6: note: expanded from macro 'BOOST_CHECK'
    (P), BOOST_TEST_STRINGIZE( P ), CHECK, CHECK_PRED, _ )
     ^
/usr/local/include/boost/test/tools/old/interface.hpp:68:61: note: expanded from macro 'BOOST_TEST_TOOL_IMPL'
        BOOST_JOIN( BOOST_TEST_TOOL_PASS_PRED, frwd_type )( P, ARGS ),          \
                                                            ^
/usr/local/include/boost/test/tools/old/interface.hpp:51:47: note: expanded from macro 'BOOST_TEST_TOOL_PASS_PRED2'
                                              ^
1 warning generated.
```
2020-10-02 12:30:50 +08:00
..
bench Remove gArgs global from CreateChainParams to aid testing 2020-09-29 10:20:05 +02:00
compat
config
consensus add signet basic support (signet.cpp) 2020-09-10 10:47:40 +09:00
crc32c
crypto Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 2020-09-28 12:27:08 -07:00
index
interfaces [send] Make send RPCs return fee reason 2020-09-26 17:57:26 -07:00
leveldb
logging
node Merge #19879: [p2p] miscellaneous wtxid followups 2020-09-16 06:30:57 +08:00
policy policy/fees: remove a floating-point division by zero 2020-09-14 16:23:23 +02:00
primitives net: CNetAddr: add support to (un)serialize as ADDRv2 2020-09-17 22:17:17 +02:00
qt qt: Periodic translations update 2020-10-01 22:24:08 +02:00
rpc Merge #19501: send* RPCs in the wallet returns the "fee reason" 2020-09-30 09:01:23 +02:00
script Merge #20006: Fix misleading error message: Clean stack rule 2020-09-30 14:21:42 +02:00
secp256k1 Update src/secp256k1 subtree to upstream libsecp256k1 2020-09-11 12:44:08 -07:00
support
test refactor: fix -Wbraced-scalar-init warning in validation tests 2020-10-02 12:30:50 +08:00
univalue
util Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 2020-09-28 12:27:08 -07:00
wallet doc: Remove double-whitespace from help string, other whitespace fixups 2020-09-30 09:28:33 +02:00
zmq zmq: Append address to notify log output 2020-10-01 00:33:38 +02:00
.clang-format
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
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp doc: Mention signet in -help output 2020-09-25 15:23:01 +03:00
bitcoin-tx-res.rc
bitcoin-tx.cpp doc: Update comments for new chain settings (-signet and -chain=signet) 2020-09-22 22:32:25 +02:00
bitcoin-wallet-res.rc
bitcoin-wallet.cpp doc: Update comments for new chain settings (-signet and -chain=signet) 2020-09-22 22:32:25 +02:00
bitcoind-res.rc
bitcoind.cpp doc: Update comments for new chain settings (-signet and -chain=signet) 2020-09-22 22:32:25 +02:00
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp signet: do not log signet startup messages for other chains 2020-10-01 11:25:42 +02:00
chainparams.h Remove gArgs global from CreateChainParams to aid testing 2020-09-29 10:20:05 +02:00
chainparamsbase.cpp doc: Mention signet in -help output 2020-09-25 15:23:01 +03:00
chainparamsbase.h add signet chain and accompanying parameters 2020-09-18 09:37:57 +09:00
chainparamsseeds.h
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp refactor: Avoid duplicate map lookup in ScriptToAsmStr 2020-09-04 10:25:44 +01:00
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
dummywallet.cpp
flatfile.cpp
flatfile.h
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
indirectmap.h
init.cpp signet: do not log signet startup messages for other chains 2020-10-01 11:25:42 +02:00
init.h
key_io.cpp
key_io.h
key.cpp
key.h
limitedmap.h
logging.cpp
logging.h
Makefile.am Merge #18267: BIP-325: Signet [consensus] 2020-09-21 22:33:00 +02:00
Makefile.bench.include build: split PTHREAD_* flags out of AM_LDFLAGS 2020-09-14 16:35:09 +08:00
Makefile.crc32c.include
Makefile.leveldb.include
Makefile.qt_locale.include qt: Periodic translations update 2020-10-01 22:24:08 +02:00
Makefile.qt.include build: split PTHREAD_* flags out of AM_LDFLAGS 2020-09-14 16:35:09 +08:00
Makefile.qttest.include build: split PTHREAD_* flags out of AM_LDFLAGS 2020-09-14 16:35:09 +08:00
Makefile.test_fuzz.include
Makefile.test_util.include
Makefile.test.include Merge #18267: BIP-325: Signet [consensus] 2020-09-21 22:33:00 +02:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp
miner.h Remove mapLinks in favor of entry inlined structs with iterator type erasure 2020-09-04 09:46:44 -07:00
net_permissions.cpp
net_permissions.h
net_processing.cpp Merge #19498: Tidy up ProcessOrphanTx 2020-09-30 15:53:25 +02:00
net_processing.h Merge #19498: Tidy up ProcessOrphanTx 2020-09-30 15:53:25 +02:00
net_types.h
net.cpp Merge #19958: doc: Better document features of feelers 2020-09-30 12:41:22 +08:00
net.h Merge #19958: doc: Better document features of feelers 2020-09-30 12:41:22 +08:00
netaddress.cpp net: recognize TORv3/I2P/CJDNS networks 2020-09-21 10:13:34 +02:00
netaddress.h net: recognize TORv3/I2P/CJDNS networks 2020-09-21 10:13:34 +02:00
netbase.cpp
netbase.h
netmessagemaker.h
noui.cpp
noui.h
optional.h
outputtype.cpp
outputtype.h
pow.cpp
pow.h
prevector.h
protocol.cpp Remove header checks out of net_processing 2020-09-22 22:05:18 -04:00
protocol.h Remove header checks out of net_processing 2020-09-22 22:05:18 -04:00
psbt.cpp
psbt.h
pubkey.cpp
pubkey.h
random.cpp
random.h
randomenv.cpp
randomenv.h
rest.cpp Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockchain,rawtransaction) 2020-09-22 17:08:08 +02:00
reverse_iterator.h
scheduler.cpp
scheduler.h
serialize.h
shutdown.cpp
shutdown.h
signet.cpp refactor: Remove SignetTxs::m_valid and use optional instead 2020-09-22 22:31:31 +02:00
signet.h refactor: Remove SignetTxs::m_valid and use optional instead 2020-09-22 22:31:31 +02:00
span.h
streams.h
sync.cpp
sync.h Remove unused LockAssertion struct 2020-09-19 18:02:42 +03:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp
txdb.h
txmempool.cpp Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 2020-09-22 11:34:30 -04:00
txmempool.h Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 2020-09-22 11:34:30 -04:00
uint256.cpp uint256: Update constructors to c++11, make ONE static 2020-09-28 12:14:19 +10:00
uint256.h scripted-diff: Replace UINT256_ONE() with uint256::ONE 2020-09-28 12:14:19 +10:00
undo.h
validation.cpp Merge #19898: log: print unexpected version warning in validation log category 2020-09-29 20:41:11 +08:00
validation.h Merge #19927: validation: Reduce direct g_chainman usage 2020-09-23 20:35:54 +02:00
validationinterface.cpp Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 2020-09-22 11:34:30 -04:00
validationinterface.h Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 2020-09-22 11:34:30 -04:00
version.h net: CNetAddr: add support to (un)serialize as ADDRv2 2020-09-17 22:17:17 +02:00
versionbits.cpp
versionbits.h
versionbitsinfo.cpp
versionbitsinfo.h
walletinitinterface.h
warnings.cpp
warnings.h