aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-10-14Add libsqlite3Andrew Chow
2020-10-14refactor: enable -netinfo to add future networks (i2p, cjdns)Jon Atack
2020-10-14RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msgLuke Dashjr
2020-10-14RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")Luke Dashjr
2020-10-14scripted-diff: rename vRecvGetDataNeha Narula
2020-10-14Guard vRecvGetData (now in net processing) with its own mutexNeha Narula
2020-10-14Move vRecvGetData to net processingNeha Narula
2020-10-14Lock before checking if orphan_work_set is empty; indicate it is guardedNeha Narula
2020-10-14Move m_orphan_work_set to net_processingNeha Narula
2020-10-14Merge #18750: build: optionally skip external warningsWladimir J. van der Laan
2020-10-14refactor: promote some -netinfo localvars to class membersJon Atack
2020-10-14cli: simplify -netinfo using getpeerinfo network fieldJon Atack
2020-10-14rpc, test: expose CNodeStats network in RPC getpeerinfoJon Atack
2020-10-14net: add peer network to CNodeStatsJon Atack
2020-10-14Merge #20130: Wallet: remove db mode stringWladimir J. van der Laan
2020-10-14Merge #20129: tests: don't export in6addr_loopbackMarcoFalke
2020-10-14net: Send post-verack handshake messages at most onceMarcoFalke
2020-10-14Merge #20109: Release notes and followups from 19339fanquake
2020-10-13[Rename only] Rename orphan_work_set to m_orphan_work_set.Neha Narula
2020-10-13rpc: Adjust witness-tx deserialize error messageMarcoFalke
2020-10-13Merge bitcoin-core/gui#102: Fix SplashScreen crash when run with -disablewalletMarcoFalke
2020-10-13Merge #20141: Avoid the use of abs64 in timedatafanquake
2020-10-13wallet: remove db mode stringIvan Metlushko
2020-10-12Avoid the use of abs64 in timedataPieter Wuille
2020-10-12tests: dumping and minimizing of script assets dataPieter Wuille
2020-10-12tests: add generic qa-asset-based script verification unit testPieter Wuille
2020-10-12Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)Pieter Wuille
2020-10-12Make Taproot spends standard + policy limitsPieter Wuille
2020-10-12Implement Tapscript script validation rules (BIP 342)Johnson Lau
2020-10-12Use ScriptExecutionData to pass through annex hashPieter Wuille
2020-10-12Implement Taproot validation (BIP 341)Pieter Wuille
2020-10-12Support for Schnorr signatures and integration in SignatureCheckers (BIP 340)Pieter Wuille
2020-10-12Implement Taproot signature hashing (BIP 341)Johnson Lau
2020-10-12Ignore incorrectly-serialized banlist.dat entriesPieter Wuille
2020-10-12Restore compatibility with old CSubNet serializationPieter Wuille
2020-10-12Report and verify expirationsPieter Wuille
2020-10-12Delete limitedmap as it is unused nowPieter Wuille
2020-10-12Make txid delay penalty also apply to fetches of orphan's parentsPieter Wuille
2020-10-12Expedite removal of tx requests that are no longer neededPieter Wuille
2020-10-12Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peersPieter Wuille
2020-10-12Change transaction request logic to use txrequestPieter Wuille
2020-10-12Add txrequest fuzz testsPieter Wuille
2020-10-12Add txrequest unit testsPieter Wuille
2020-10-12Add txrequest modulePieter Wuille
2020-10-12Merge #19998: net: Add CNode::ConnectedThroughNetwork member functionWladimir J. van der Laan
2020-10-12build: optionally skip external warningsVasil Dimov
2020-10-12test: Remove unused nVersion=1 in p2p testsMarcoFalke
2020-10-12Add TaggedHash function (BIP 340)Pieter Wuille
2020-10-12refactor: keep spent outputs in PrecomputedTransactionDataPieter Wuille
2020-10-12tests: don't export in6addr_loopbackVasil Dimov