.. |
bench
|
Do not run functions with necessary side-effects in assert()
|
4 years ago |
compat
|
net: Use C++11 member initialization in protocol
|
5 years ago |
config
|
…
|
|
consensus
|
doc: Move assumed-values doxygen comments to header
|
4 years ago |
crc32c
|
…
|
|
crypto
|
Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2
|
4 years ago |
index
|
Merge #19733: Move comment about BaseIndex::DB from TxIndex::DB
|
4 years ago |
interfaces
|
Move WalletImpl from interfaces/wallet.cpp to wallet/interfaces.cpp
|
4 years ago |
leveldb
|
…
|
|
logging
|
Remove use of non-standard zero variadic macros
|
5 years ago |
node
|
refactor: Improve use of explicit keyword
|
4 years ago |
policy
|
Merge #20207: Follow-up extra comments on taproot code and tests
|
4 years ago |
primitives
|
Report and verify expirations
|
4 years ago |
qt
|
refactor: Use C++17 std::array where possible
|
4 years ago |
rpc
|
refactor: Improve use of explicit keyword
|
4 years ago |
script
|
refactor: Improve use of explicit keyword
|
4 years ago |
secp256k1
|
Update secp256k1 subtree to latest master
|
4 years ago |
support
|
Move Win32 defines to configure.ac to ensure they are globally defined
|
4 years ago |
test
|
Merge #20530: lint, refactor: Update cppcheck linter to c++17 and improve explicit usage
|
4 years ago |
univalue
|
Update univalue subtree
|
4 years ago |
util
|
Merge #20255: util: Add Assume() identity function
|
4 years ago |
wallet
|
Do not run functions with necessary side-effects in assert()
|
4 years ago |
zmq
|
zmq: Append address to notify log output
|
4 years ago |
.clang-format
|
tools: clang-format 6 compatibility
|
4 years ago |
Makefile.am
|
Merge #20494: refactor: Move node and wallet code out of src/interfaces
|
4 years ago |
Makefile.bench.include
|
Add libsqlite3
|
4 years ago |
Makefile.crc32c.include
|
…
|
|
Makefile.leveldb.include
|
build: Enable -Wsuggest-override
|
5 years ago |
Makefile.qt.include
|
Add libsqlite3
|
4 years ago |
Makefile.qt_locale.include
|
qt: Pre-splitoff translations update
|
4 years ago |
Makefile.qttest.include
|
Add libsqlite3
|
4 years ago |
Makefile.test.include
|
Clean up assets test minimizer LDFLAGS
|
4 years ago |
Makefile.test_fuzz.include
|
…
|
|
Makefile.test_util.include
|
test: Mock IBD in net_processing fuzzers
|
4 years ago |
addrdb.cpp
|
p2p: Add ReadAnchors()
|
4 years ago |
addrdb.h
|
p2p: Add ReadAnchors()
|
4 years ago |
addrman.cpp
|
[addrman] Specify max addresses and pct when calling GetAddresses()
|
4 years ago |
addrman.h
|
Merge #20291: [net] Consolidate logic around calling CAddrMan::Connected()
|
4 years ago |
amount.h
|
…
|
|
arith_uint256.cpp
|
…
|
|
arith_uint256.h
|
…
|
|
attributes.h
|
Remove NODISCARD
|
4 years ago |
banman.cpp
|
Ignore incorrectly-serialized banlist.dat entries
|
4 years ago |
banman.h
|
Clean up separated ban/discourage interface
|
4 years ago |
base58.cpp
|
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
|
4 years ago |
base58.h
|
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
|
4 years ago |
bech32.cpp
|
…
|
|
bech32.h
|
…
|
|
bitcoin-cli-res.rc
|
Drop the leading 0 from the version number
|
4 years ago |
bitcoin-cli.cpp
|
cli -netinfo: print oversized/extreme ping times as "-"
|
4 years ago |
bitcoin-tx-res.rc
|
Drop the leading 0 from the version number
|
4 years ago |
bitcoin-tx.cpp
|
scripted diff: Improve invalid vout value rpc error message
|
4 years ago |
bitcoin-wallet-res.rc
|
Drop the leading 0 from the version number
|
4 years ago |
bitcoin-wallet.cpp
|
doc: Document that wallet salvage is experimental
|
4 years ago |
bitcoind-res.rc
|
Drop the leading 0 from the version number
|
4 years ago |
bitcoind.cpp
|
doc: Update comments for new chain settings (-signet and -chain=signet)
|
4 years ago |
blockencodings.cpp
|
Get rid of -Wthread-safety-precise warnings
|
5 years ago |
blockencodings.h
|
Get rid of -Wthread-safety-precise warnings
|
5 years ago |
blockfilter.cpp
|
Make CHash256/CHash160 output to Span
|
4 years ago |
blockfilter.h
|
[indexes] Fix default [de]serialization of BlockFilter.
|
5 years ago |
bloom.cpp
|
scripted-diff: TxoutType C++11 scoped enum class
|
4 years ago |
bloom.h
|
doc: clarify CRollingBloomFilter size estimate
|
4 years ago |
chain.cpp
|
…
|
|
chain.h
|
chain: Remove UB CChain comparison
|
4 years ago |
chainparams.cpp
|
Merge #20238: doc: Missing comments for signet parameters
|
4 years ago |
chainparams.h
|
Remove gArgs global from CreateChainParams to aid testing
|
4 years ago |
chainparamsbase.cpp
|
net: Add alternative port for onion service
|
4 years ago |
chainparamsbase.h
|
net, refactor: Refactor CBaseChainParams::RPCPort function
|
4 years ago |
chainparamsseeds.h
|
net: Hardcoded seeds update for 0.21
|
4 years ago |
checkqueue.h
|
…
|
|
clientversion.cpp
|
Drop the leading 0 from the version number
|
4 years ago |
clientversion.h
|
Drop the leading 0 from the version number
|
4 years ago |
coins.cpp
|
Add CChainState::ResizeCoinsCaches
|
4 years ago |
coins.h
|
Add CChainState::ResizeCoinsCaches
|
4 years ago |
compat.h
|
net: Drop unneeded Windows headers in compat.h
|
4 years ago |
compressor.cpp
|
…
|
|
compressor.h
|
…
|
|
core_io.h
|
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
|
4 years ago |
core_memusage.h
|
…
|
|
core_read.cpp
|
Merge #19851: refactor: Extract ParseOpCode from ParseScript
|
4 years ago |
core_write.cpp
|
refactor: Avoid duplicate map lookup in ScriptToAsmStr
|
4 years ago |
cuckoocache.h
|
…
|
|
dbwrapper.cpp
|
…
|
|
dbwrapper.h
|
Drop unused CDBWrapper methods
|
4 years ago |
dummywallet.cpp
|
wallet: Remove -upgradewallet from dummywallet
|
4 years ago |
flatfile.cpp
|
…
|
|
flatfile.h
|
Merge #18317: Serialization improvements step 6 (all except wallet/gui)
|
5 years ago |
fs.cpp
|
Add missing includes to fix compile errors
|
4 years ago |
fs.h
|
…
|
|
hash.cpp
|
Add TaggedHash function (BIP 340)
|
4 years ago |
hash.h
|
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
|
4 years ago |
httprpc.cpp
|
rpc: Validate -rpcauth arguments
|
4 years ago |
httprpc.h
|
refactor: Pass NodeContext to RPC and REST methods through util::Ref
|
5 years ago |
httpserver.cpp
|
net: Drop unneeded headers when compat.h included
|
4 years ago |
httpserver.h
|
…
|
|
indirectmap.h
|
…
|
|
init.cpp
|
Merge #20222: refactor: CTxMempool constructor clean up
|
4 years ago |
init.h
|
refactor: Create interfaces earlier during initialization
|
4 years ago |
key.cpp
|
tests: Add fuzzing harness for ec_seckey_import_der(...) and ec_seckey_export_der(...)
|
4 years ago |
key.h
|
…
|
|
key_io.cpp
|
…
|
|
key_io.h
|
…
|
|
logging.cpp
|
log: remove deprecated `db` log category
|
5 years ago |
logging.h
|
refactor: Rename LockGuard to StdLockGuard for consistency with StdMutex
|
5 years ago |
memusage.h
|
…
|
|
merkleblock.cpp
|
Make Hash[160] consume range-like objects
|
4 years ago |
merkleblock.h
|
…
|
|
miner.cpp
|
refactor: Remove unused BlockAssembler::pblock member var
|
4 years ago |
miner.h
|
Remove mapLinks in favor of entry inlined structs with iterator type erasure
|
4 years ago |
net.cpp
|
net: Treat raw message bytes as uint8_t
|
4 years ago |
net.h
|
Merge #20221: net: compat.h related cleanup
|
4 years ago |
net_permissions.cpp
|
Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
|
4 years ago |
net_permissions.h
|
Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peers
|
4 years ago |
net_processing.cpp
|
refactor: Improve use of explicit keyword
|
4 years ago |
net_processing.h
|
Avoid calling CAddrMan::Connected() on block-relay-only peer addresses
|
4 years ago |
net_types.h
|
…
|
|
netaddress.cpp
|
Break circuit earlier
|
4 years ago |
netaddress.h
|
Merge #20033: refactor: minor whitespace fixups, s/const/constexpr/ and remove template (followup to #19845)
|
4 years ago |
netbase.cpp
|
net: update GetNetworkName() with all enum Network cases
|
4 years ago |
netbase.h
|
…
|
|
netmessagemaker.h
|
refactor: s/command/msg_type/ in CNetMsgMaker and CSerializedNetMsg
|
5 years ago |
noui.cpp
|
scripted-diff: Move ui_interface to the node lib
|
4 years ago |
noui.h
|
Make ThreadSafe{MessageBox|Question} bilingual
|
5 years ago |
optional.h
|
…
|
|
outputtype.cpp
|
Enable Wswitch for OutputType
|
4 years ago |
outputtype.h
|
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
|
4 years ago |
pow.cpp
|
…
|
|
pow.h
|
…
|
|
prevector.h
|
prevector: Avoid unnamed struct, which is a GNU extension
|
5 years ago |
protocol.cpp
|
net: advertise support for ADDRv2 via new message
|
4 years ago |
protocol.h
|
net: advertise support for ADDRv2 via new message
|
4 years ago |
psbt.cpp
|
psbt: always put a non_witness_utxo and don't remove it
|
4 years ago |
psbt.h
|
scripted-diff: Use [[nodiscard]] (C++17) instead of NODISCARD
|
4 years ago |
pubkey.cpp
|
Implement Taproot validation (BIP 341)
|
4 years ago |
pubkey.h
|
refactor: Improve use of explicit keyword
|
4 years ago |
random.cpp
|
Merge #17563: lib: fix a compiler warning: unused GetDevURandom()
|
4 years ago |
random.h
|
Add templated GetRandomDuration<>
|
5 years ago |
randomenv.cpp
|
src/randomenv.cpp: fix build on uclibc
|
4 years ago |
randomenv.h
|
…
|
|
rest.cpp
|
Merge #19849: Assert that RPCArg names are equal to CRPCCommand ones (blockchain,rawtransaction)
|
4 years ago |
reverse_iterator.h
|
…
|
|
scheduler.cpp
|
clang-format scheduler
|
4 years ago |
scheduler.h
|
clang-format scheduler
|
4 years ago |
serialize.h
|
Support bypassing range check in ReadCompactSize
|
4 years ago |
shutdown.cpp
|
…
|
|
shutdown.h
|
…
|
|
signet.cpp
|
refactor: Remove SignetTxs::m_valid and use optional instead
|
4 years ago |
signet.h
|
refactor: Remove SignetTxs::m_valid and use optional instead
|
4 years ago |
span.h
|
Merge #19387: span: update constructors to match c++20 draft spec and add lifetimebound attribute
|
4 years ago |
streams.h
|
net: CAddress & CAddrMan: (un)serialize as ADDRv2
|
4 years ago |
sync.cpp
|
sync: const-qualify the argument of double_lock_detected()
|
4 years ago |
sync.h
|
Merge #19337: sync: detect double lock from the same thread
|
4 years ago |
threadinterrupt.cpp
|
…
|
|
threadinterrupt.h
|
…
|
|
threadsafety.h
|
Drop deprecated and unused GUARDED_VAR and PT_GUARDED_VAR annotations
|
4 years ago |
timedata.cpp
|
Avoid the use of abs64 in timedata
|
4 years ago |
timedata.h
|
…
|
|
tinyformat.h
|
refactor: Improve use of explicit keyword
|
4 years ago |
torcontrol.cpp
|
net: Add compat.h header for htonl function
|
4 years ago |
torcontrol.h
|
net: Pass onion service target to Tor controller
|
4 years ago |
txdb.cpp
|
Merge #18637: coins: allow cache resize after init
|
4 years ago |
txdb.h
|
txdb: add CCoinsViewDB::ChangeCacheSize
|
4 years ago |
txmempool.cpp
|
refactor: Clean up CTxMemPool initializer list
|
4 years ago |
txmempool.h
|
refactor: Improve use of explicit keyword
|
4 years ago |
txrequest.cpp
|
refactor: Improve use of explicit keyword
|
4 years ago |
txrequest.h
|
Report and verify expirations
|
4 years ago |
uint256.cpp
|
Add txrequest module
|
4 years ago |
uint256.h
|
Add txrequest module
|
4 years ago |
undo.h
|
…
|
|
validation.cpp
|
refactor: Improve use of explicit keyword
|
4 years ago |
validation.h
|
test: Mock IBD in net_processing fuzzers
|
4 years ago |
validationinterface.cpp
|
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
|
4 years ago |
validationinterface.h
|
Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas
|
4 years ago |
version.h
|
net: CNetAddr: add support to (un)serialize as ADDRv2
|
4 years ago |
versionbits.cpp
|
…
|
|
versionbits.h
|
…
|
|
versionbitsinfo.cpp
|
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
|
4 years ago |
versionbitsinfo.h
|
…
|
|
walletinitinterface.h
|
refactor: add unused ArgsManager to replace gArgs
|
4 years ago |
warnings.cpp
|
Remove dead CheckForkWarningConditionsOnNewFork
|
4 years ago |
warnings.h
|
Remove dead CheckForkWarningConditionsOnNewFork
|
4 years ago |