aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | Update libsecp256k1 subtree to latest masterPieter Wuille2020-10-1439-947/+1586
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | Squashed 'src/secp256k1/' changes from 8ab24e8dad..c6b6b8f1bbPieter Wuille2020-10-1439-947/+1586
* | | | | | | | | | | | | | | | | | | | | | | Merge #20146: net: Send post-verack handshake messages at most oncefanquake2020-10-151-2/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | net: Send post-verack handshake messages at most onceMarcoFalke2020-10-141-2/+3
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #19988: Overhaul transaction request logicWladimir J. van der Laan2020-10-1418-447/+2297
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Report and verify expirationsPieter Wuille2020-10-126-13/+64
| * | | | | | | | | | | | | | | | | | | | | Delete limitedmap as it is unused nowPieter Wuille2020-10-125-204/+0
| * | | | | | | | | | | | | | | | | | | | | Make txid delay penalty also apply to fetches of orphan's parentsPieter Wuille2020-10-121-2/+2
| * | | | | | | | | | | | | | | | | | | | | Expedite removal of tx requests that are no longer neededPieter Wuille2020-10-121-2/+23
| * | | | | | | | | | | | | | | | | | | | | Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peersPieter Wuille2020-10-125-6/+38
| * | | | | | | | | | | | | | | | | | | | | Change transaction request logic to use txrequestPieter Wuille2020-10-123-238/+150
| * | | | | | | | | | | | | | | | | | | | | Add txrequest fuzz testsPieter Wuille2020-10-122-0/+375
| * | | | | | | | | | | | | | | | | | | | | Add txrequest unit testsPieter Wuille2020-10-124-1/+857
| * | | | | | | | | | | | | | | | | | | | | Add txrequest modulePieter Wuille2020-10-125-0/+807
| | |_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #18750: build: optionally skip external warningsWladimir J. van der Laan2020-10-142-2/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | build: optionally skip external warningsVasil Dimov2020-10-122-2/+39
* | | | | | | | | | | | | | | | | | | | | | Merge #20130: Wallet: remove db mode stringWladimir J. van der Laan2020-10-145-30/+25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | wallet: remove db mode stringIvan Metlushko2020-10-135-30/+25
* | | | | | | | | | | | | | | | | | | | | | | Merge #20129: tests: don't export in6addr_loopbackMarcoFalke2020-10-141-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | tests: don't export in6addr_loopbackVasil Dimov2020-10-121-3/+3
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge #20109: Release notes and followups from 19339fanquake2020-10-142-5/+16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | [doc] release notes for max fee checkinggzhao4082020-10-091-2/+12
| * | | | | | | | | | | | | | | | | | | | | | style and nits for fee-checking in BroadcastTransactiongzhao4082020-10-081-3/+4
* | | | | | | | | | | | | | | | | | | | | | | Merge bitcoin-core/gui#102: Fix SplashScreen crash when run with -disablewalletMarcoFalke2020-10-131-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | gui: Fix SplashScreen crash when run with -disablewalletHennadii Stepanov2020-10-091-0/+2
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge #20126: test: p2p_leak_tx.py improvements (use MiniWallet, add p2p_lock...MarcoFalke2020-10-131-8/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | test: add p2p_lock acquires in p2p_leak_tx.pySebastian Falbesoner2020-10-121-3/+5
| * | | | | | | | | | | | | | | | | | | | | | | test: use MiniWallet for p2p_leak_tx.pySebastian Falbesoner2020-10-111-5/+6
| |/ / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | Merge #20141: Avoid the use of abs64 in timedatafanquake2020-10-131-7/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | Avoid the use of abs64 in timedataPieter Wuille2020-10-121-7/+3
| | |_|/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #19998: net: Add CNode::ConnectedThroughNetwork member functionWladimir J. van der Laan2020-10-126-10/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | test: Add tests for CNode::ConnectedThroughNetworkHennadii Stepanov2020-10-032-4/+45
| * | | | | | | | | | | | | | | | | | | | | net: Add CNode::ConnectedThroughNetwork member functionHennadii Stepanov2020-10-034-2/+19
| * | | | | | | | | | | | | | | | | | | | | net: Add CNode::m_inbound_onion data memberHennadii Stepanov2020-10-032-4/+19
* | | | | | | | | | | | | | | | | | | | | | Merge #20119: BIP155 follow-upsfanquake2020-10-123-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | Only relay IPv4, IPv6, Tor addressesPieter Wuille2020-10-112-0/+9
| * | | | | | | | | | | | | | | | | | | | | Mention BIP155 in doc/bips.mdPieter Wuille2020-10-111-1/+2
|/ / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake2020-10-1119-48/+596
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | tor: make a TORv3 hidden service instead of TORv2Vasil Dimov2020-10-093-4/+17
| * | | | | | | | | | | | | | | | | | | | net: advertise support for ADDRv2 via new messageVasil Dimov2020-10-0912-23/+392
| * | | | | | | | | | | | | | | | | | | | net: CAddress & CAddrMan: (un)serialize as ADDRv2Vasil Dimov2020-10-095-16/+170
| * | | | | | | | | | | | | | | | | | | | Support bypassing range check in ReadCompactSizePieter Wuille2020-10-091-5/+17
* | | | | | | | | | | | | | | | | | | | | Merge #20107: doc: Collect release-notes snippetsfanquake2020-10-0912-91/+82
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | doc: Add release notes for #20101MarcoFalke2020-10-081-0/+4
| * | | | | | | | | | | | | | | | | | | | | doc: Collect release-notes snippetsMarcoFalke2020-10-0212-91/+78
| | |_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge #20076: doc: Update and improve files.mdfanquake2020-10-091-10/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | doc: Update and improve files.mdHennadii Stepanov2020-10-061-10/+11
* | | | | | | | | | | | | | | | | | | | | | Merge #20106: cirrus: Use kvm to avoid spurious CI failures in the default vi...MarcoFalke2020-10-091-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | cirrus: Use kvm to avoid spurious CI failures in the default virtualization c...MarcoFalke2020-10-081-0/+1
| | |_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge #20105: [net] Remove CombinerAllWladimir J. van der Laan2020-10-082-32/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \