This repository was archived by the owner on Oct 9, 2019. It is now read-only.
forked from bitcoin/bitcoin
-
Notifications
You must be signed in to change notification settings - Fork 51
Implement BIP91 Reduced threshold Segwit MASF #1
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a BIP9 deployment at 65% that requires signalling of segwit upon activation if segwit is not already locked-in or activated. Signalling requirement stop at segwit expiry, or activation.
|
Concept ACK |
1 similar comment
|
Concept ACK |
|
Tested ACK. |
|
Thanks! Definitely a useful starting point and is aligned with the segwit2x agreement. |
|
There are no unit tests. |
|
Incorporated and superceded |
|
Concept ACK |
hovah
pushed a commit
to hovah/bitcoin
that referenced
this pull request
Aug 11, 2017
c521b3ac6 Merge btc1#11: fixup define checks. Cleans up some oopses from btc1#5. 8b1cd3753 fixup define checks. Cleans up some oopses from btc1#5. 6b1508d6d Merge btc1#6: Fixes typo fceb80542 Merge btc1#10: Clean up compile-time warnings (gcc 7.1) 0ec2a343f Clean up compile-time warnings (gcc 7.1) d4c268a35 Merge btc1#5: Move helper functions out of sse4.2 object 8d4eb0847 Add HasAcceleratedCRC32C to port_win.h 77cfbfd25 crc32: move helper functions out of port_posix_sse.cc 4c1e9e016 silence compiler warnings about uninitialized variables 495316485 Merge btc1#2: Prefer std::atomic over MemoryBarrier 2953978ef Fixes typo f134284a1 Merge btc1#1: Merge upstream LevelDB 1.20 ba8a445fd Prefer std::atomic over MemoryBarrier git-subtree-dir: src/leveldb git-subtree-split: c521b3ac654cfbe009c575eacf7e5a6e189bb5bb
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an implementation of BIP91.
BIP91 details: https://github.com/bitcoin/bips/blob/master/bip-0091.mediawiki
Previous discussion:
https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2017-May/014380.html