-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Signature reordering #13
Open
hassanwaleed82
wants to merge
261
commits into
genjix:master
Choose a base branch
from
petertodd:signature-reordering
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
BIP 40 and 41 have no associated document (not on the Wiki either) so remove the broken links. We may want to remove these completely, eventually...
Consensus from bitcoin-development mailing list discussion.
- Mention github instead of wiki - Add markdown as allowed format - Fix some weirdnesses such as "A BIP editor must subscribe to the [email protected] list.". Remove the repetition and create a new section which lists the BIP editors (currently only gmaxwell). - Prefer discussion on mailing list to forum
I had added this link on the wiki, but when the page got moved over to GitHub, the link disappeared.
Changed left angles for HTML entity
Passphrase for test vectors + haskell implementation
Added two BIP44 compatible wallets in Android
BIP 38 - Clarify AES parameters passed in
BIP32: Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked
Clarify identifier serialization
BIP43: Block usage 0 because it's already used in BIP32.
BIP0039 Added Japanese wordlist
Added mycelium
Compatible wallet
removing myself from bip39 authors
…rs_info BIP 0039 - Add passphrase info to Test Vectors section
Added Spanish wordlist.
BIP0039 added Spanish wordlist
Update bip-0039-wordlists.md
Draft for p2sh multisig wallet structure
Clarify that BIP62 rule 6 (clean stack) only applies after potential P2SH redeemscript evaluation. Applying it before the redeemscript evaluation means that every P2SH script will fail it, as P2SH by definition uses an unclean stack (to specify the redeemscript inputs).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
https://guides.github.com/features/mastering-markdown/waleed=77