-bip16=1/0 option to support / not support BIP 16.#804
Merged
gavinandresen merged 1 commit intobitcoin:masterfrom Feb 7, 2012
Merged
-bip16=1/0 option to support / not support BIP 16.#804gavinandresen merged 1 commit intobitcoin:masterfrom
gavinandresen merged 1 commit intobitcoin:masterfrom
Conversation
…d default BIP16 switchover date from Feb 15 to Mar 1
destenson
pushed a commit
to destenson/bitcoin--bitcoin
that referenced
this pull request
Jun 26, 2016
* [UI] Rebranding: PrivateSend/InstantSend (update 2) * [UI] Changed name of sendtoaddress parameters: use_ix -> use_is and use_ds -> use_ps
lateminer
pushed a commit
to lateminer/bitcoin
that referenced
this pull request
Feb 19, 2019
189d6a9 Update zmq to 4.3.1 (Dimitris Apostolou) Tree-SHA512: 0226edb402b0594c616e580fe497d600eb2144d8eba8aa458d8255b093173306ff99429058c356e742896a4ac9ecbf92507b2da5cb16e8aa95c8c52860a20a21
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
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 a variation on pull #755
I made the option -bip16, defaults to 1 (true).
I also moved the logic for setting the switchover time into init.cpp, and set the current-anticpated-switchover-time to March 1 for main network (left it at Feb 15 for test network).
I also changed the SoftSetArg(...bool) method's name; during testing I was getting bitten by C++'s annoying habit of converting char* to bool instead of string.