summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-16Merge pull request #399 from jl2012/patch-22Luke-Jr
BIP141 script failure clarifications
2016-07-15Merge remote-tracking branch 'origin-pull/335/head'Luke Dashjr
2016-07-15Merge pull request #308 from dcousens/patch-2Luke-Jr
Add BIP21 Javascript library
2016-07-15Merge pull request #325 from afk11/323-fix-typoLuke-Jr
Typo in change to BIP50
2016-07-15Merge pull request #418 from jonasschnelli/2016/07/bip151_hkdfLuke-Jr
[BIP151] Switch from plain HMAC_SHA512 KDF to HKDF
2016-07-15Merge pull request #417 from dcousens/patch-1Luke-Jr
bip141: clarify that marker is 1 byte
2016-07-15Merge BIP 126: Best Practices for Heterogeneous Input Script TransactionsLuke Dashjr
2016-07-15Update README for BIP 126Luke Dashjr
2016-07-13[BIP151] Switch from plain HMAC_SHA512 KDF to HKDFJonas Schnelli
2016-07-12bip141: clarify that marker is 1 byteDaniel Cousens
2016-07-11Merge pull request #400 from mappum/update-bip9-assignmentsWladimir J. van der Laan
Update BIP9 assignments list
2016-07-06Merge pull request #4 from dcousens/patch-1Kristov Atlas
BIP126: Grammar fix and review
2016-07-06Merge remote-tracking branch 'upstream/master'Matt David
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2016-07-06Merge pull request #415 from jl2012/bip68_113_coinbaseLuke-Jr
BIP68/113 for generation transaction
2016-07-06BIP68/113 for generation transactionjl2012
2016-07-05Added CSV mainnet activation to BIP9 assignments listMatt Bell
2016-06-30Merge pull request #414 from btcdrak/patch-8Luke-Jr
BIP 152: Link to permanent PR of reference implementation
2016-06-28Link to permanent PR of reference implementation฿tcDrak
2016-06-27Merge pull request #5 from justusranvier/bip126Kristov Atlas
revise wording of alternate HIT procedure
2016-06-24Merge pull request #411 from jl2012/bip112_114_fixLuke-Jr
BIP112/114 example fix
2016-06-24BIP112/114 example fixjl2012
2016-06-23revise wording of alternate HIT procedureJustus Ranvier
2016-06-23further grammar, not An HitDaniel Cousens
2016-06-23grammar fixDaniel Cousens
2016-06-23Merge pull request #409 from NicolasDorier/masterLuke-Jr
header message can also get replied by getdata (CMPCT_BLOCK)
2016-06-22Merge pull request #3 from justusranvier/bip126Kristov Atlas
BIP-126: Best Practices for Heterogeneous Input Script Transactions
2016-06-22BIP-126: Best Practices for Heterogeneous Input Script TransactionsJustus Ranvier
When a Bitcoin transaction contains inputs that reference previous transaction outputs sent to different Bitcoin addresses, personally identifiable information of the user will leak into the blockchain in an uncontrolled manner. While undesirable, these transactions are frequently unavoidable due the natural fragmentation of wallet balances over time. This standard proposes a set of best practice guidelines which minimize the uncontrolled disclosure of personally identifiable information by defining standard forms for transactions containing heterogenous input scripts.
2016-06-21Merge pull request #408 from jl2012/patch-25Luke-Jr
Clarify BIP9 threshold
2016-06-19header message can also get replied by getdata (CMPCT_BLOCK)NicolasDorier
2016-06-20Clarify BIP9 thresholdJohnson Lau
The threshold for should be ≥2016 for mainnet, ≥1512 for testnet. https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/versionbits.cpp#L69 https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L84 https://github.com/bitcoin/bitcoin/blob/v0.12.1/src/chainparams.cpp#L177
2016-06-17Merge pull request #307 from dcousens/patch-1Luke-Jr
add BIP39 javascript library
2016-06-17Add BIP21 Javascript libraryDaniel Cousens
2016-06-17Merge pull request #406 from TheBlueMatt/masterLuke-Jr
Allow block responses to MSG_CMPCT_BLOCK requests
2016-06-16Allow block responses to MSG_CMPCT_BLOCK requestsMatt Corallo
2016-06-14Merge pull request #405 from jl2012/patch-24Luke-Jr
BIP143: typo fix
2016-06-14BIP143: typo fixJohnson Lau
2016-06-13Merge pull request #404 from jl2012/patch-23Luke-Jr
BIP143: private key for example
2016-06-13BIP143: private key for exampleJohnson Lau
2016-06-10- Removing bolding on next word "header"Matt David
2016-06-10- Fix bulleting for mimetypesMatt David
2016-06-10Remove whitespace causing empty grey boxesMatt David
2016-06-10Removing Justin and adding Frank as co-authorMatt David
2016-06-10Add links for RFCsMatt David
2016-06-10Add links for RFCsMatt David
2016-06-10Cleanup Response titles and bold HTTP response codesMatt David
2016-06-10Initial Commit of http-address-service BIP draftMatt David
2016-06-10BIP141: clarify size restriction for witness stackJohnson Lau
2016-06-09Merge pull request #403 from jl2012/bip143examples2Luke-Jr
BIP143: Corrections and examples for OP_CODESEPERATOR
2016-06-10BIP143: Corrections and examples for OP_CODESEPERATORjl2012
2016-06-08Merge pull request #401 from jl2012/bip143examplesLuke-Jr
More examples for BIP143