Age | Commit message (Collapse) | Author |
|
21f5a63 Qt: Add "Copy URI" to payment request context menu (Luke Dashjr)
|
|
2449e12 My DNS seed supports filtering (Christian Decker)
ffb4713 Add x9 service bit support to dnsseed.bluematt.me (Matt Corallo)
504c72a Comment that most dnsseeds only support some service bits combos (Matt Corallo)
|
|
Currently supports filtering by any combination of the 4 least
significant bits.
|
|
|
|
|
|
0941f55 Update implemented bips for 0.13.1 (Pieter Wuille)
|
|
|
|
f9c23de Define start and end time for segwit deployment (Pieter Wuille)
|
|
|
|
6dd3723 Set minimum required Boost to 1.47.0 (fanquake)
282abd8 [build-aux] Boost_Base serial 27 (fanquake)
|
|
segwit scripts
67d6ee1 remove redundant tests in p2p-segwit.py (Johnson Lau)
9260085 test segwit uncompressed key fixes (Johnson Lau)
248f3a7 Fix ismine and addwitnessaddress: no uncompressed keys in segwit (Pieter Wuille)
b811124 [qa] Add tests for uncompressed pubkeys in segwit (Suhas Daftuar)
9f0397a Make test framework produce lowS signatures (Johnson Lau)
4c0c25a Require compressed keys in segwit as policy and disable signing with uncompressed keys for segwit scripts (Johnson Lau)
3ade2f6 Add standard limits for P2WSH with tests (Johnson Lau)
|
|
a4ad37d [qa] Build v4 blocks in p2p-compactblocktests (Matt Corallo)
032e883 [qa] Send segwit-encoded blocktxn messages in p2p-compactblocks (Matt Corallo)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
uncompressed keys for segwit scripts
|
|
|
|
This fixes an issue in backporting to 0.13 as 0.13 enforces SF
activation by block version lockin instead of through a hard-coded
block height.
|
|
1df3111 protocol.h: Make enums in GetDataMsg concrete values (Wladimir J. van der Laan)
2c09a52 protocol.h: Move MESSAGE_START_SIZE into CMessageHeader (Wladimir J. van der Laan)
f9bd92d version.h: s/shord/short/ in comment (Wladimir J. van der Laan)
|
|
fafeec3 [qt] sync-overlay: Don't show progress twice (MarcoFalke)
|
|
|
|
36f60a5 Add copyright/patent issues to possible NACK reasons (Peter Todd)
|
|
|
|
Adding in response to a Slack discussion where someone was unclear on the fact
that a NACK may be justified if code can't be accepted due to copyright/patent
issues. For example, it would be reasonable and prudent to NACK a contribution
of AGPL-licensed consensus code on the basis that the license terms are
incompatible with the MIT license used by the rest of the codebase.
|
|
4408558 Update bitcoin-tx to output witness data. (jonnynewbs)
|
|
4cdece4 [qa] Fix compact block shortids for a test case (Dagur Valberg Johannsson)
|
|
8aed5f6 qt: Translate all files, even if wallet disabled (Wladimir J. van der Laan)
|
|
3f92bc9 doc: Add build instructions for FreeBSD (Wladimir J. van der Laan)
|
|
|
|
This passes all QT cpp files to the lupdate executable which extracts
translations, no matter what conditional functionality is enabled.
|
|
b55d941 [qa] Fix race condition in sendheaders.py (Suhas Daftuar)
6976db2 [qa] Another attempt to fix race condition in p2p-compactblocks.py (Suhas Daftuar)
|
|
|
|
* Don't show integer progress in progress bar. (Already shown in front
of progress bar)
* Also, use non-static method to get current msecs
|
|
fa85e86 [qt] sync-overlay: Don't show estimated number of headers left (MarcoFalke)
faa4de2 [qt] sync-overlay: Don't block during reindex (MarcoFalke)
|
|
27acfc1 [qa] Update p2p-compactblocks.py for compactblocks v2 (Suhas Daftuar)
422fac6 [qa] Add support for compactblocks v2 to mininode (Suhas Daftuar)
f5b9b8f [qa] Fix bug in mininode witness deserialization (Suhas Daftuar)
6aa28ab Use cmpctblock type 2 for segwit-enabled transfer (Pieter Wuille)
be7555f Fix overly-prescriptive p2p-segwit test for new fetch logic (Matt Corallo)
06128da Make GetFetchFlags always request witness objects from witness peers (Matt Corallo)
|
|
ef28d8a [Doc] Update bips.md for Segregated Witness (fanquake)
|
|
621441a add verbose mode to bitcoin-util-test.py (jnewbery)
|
|
2920be2 Update INSTALL landing redirection notice for build instructions. (randy-waterhouse)
|
|
cb78c60 gui: fix ban from qt console (Cory Fields)
|
|
Also de-duplicates code that has been moved to mininode
|
|
7d8afb4 [Doc] Improve GitHub issue template (fanquake)
|
|
|
|
|
|
|
|
|
|
|