summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-23Merge pull request #376 from jl2012/bip141p2shLuke-Jr
BIP141: Add P2SH-P2WPKH example and clarify block cost
2016-04-23BIP141: Block cost clrificationjl2012
2016-04-23Add P2SH-P2WPKH examplejl2012
2016-04-23Merge pull request #375 from voisine/patch-4Luke-Jr
fix BIP141 nested P2SH scriptSig byte representation
2016-04-22Update bip-0141.mediawikiAaron Voisine
The byte representation of "<0 <32-byte-hash>>" is "0x220020{32-byte-hash}" What was listed here would be the byte representation of "0 <32-byte-hash>". The text explains that there is only one item in scriptSig, so I'm guessing the byte representation is wrong. Also the corrected byte representation would produce the same sig/pubkey described in P2WSH after following the bip16 rules.
2016-04-20Merge pull request #374 from kanzure/bip143-signaturehashLuke-Jr
BIP143: Explicitly mention the SignatureHash function
2016-04-20Merge pull request #373 from kanzure/bip143-typofixLuke-Jr
BIP143: fix typo ("including")
2016-04-20Merge pull request #372 from jl2012/patch-16Luke-Jr
BIP143 clarifying semantics of ACP|SINGLE
2016-04-20BIP143: explicitly mention the SignatureHash functionBryan Bishop
The purpose of BIP143 is to propose an updated SignatureHash function but "sighash" only appears near the end buried in the text. By explicitly mentioning the SignatureHash function, readers can more readily understand the context of the proposal.
2016-04-21BIP143 clarifying semantics of ACP|SINGLEJohnson Lau
2016-04-20BIP143: fix typo ("including")Bryan Bishop
2016-04-17Merge pull request #371 from justusranvier/bip47Luke-Jr
BIP-0047: Clarify usage and format of outpoints
2016-04-17BIP-0047: Clarify usage and format of outpointsJustus Ranvier
Introduce the terms 'designated input' and 'designated pubkey' for clarity Update reference link for outpoint to a more canonical source
2016-04-14Merge pull request #369 from instagibbs/bip114clarLuke-Jr
Some clarification on path meaning and structure
2016-04-14Merge pull request #370 from jl2012/bip114refLuke-Jr
BIP114: Clarifying reference implementation
2016-04-14BIP114: Clarifying reference implementationjl2012
2016-04-13Some clarification on path meaning and structureinstagibbs
2016-04-12Merge BIP 114: Merkelized Abstract Syntax TreeLuke Dashjr
2016-04-12Assign BIP 114: Merkelized Abstract Syntax TreeLuke Dashjr
2016-04-08Merge pull request #367 from jl2012/bip141commitmentLuke-Jr
BIP141: commitment clarification. BIP144: new diagram
2016-04-09BIP141: commitment clarification. BIP144: new diagramjl2012
2016-04-02Create BIP MASTjl2012
2016-03-31Merge pull request #366 from btcdrak/patch-7Luke-Jr
Clarify what remains "to be decided"
2016-03-31Clarify what remains "to be decided"฿tcDrak
2016-03-28Merge pull request #364 from jl2012/patch-13Luke-Jr
BIP143: Provide private key used in the example
2016-03-28Merge pull request #363 from CodeShark/bip141_editsLuke-Jr
Witness validation logic trigger clarifications
2016-03-28Merge pull request #360 from luke-jr/bip0002_deferredLuke-Jr
Defer BIP 2
2016-03-29BIP143: Provide private key used in the exampleJohnson Lau
2016-03-25Witness validation logic trigger clarificationsEric Lombrozo
2016-03-21Merge pull request #361 from btcdrak/patch-5Luke-Jr
Remove deployment section
2016-03-21Remove deployment section.฿tcDrak
Now we know we will use BIP9 version bits, remove references to ISM() and leave TDB as was done with BIP68,112 and 113.
2016-03-18Defer BIP 2Luke Dashjr
2016-03-18Merge pull request #359 from btcdrak/cvsdeployLuke-Jr
Set deployment schedule for BIP 68,112,113
2016-03-17Set deployment schedule for BIP 68,112,113BtcDrak
2016-03-17Merge BIP 75Luke Dashjr
2016-03-17Put BIP 75 in the right place in README, and clean up formatting a bitLuke Dashjr
2016-03-16Merge remote-tracking branch 'origin/master'Matt David
2016-03-16Update BIP header to pass TravisCIMatt David
2016-03-16Merge remote-tracking branch 'upstream/master'Matt David
2016-03-16Merge pull request #16 from jmacwhyte/proofreadMatt David
Removed BIP70 extensions
2016-03-16Merge pull request #355 from jl2012/patch-12Luke-Jr
BIP142: Deferred
2016-03-17BIP142: DeferredJohnson Lau
2016-03-16BIP142: DeferredJohnson Lau
BIP142 will not be deployed with BIP141 at the same time. Initially, people are expected to use P2SH segwit, or payment protocol for native segwit
2016-03-15Removed BIP70 extensionsjmacwhyte
2016-03-15Merge pull request #354 from sipa/bip9fixesLuke-Jr
Small improvements to BIP9
2016-03-15Small improvements to BIP0009Pieter Wuille
2016-03-15BIP9: More explicit recommendations on values.Rusty Russell
Basically the same thing reworded as a checklist, with 3 years turned into 1, and suggesting a 1 month delay after expected deployment date. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-15bip9: fix heading levels.Rusty Russell
It goes from level 2 (specification) to 4; those headings should be level 3. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-03-15Merge pull request #351 from dangershony/patch-2Luke-Jr
Crypzo has changed name to CoinVault
2016-03-15Merge pull request #353 from priestc/masterLuke-Jr
Added paragraph about address re-use for BIP131