..
bench
[validation] Remove absurdfee from accepttomempool
4 years ago
compat
net: Use C++11 member initialization in protocol
5 years ago
config
…
consensus
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
4 years ago
crc32c
Import crc32c using subtree merge as as 'src/crc32c'
5 years ago
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
Update to leveldb upstream using subtree merge
5 years ago
logging
Remove use of non-standard zero variadic macros
5 years ago
node
style and nits for fee-checking in BroadcastTransaction
4 years ago
policy
Make Taproot spends standard + policy limits
4 years ago
primitives
Report and verify expirations
4 years ago
qt
gui: Fix SplashScreen crash when run with -disablewallet
4 years ago
rpc
Merge #20002 : net, rpc, cli: expose peer network in getpeerinfo; simplify/improve -netinfo
4 years ago
script
Make Taproot spends standard + policy limits
4 years ago
secp256k1
Update libsecp256k1 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 #20131 : test: Remove unused nVersion=1 in p2p tests
4 years ago
univalue
Update univalue subtree
5 years ago
util
Merge #20092 : util: Do not use gArgs global in ArgsManager member functions
4 years ago
wallet
Merge #19953 : Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
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 #19077 : wallet: Add sqlite as an alternative wallet database and use it for new descriptor wallets
4 years ago
Makefile.bench.include
Add libsqlite3
4 years ago
Makefile.crc32c.include
build: CRC32C build system integration
5 years ago
Makefile.leveldb.include
build: Enable -Wsuggest-override
5 years ago
Makefile.qt.include
Add libsqlite3
4 years ago
Makefile.qt_locale.include
qt: Periodic translations update
4 years ago
Makefile.qttest.include
Add libsqlite3
4 years ago
Makefile.test.include
Merge #19953 : Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
4 years ago
Makefile.test_fuzz.include
build: create test_fuzz library from src/test/fuzz/fuzz.cpp
5 years ago
Makefile.test_util.include
fuzz: Add process_messages harness
5 years ago
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
net: CAddress & CAddrMan: (un)serialize as ADDRv2
4 years ago
amount.h
…
arith_uint256.cpp
scripted-diff: Bump copyright of files changed in 2019
5 years ago
arith_uint256.h
scripted-diff: Bump copyright of files changed in 2019
5 years ago
attributes.h
…
banman.cpp
Ignore incorrectly-serialized banlist.dat entries
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
refactor: enable -netinfo to add future networks (i2p, cjdns)
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
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
Merge #18317 : Serialization improvements step 6 (all except wallet/gui)
5 years ago
chain.cpp
scripted-diff: Bump copyright of files changed in 2019
5 years ago
chain.h
chain: Remove UB CChain comparison
4 years ago
chainparams.cpp
Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)
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.20
5 years ago
checkqueue.h
scripted-diff: Bump copyright headers
5 years ago
clientversion.cpp
Drop unused GIT_COMMIT_DATE macro
5 years ago
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
scripted-diff: Bump copyright of files changed in 2019
5 years ago
compressor.h
scripted-diff: Bump copyright headers
5 years ago
core_io.h
scripted-diff: Bump copyright of files changed in 2019
5 years ago
core_memusage.h
…
core_read.cpp
Merge #17775 : DecodeHexTx: Try case where txn has inputs first
4 years ago
core_write.cpp
refactor: Avoid duplicate map lookup in ScriptToAsmStr
4 years ago
cuckoocache.h
tests: Add fuzzing harness for classes/functions in cuckoocache.h
5 years ago
dbwrapper.cpp
scripted-diff: Bump copyright of files changed in 2019
5 years ago
dbwrapper.h
Drop unused CDBWrapper methods
4 years ago
dummywallet.cpp
Merge #19671 : wallet: Remove -zapwallettxes
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
scripted-diff: Bump copyright of files changed in 2019
5 years ago
hash.cpp
Add TaggedHash function (BIP 340)
4 years ago
hash.h
Add TaggedHash function (BIP 340)
4 years ago
httprpc.cpp
Merge #18740 : Remove g_rpc_node global
5 years ago
httprpc.h
refactor: Pass NodeContext to RPC and REST methods through util::Ref
5 years ago
httpserver.cpp
scripted-diff: Move ui_interface to the node lib
4 years ago
httpserver.h
scripted-diff: Bump copyright headers
5 years ago
indirectmap.h
scripted-diff: Bump copyright headers
5 years ago
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
scripted-diff: Bump copyright of files changed in 2019
5 years ago
key_io.cpp
scripted-diff: Bump copyright of files changed in 2019
5 years ago
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
scripted-diff: Bump copyright headers
5 years ago
merkleblock.cpp
Make Hash[160] consume range-like objects
4 years ago
merkleblock.h
Convert merkleblock to new serialization
5 years ago
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: add peer network to CNodeStats
4 years ago
net.h
Merge #20002 : net, rpc, cli: expose peer network in getpeerinfo; simplify/improve -netinfo
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
Merge #20146 : net: Send post-verack handshake messages at most once
4 years ago
net_processing.h
Change transaction request logic to use txrequest
4 years ago
net_types.h
…
netaddress.cpp
Merge #20140 : Restore compatibility with old CSubNet serialization
4 years ago
netaddress.h
Merge #20140 : Restore compatibility with old CSubNet serialization
4 years ago
netbase.cpp
net: change CNetAddr::ip to have flexible size
4 years ago
netbase.h
net: Avoid using C-style NUL-terminated strings as arguments in the netbase interface
5 years ago
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
scripted-diff: Bump copyright of files changed in 2019
5 years ago
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
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
psbt: always put a non_witness_utxo and don't remove it
4 years ago
pubkey.cpp
Implement Taproot validation (BIP 341)
4 years ago
pubkey.h
Implement Taproot validation (BIP 341)
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
scripted-diff: Bump copyright headers
5 years ago
randomenv.h
[MOVEONLY] Move perfmon data gathering to new randomenv module
5 years ago
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
Add MakeUCharSpan, to help constructing Span<[const] unsigned char>
4 years ago
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
scripted-diff: Bump copyright of files changed in 2019
5 years ago
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
util: Update tinyformat to upstream
5 years ago
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
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
txrequest.cpp
Report and verify expirations
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
scripted-diff: Bump copyright headers
5 years ago
validation.cpp
Merge #19953 : Implement BIP 340-342 validation (Schnorr/taproot/tapscript)
4 years ago
validation.h
[validation] Remove absurdfee from accepttomempool
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
scripted-diff: Bump copyright of files changed in 2019
5 years ago
versionbits.h
scripted-diff: Bump copyright of files changed in 2019
5 years ago
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
Make SetMiscWarning() accept bilingual_str argument
4 years ago
warnings.h
Make SetMiscWarning() accept bilingual_str argument
4 years ago