0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00
bitcoin-core/src
Jon Atack 5ba829e12e
rpc: fix getpeerinfo RPCResult mapped_as type
and mention it is only available if the asmap config flag is set.
2020-03-04 14:54:27 +01:00
..
bench refactor: test/bench: dedup SetupDummyInputs() 2020-02-28 21:09:03 +01:00
compat
config
consensus Templatize ValidationState instead of subclassing 2020-02-27 17:59:21 -08:00
crc32c Import crc32c using subtree merge as as 'src/crc32c' 2020-01-28 17:00:01 +01:00
crypto
index
interfaces
leveldb
logging doc: Correct spelling errors in comments 2020-03-02 23:07:21 -08:00
node doc: Correct spelling errors in comments 2020-03-02 23:07:21 -08:00
policy
primitives
qt Deduplicate the message signing code 2020-02-14 10:45:40 +01:00
rpc rpc: fix getpeerinfo RPCResult mapped_as type 2020-03-04 14:54:27 +01:00
script Merge #18034: Get the OutputType for a descriptor 2020-02-22 08:02:52 +13:00
secp256k1
support
test Merge #17399: validation: Templatize ValidationState instead of subclassing 2020-03-01 15:34:05 -05:00
univalue Update univalue subtree 2020-02-09 07:44:29 -08:00
util Merge #17399: validation: Templatize ValidationState instead of subclassing 2020-03-01 15:34:05 -05:00
wallet Merge #17809: rpc: Auto-format RPCResult 2020-03-04 08:16:57 -05:00
zmq rpc: Auto-format RPCResult 2020-02-25 22:35:58 +07:00
.clang-format
addrdb.cpp
addrdb.h
addrman.cpp logging: asmap logging and #include fixups 2020-03-04 14:24:19 +01:00
addrman.h logging: asmap logging and #include fixups 2020-03-04 14:24:19 +01:00
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
bitcoin-tx-res.rc
bitcoin-tx.cpp
bitcoin-wallet-res.rc
bitcoin-wallet.cpp
bitcoind-res.rc
bitcoind.cpp
blockencodings.cpp
blockencodings.h
blockfilter.cpp
blockfilter.h
bloom.cpp
bloom.h
chain.cpp
chain.h Get rid of VARINT default argument 2020-02-10 12:00:10 -08:00
chainparams.cpp [test] add chainparams property to indicate chain allows time mocking 2020-02-13 08:59:51 -08:00
chainparams.h [test] add chainparams property to indicate chain allows time mocking 2020-02-13 08:59:51 -08:00
chainparamsbase.cpp
chainparamsbase.h
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
cuckoocache.h
dbwrapper.cpp
dbwrapper.h
dummywallet.cpp
flatfile.cpp
flatfile.h Get rid of VARINT default argument 2020-02-10 12:00:10 -08:00
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp
httprpc.h
httpserver.cpp httpserver: use own HTTP status codes 2020-02-18 08:29:35 +01:00
httpserver.h
indirectmap.h
init.cpp logging: asmap logging and #include fixups 2020-03-04 14:24:19 +01:00
init.h
key.cpp
key.h
key_io.cpp
key_io.h
limitedmap.h
logging.cpp
logging.h
Makefile.am Refactor FormatStateMessage into ValidationState 2020-02-27 17:59:07 -08:00
Makefile.bench.include
Makefile.crc32c.include build: CRC32C build system integration 2020-01-28 17:01:48 +01:00
Makefile.leveldb.include build: CRC32C build system integration 2020-01-28 17:01:48 +01:00
Makefile.qt.include
Makefile.qt_locale.include
Makefile.qttest.include
Makefile.test.include Merge #17771: tests: Add fuzzing harness for V1TransportDeserializer (P2P transport) 2020-02-28 02:35:14 +07:00
Makefile.test_util.include
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp Refactor FormatStateMessage into ValidationState 2020-02-27 17:59:07 -08:00
miner.h
net.cpp Merge #16562: Refactor message transport packaging 2020-02-28 17:01:58 -05:00
net.h Merge #16562: Refactor message transport packaging 2020-02-28 17:01:58 -05:00
net_permissions.cpp
net_permissions.h net: Remove forcerelay of rejected txs 2020-02-11 07:44:12 -08:00
net_processing.cpp Refactor FormatStateMessage into ValidationState 2020-02-27 17:59:07 -08:00
net_processing.h Use rolling bloom filter of recent block tx's for AlreadyHave() check 2020-01-29 09:37:21 -05:00
net_types.h
netaddress.cpp net: extract conditional to bool CNetAddr::IsHeNet 2020-03-04 14:31:31 +01:00
netaddress.h net: extract conditional to bool CNetAddr::IsHeNet 2020-03-04 14:31:31 +01:00
netbase.cpp
netbase.h
netmessagemaker.h
noui.cpp
noui.h
optional.h
outputtype.cpp Revert "Store p2sh scripts in AddAndGetDestinationForScript" 2020-02-12 11:48:30 -05:00
outputtype.h
pow.cpp
pow.h
prevector.h Merge #17708: prevector: avoid misaligned member accesses 2020-02-12 17:48:30 +01:00
protocol.cpp
protocol.h
psbt.cpp Merge #17156: psbt: check that various indexes and amounts are within bounds 2020-01-29 19:39:50 +08:00
psbt.h
pubkey.cpp
pubkey.h
random.cpp
random.h
randomenv.cpp Drop unused mach time headers 2020-02-28 14:56:49 -08:00
randomenv.h
rest.cpp
reverse_iterator.h
reverselock.h
scheduler.cpp [util] allow scheduler to be mocked 2020-02-13 08:59:51 -08:00
scheduler.h [util] allow scheduler to be mocked 2020-02-13 08:59:51 -08:00
serialize.h Add static_asserts to ser_X_to_Y() methods 2020-02-19 18:44:46 +01:00
shutdown.cpp
shutdown.h
span.h
streams.h
sync.cpp
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp Get rid of VARINT default argument 2020-02-10 12:00:10 -08:00
txdb.h
txmempool.cpp
txmempool.h doc: Correct spelling errors in comments 2020-03-02 23:07:21 -08:00
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h Convert undo.h to new serialization framework 2020-02-06 19:08:11 -08:00
validation.cpp Refactor FormatStateMessage into ValidationState 2020-02-27 17:59:07 -08:00
validation.h
validationinterface.cpp Refactor FormatStateMessage into ValidationState 2020-02-27 17:59:07 -08:00
validationinterface.h
version.h
versionbits.cpp
versionbits.h
versionbitsinfo.cpp
versionbitsinfo.h
walletinitinterface.h
warnings.cpp
warnings.h