You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
litecoin/src
Amiti Uttarwar 41dca087b7
[trivial] Extract connection type doc into file where it is used.
4 years ago
..
bench Remove gArgs global from CreateChainParams to aid testing 4 years ago
compat
config
consensus add signet basic support (signet.cpp) 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 [send] Make send RPCs return fee reason 4 years ago
leveldb
logging
node Merge #19879: [p2p] miscellaneous wtxid followups 4 years ago
policy policy/fees: remove a floating-point division by zero 4 years ago
primitives net: CNetAddr: add support to (un)serialize as ADDRv2 4 years ago
qt qt: Periodic translations update 4 years ago
rpc [trivial] Extract connection type doc into file where it is used. 4 years ago
script Merge #20006: Fix misleading error message: Clean stack rule 4 years ago
secp256k1 Update src/secp256k1 subtree to upstream libsecp256k1 4 years ago
support Move Win32 defines to configure.ac to ensure they are globally defined 4 years ago
test test: add test coverage for CNetAddr ipv6 scoped addresses 4 years ago
univalue
util Merge #19845: net: CNetAddr: add support to (un)serialize as ADDRv2 4 years ago
wallet Merge #19956: rpc: Improve invalid vout value rpc error message 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 #18267: BIP-325: Signet [consensus] 4 years ago
Makefile.bench.include build: split PTHREAD_* flags out of AM_LDFLAGS 4 years ago
Makefile.crc32c.include
Makefile.leveldb.include
Makefile.qt.include build: split PTHREAD_* flags out of AM_LDFLAGS 4 years ago
Makefile.qt_locale.include qt: Periodic translations update 4 years ago
Makefile.qttest.include build: split PTHREAD_* flags out of AM_LDFLAGS 4 years ago
Makefile.test.include Merge #18267: BIP-325: Signet [consensus] 4 years ago
Makefile.test_fuzz.include
Makefile.test_util.include
addrdb.cpp refactor: Use uint16_t instead of unsigned short 4 years ago
addrdb.h Clean up separated ban/discourage interface 4 years ago
addrman.cpp [addrman] Specify max addresses and pct when calling GetAddresses() 4 years ago
addrman.h [addrman] Specify max addresses and pct when calling GetAddresses() 4 years ago
amount.h
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp banlist: log post-swept banlist size at startup 4 years ago
banman.h Clean up separated ban/discourage interface 4 years ago
base58.cpp Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check} 4 years ago
base58.h Merge #19739: refactor: remove c-string interfaces for DecodeBase58{Check} 4 years ago
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp rpc: Set HTTP Content-Type in bitcoin-cli 4 years ago
bitcoin-tx-res.rc
bitcoin-tx.cpp scripted diff: Improve invalid vout value rpc error message 4 years ago
bitcoin-wallet-res.rc
bitcoin-wallet.cpp doc: Update comments for new chain settings (-signet and -chain=signet) 4 years ago
bitcoind-res.rc
bitcoind.cpp doc: Update comments for new chain settings (-signet and -chain=signet) 4 years ago
blockencodings.cpp
blockencodings.h
blockfilter.cpp Make CHash256/CHash160 output to Span 4 years ago
blockfilter.h
bloom.cpp scripted-diff: TxoutType C++11 scoped enum class 4 years ago
bloom.h
chain.cpp
chain.h chain: Remove UB CChain comparison 4 years ago
chainparams.cpp signet: do not log signet startup messages for other chains 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
checkqueue.h
clientversion.cpp
clientversion.h
coins.cpp Add CChainState::ResizeCoinsCaches 4 years ago
coins.h Add CChainState::ResizeCoinsCaches 4 years ago
compat.h Move Win32 defines to configure.ac to ensure they are globally defined 4 years ago
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
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 Merge #19671: wallet: Remove -zapwallettxes 4 years ago
flatfile.cpp
flatfile.h
fs.cpp Add missing includes to fix compile errors 4 years ago
fs.h
hash.cpp Add SHA256Uint256 helper functions 4 years ago
hash.h Add SHA256Uint256 helper functions 4 years ago
httprpc.cpp
httprpc.h
httpserver.cpp scripted-diff: Move ui_interface to the node lib 4 years ago
httpserver.h
indirectmap.h
init.cpp Merge #19991: net: Use alternative port for incoming Tor connections 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
limitedmap.h
logging.cpp log: remove deprecated `db` log category 5 years ago
logging.h
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 Merge #19991: net: Use alternative port for incoming Tor connections 4 years ago
net.h [trivial] Extract connection type doc into file where it is used. 4 years ago
net_permissions.cpp Add addr permission flag enabling non-cached addr sharing 4 years ago
net_permissions.h Add addr permission flag enabling non-cached addr sharing 4 years ago
net_processing.cpp Merge #19723: Ignore unknown messages before VERACK 4 years ago
net_processing.h Merge #19498: Tidy up ProcessOrphanTx 4 years ago
net_types.h
netaddress.cpp net: rename CNetAddr scopeId to m_scope_id, improve code doc 4 years ago
netaddress.h net: rename CNetAddr scopeId to m_scope_id, improve code doc 4 years ago
netbase.cpp net: change CNetAddr::ip to have flexible size 4 years ago
netbase.h
netmessagemaker.h
noui.cpp scripted-diff: Move ui_interface to the node lib 4 years ago
noui.h
optional.h
outputtype.cpp Enable Wswitch for OutputType 4 years ago
outputtype.h Remove confusing OutputType::CHANGE_AUTO 4 years ago
pow.cpp
pow.h
prevector.h
protocol.cpp Remove header checks out of net_processing 4 years ago
protocol.h Remove header checks out of net_processing 4 years ago
psbt.cpp psbt: always put a non_witness_utxo and don't remove it 4 years ago
psbt.h psbt: always put a non_witness_utxo and don't remove it 4 years ago
pubkey.cpp tests: Add fuzzing harness for SigHasLowR(...) and ecdsa_signature_parse_der_lax(...) 4 years ago
pubkey.h Make Hash[160] consume range-like objects 4 years ago
random.cpp Merge #17563: lib: fix a compiler warning: unused GetDevURandom() 4 years ago
random.h
randomenv.cpp
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 refactor: Use uint16_t instead of unsigned short 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 Add MakeUCharSpan, to help constructing Span<[const] unsigned char> 4 years ago
streams.h refactor: Drop unused CBufferedFile::Seek() 4 years ago
sync.cpp sync.h: Make runtime lock checks require compile-time lock checks 4 years ago
sync.h Remove unused LockAssertion struct 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 scripted-diff: Move ui_interface to the node lib 4 years ago
timedata.h
tinyformat.h
torcontrol.cpp net: Pass onion service target to Tor controller 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 Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 4 years ago
txmempool.h Add 'sequence' zmq publisher to track all block (dis)connects, mempool deltas 4 years ago
uint256.cpp uint256: Update constructors to c++11, make ONE static 4 years ago
uint256.h scripted-diff: Replace UINT256_ONE() with uint256::ONE 4 years ago
undo.h
validation.cpp Merge #19898: log: print unexpected version warning in validation log category 4 years ago
validation.h Merge #19927: validation: Reduce direct g_chainman usage 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
versionbitsinfo.h
walletinitinterface.h refactor: add unused ArgsManager to replace gArgs 4 years ago
warnings.cpp Make SetMiscWarning() accept bilingual_str argument 4 years ago
warnings.h Make SetMiscWarning() accept bilingual_str argument 4 years ago