- 25 Oct, 2016 3 commits
-
-
MarcoFalke authored
nMaxInbound might very well be 0 or -1, if the user prefers to keep a small number of maxconnections. Note: nMaxInbound of -1 means that the user set maxconnections to 8 or less, but we still want to keep an additional slot for the feeler connection. Github-Pull: #9008 Rebased-From: fa1c3c2e
-
Wladimir J. van der Laan authored
99f5cf1 release-notes: Update from blog draft (Luke Dashjr)
-
Luke Dashjr authored
-
- 20 Oct, 2016 2 commits
-
-
Wladimir J. van der Laan authored
Minor version, not major version.
-
Wladimir J. van der Laan authored
(Eric participated in Segwit work but has no direct commits, so should be mentioned)
-
- 19 Oct, 2016 6 commits
-
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
Github-Pull: #8949
-
Wladimir J. van der Laan authored
-
Luke Dashjr authored
Github-Pull: #8951 Rebased-From: 59daa58d
-
Gregory Maxwell authored
We normally prefer to connect to peers offering the relevant services. If we're not connected to enough peers with relevant services, we probably don't know about them and could use dnsseed's help. Github-Pull: #8949 Rebased-From: 46304791
-
Gregory Maxwell authored
Only allow skipping relevant services until there are four outbound connections up. This avoids quickly filling up with peers lacking the relevant services when addrman has few or none of them. Github-Pull: #8949 Rebased-From: 95834772
-
- 18 Oct, 2016 5 commits
-
-
Wladimir J. van der Laan authored
d179eed doc: update 0.13.1 release note info on linux arm builds [skip ci] (mruddy)
-
mruddy authored
[skip ci]
-
Matt Corallo authored
This value can be significantly higher if the users uses addnode Github-Pull: #8944 Rebased-From: 1ab21cf3
-
Wladimir J. van der Laan authored
Base64 contains '/', and the '/' character in credentials is problematic for AuthServiceProxy which represents the RPC endpoint as an URI with user and password embedded. Closes #8399. Github-Pull: #8858 Rebased-From: 1c80386b
-
Wladimir J. van der Laan authored
c9ffe90 Add historical release notes for v0.13.0 (Micha)
-
- 17 Oct, 2016 24 commits
-
-
Wladimir J. van der Laan authored
bf86073 Release notes: correct segwit signalling period start conditions (David A. Harding) 2de93f0 Relase notes: correct segwit activation point (David A. Harding) 5f9c7b0 Release notes: add info about segwit and null dummy soft forks (David A. Harding)
-
Wladimir J. van der Laan authored
-
Micha authored
[skip ci]
-
David A. Harding authored
[ci skip]
-
David A. Harding authored
-
David A. Harding authored
[no ci]
-
Wladimir J. van der Laan authored
-
Christian Decker authored
Currently supports filtering by any combination of the 4 least significant bits. Github-Pull: #8940 Rebased-From: 2449e126
-
Matt Corallo authored
Github-Pull: #8940 Rebased-From: ffb47139
-
Matt Corallo authored
Github-Pull: #8940 Rebased-From: 504c72ad
-
Wladimir J. van der Laan authored
fa161e8 [doc] 0.13.1: Minor clarification to release notes (MarcoFalke)
-
MarcoFalke authored
-
Pieter Wuille authored
Github-Pull: #8939 Rebased-From: 0941f556
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
-
Pieter Wuille authored
Github-Pull: #8937 Rebased-From: f9c23dea
-
Wladimir J. van der Laan authored
-
Wladimir J. van der Laan authored
9777fe1 remove redundant tests in p2p-segwit.py (Johnson Lau) fef7b46 test segwit uncompressed key fixes (Johnson Lau) 4ec21e8 Fix ismine and addwitnessaddress: no uncompressed keys in segwit (Pieter Wuille) 908fced [qa] Add tests for uncompressed pubkeys in segwit (Suhas Daftuar) b4b8527 Make test framework produce lowS signatures (Johnson Lau) 821f3e6 Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts (Johnson Lau) 540413d Add standard limits for P2WSH with tests (Johnson Lau) 9bb2a02 [qa] Build v4 blocks in p2p-compactblocktests (Matt Corallo) df5069b [qa] Send segwit-encoded blocktxn messages in p2p-compactblocks (Matt Corallo) bcf3806 Update bitcoin-tx to output witness data. (jonnynewbs) cc6f551 [qa] Fix compact block shortids for a test case (Dagur Valberg Johannsson) 4bb9ce8 Use cmpctblock type 2 for segwit-enabled transfer (Matt Corallo) 890ac25 Fix overly-prescriptive p2p-segwit test for new fetch logic (Matt Corallo) fe1975a Use cmpctblock type 2 for segwit-enabled transfer (Pieter Wuille) 611cc50 [qa] Fix bug in mininode witness deserialization (Suhas Daftuar) 61e282b [qa] Add support for compactblocks v2 to mininode (Suhas Daftuar) e47299a [qa] Update p2p-compactblocks.py for compactblocks v2 (Suhas Daftuar) 7a34a46 Add NULLDUMMY verify flag in bitcoinconsensus.h (Johnson Lau) 7ae6242 net: fix a few cases where messages were sent rather than dropped upon disconnection (Cory Fields) 3e80ab7 Add policy: null signature for failed CHECK(MULTI)SIG (Johnson Lau) 0027672 Make non-minimal OP_IF/NOTIF argument non-standard for P2WSH (Johnson Lau)
-
Johnson Lau authored
Github-Pull: #8499 Rebased-From: 67d6ee1e
-
Johnson Lau authored
Github-Pull: #8499 Rebased-From: 92600853
-
Pieter Wuille authored
Github-Pull: #8499 Rebased-From: 248f3a76
-
Suhas Daftuar authored
Github-Pull: #8499 Rebased-From: b8111242
-
Johnson Lau authored
Github-Pull: #8499 Rebased-From: 9f0397af
-
Johnson Lau authored
Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts Github-Pull: #8499 Rebased-From: 4c0c25a6
-