summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-23Update with assigned BIP number (130)Suhas Daftuar
2015-10-23Add section on additional constraintsSuhas Daftuar
2015-10-23New BIP for "sendheaders" p2p messageSuhas Daftuar
2015-10-23Merge pull request #227 from btcdrak/bip65deployLuke-Jr
Update deployment for BIP65
2015-10-23Update deployment for BIP65BtcDrak
2015-10-23Merge pull request #192 from CodeShark/BIP_ClassificationLuke-Jr
Bip classification
2015-10-23Merge remote-tracking branch 'origin-pull/173/head'Luke Dashjr
2015-10-23Merge pull request #200 from kallerosenbaum/masterLuke-Jr
Fixed unencoded space character in example
2015-10-22Added BIP123 to indexEric Lombrozo
2015-10-22Merge remote-tracking branch 'upstream/master'Kalle Rosenbaum
2015-10-21Added BIP mediawikiEric Lombrozo
2015-10-21Merge pull request #226 from jonathancross/patch-2Luke-Jr
Spelling fix and small clarification for BIP 120
2015-10-20Spelling fix and small clarification for BIP 120Jonathan Cross
Spelling: Line 42: "neccesarily" => "necessarily" Line 126: "scipts" => "scripts" One small improvement for clarity: Line 138: "another" => "a different"
2015-10-20Merge pull request #225 from jonathancross/patch-1Wladimir J. van der Laan
Spelling fix.
2015-10-20Spelling fix.Jonathan Cross
"unneccesarily" => "unnecessarily"
2015-10-16Merge pull request #220 from justusranvier/shared_secretLuke-Jr
Improve ECDH and blinding factor calculations
2015-10-12Improve ECDH and blinding factor calculationsJustus Ranvier
The blinding factor used for notification transactions incorporates and outpoint being spent by the notification transaction. This ensures that blinding factors will always be unique, even if a user sends a notification transaction to the same recipient multiple times while spending funds from the same address. Since some common EC libraries have ECDH functions that only return the x value of the resulting point, only use the x value for calculating scalar shared secrets.
2015-10-09Merge pull request #217 from zdexter/masterLuke-Jr
Fix ambiguous reference to seed value in BIP32 test vectors
2015-10-09Fix ambiguous reference to seed value in BIP32 test vectorsZach Dexter
2015-10-09Merge pull request #216 from maaku/bip113-patch1Luke-Jr
Change reference git repo to the associated pull request.
2015-10-09Merge pull request #215 from maaku/bip113-patch0Luke-Jr
Add in-line description of BIP 68.
2015-10-05Change reference git repo to the associated pull request.Mark Friedenbach
2015-10-05Merge pull request #214 from maaku/bip112-patch0Luke-Jr
Clarify portions of text & example scripts
2015-10-05Merge pull request #213 from maaku/bip68-patch0Luke-Jr
BIP-68: Clarify text and code to match current pull request
2015-10-05Add in-line description of BIP 68.Mark Friedenbach
2015-10-05Change git repo to pull request #6564.Mark Friedenbach
2015-10-05Clarify some sections of text based on feedback, and convert to consistent ↵Mark Friedenbach
styling for script examples.
2015-10-05Change git repo to the official pull request.Mark Friedenbach
2015-10-05Update code to match current pull request.Mark Friedenbach
2015-10-05Clarify specificaiton of change in consensus behavior, based on feedback ↵Mark Friedenbach
received.
2015-10-05Merge pull request #212 from btcdrak/bip112-lnLuke-Jr
Update BIP112 examples
2015-10-04Better formattingBtcDrak
2015-10-04Split sectionEric Lombrozo
2015-10-04Add section on lightning network examples written by Anthony TownsBtcDrak
2015-10-04Merge pull request #211 from btcdrak/bip112-amendLuke-Jr
[WIP] Update BIP112
2015-10-04Typo fixEric Lombrozo
2015-10-04Added "Contracts With Invalidation Deadline" and "Retroactive Invalidation" ↵Eric Lombrozo
sections under examples.
2015-10-04Add example usecase from Eric Lombrozo and quote from Anthony TownsBtcDrak
regarding lightning commitment transactions
2015-10-03Change deployment to simple ISMBtcDrak
2015-10-03Move examples under motivation sectionBtcDrak
2015-10-03Add more more example usecases and expand on summaryBtcDrak
2015-10-02Amend BIP112 to fit BIP68 redefinitionBtcDrak
2015-10-02Merge pull request #210 from luke-jr/bip0062_draftwarningGregory Maxwell
BIP0062: Add a warning about its undeployable status
2015-10-02BIP0062: Add a warning about its undeployable statusLuke Dashjr
2015-10-02Merge pull request #208 from laanwj/masterLuke-Jr
Add BIP0009 to index
2015-10-02Merge pull request #209 from rustyrussell/masterLuke-Jr
BIP 009: Minor revision to extend bit into lockin period.
2015-10-02BIP 009: Minor revision to extend bit into lockin period.Rusty Russell
As discussed here: http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-September/011275.html Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-09-29Add BIP0009 to indexWladimir J. van der Laan
2015-09-27Merge pull request #207 from rustyrussell/masterLuke-Jr
versionbits: the BIP.
2015-09-27More btcdrak feedback.Rusty Russell
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>