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
Sjors Provoost 8273ea3b8d
Move signet onion seed from v2 to v3
4 years ago
..
bench Only relay Taproot spends if next block has it active 4 years ago
compat
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 [send] Make send RPCs return fee reason 4 years ago
leveldb
logging
node style and nits for fee-checking in BroadcastTransaction 4 years ago
policy wallet: update fee rate units, use sat/vB for fee_rate error messages 4 years ago
primitives Report and verify expirations 4 years ago
qt gui: pre-rc3 translations update 4 years ago
rpc wallet: provide valid values if invalid estimate mode passed 4 years ago
script script: Make ComputeEntrySchnorr and ComputeEntryECDSA const to clarify contract 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 #20305: wallet: introduce fee_rate sat/vB param/option 4 years ago
univalue
util wallet: provide valid values if invalid estimate mode passed 4 years ago
wallet wallet, bugfix: allow send to take string fee rate values 4 years ago
zmq zmq: Append address to notify log output 4 years ago
.clang-format
Makefile.am build: Avoid secp256k1.h include from system 4 years ago
Makefile.bench.include Add libsqlite3 4 years ago
Makefile.crc32c.include
Makefile.leveldb.include
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 tests: Add fuzzing harness for CAddrMan 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.h addrman: ensure old versions don't parse peers.dat 4 years ago
amount.h
arith_uint256.cpp
arith_uint256.h
attributes.h
banman.cpp Ignore incorrectly-serialized banlist.dat entries 4 years ago
banman.h
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 cli -netinfo: print oversized/extreme ping times as "-" 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: Document that wallet salvage is experimental 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
blockfilter.h
bloom.cpp
bloom.h
chain.cpp
chain.h chain: Remove UB CChain comparison 4 years ago
chainparams.cpp Move signet onion seed from v2 to v3 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
clientversion.h
coins.cpp
coins.h
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 Improve heuristic hex transaction decoding 4 years ago
core_write.cpp refactor: Avoid duplicate map lookup in ScriptToAsmStr 4 years ago
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
dummywallet.cpp wallet: Remove -upgradewallet from dummywallet 4 years ago
flatfile.cpp
flatfile.h
fs.cpp
fs.h
hash.cpp Add TaggedHash function (BIP 340) 4 years ago
hash.h Add TaggedHash function (BIP 340) 4 years ago
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
indirectmap.h
init.cpp Remove references to CreateWalletFromFile 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
logging.h
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp
miner.h Remove mapLinks in favor of entry inlined structs with iterator type erasure 4 years ago
net.cpp Make it easier to reason about node eviction by removing unused NodeEvictionCandidate::addr (CAddress) 4 years ago
net.h Refactor test for existing peer connection into own function 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 Send and require SENDADDRV2 before VERACK 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
noui.cpp
noui.h
optional.h
outputtype.cpp
outputtype.h
pow.cpp
pow.h
prevector.h
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.h
pubkey.cpp Implement Taproot validation (BIP 341) 4 years ago
pubkey.h Implement Taproot validation (BIP 341) 4 years ago
random.cpp
random.h
randomenv.cpp random: fixes read buffer resizing in RandAddSeedPerfmon 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
scheduler.h
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
streams.h net: CAddress & CAddrMan: (un)serialize as ADDRv2 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 Avoid the use of abs64 in timedata 4 years ago
timedata.h
tinyformat.h
torcontrol.cpp Merge #19954: Complete the BIP155 implementation and upgrade to TORv3 4 years ago
torcontrol.h net: Pass onion service target to Tor controller 4 years ago
txdb.cpp
txdb.h
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
txrequest.cpp p2p: declare Announcement::m_state as uint8_t, add getter/setter 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 Avoid signed integer overflow when loading a mempool.dat file with a malformed time field 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
warnings.cpp
warnings.h