Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-18 | BIP 39: remove "public beta" from blockchain.info link | Sjors Provoost | |
This is now in the default wallet. | |||
2016-07-19 | BIP141 terms fix | jl2012 | |
2016-07-18 | Merge remote-tracking branch 'origin-pull/336/head' | Luke Dashjr | |
2016-07-18 | bip141: Change 'block cost' to 'block weight' | Wladimir J. van der Laan | |
The term 'block cost' led to confusion about the unit that it is expressed in, in that it expressed monetary cost. Change it to a more general term 'block weight'. This was discussed in the [2016-07-14 Bitcoin Core developer meeting](http://www.erisian.com.au/meetbot/bitcoin-core-dev/2016/bitcoin-core-dev.2016-07-14-19.00.html). | |||
2016-07-18 | Add Swift Library | Sandro Machado | |
2016-07-16 | Merge pull request #358 from bushidowallet/tech-wiki-change | Luke-Jr | |
Proposed a new Java implementation link | |||
2016-07-16 | Merge pull request #399 from jl2012/patch-22 | Luke-Jr | |
BIP141 script failure clarifications | |||
2016-07-15 | Merge remote-tracking branch 'origin-pull/335/head' | Luke Dashjr | |
2016-07-15 | Merge pull request #308 from dcousens/patch-2 | Luke-Jr | |
Add BIP21 Javascript library | |||
2016-07-15 | Merge pull request #325 from afk11/323-fix-typo | Luke-Jr | |
Typo in change to BIP50 | |||
2016-07-15 | Merge pull request #418 from jonasschnelli/2016/07/bip151_hkdf | Luke-Jr | |
[BIP151] Switch from plain HMAC_SHA512 KDF to HKDF | |||
2016-07-15 | Merge pull request #417 from dcousens/patch-1 | Luke-Jr | |
bip141: clarify that marker is 1 byte | |||
2016-07-15 | Merge BIP 126: Best Practices for Heterogeneous Input Script Transactions | Luke Dashjr | |
2016-07-15 | Update README for BIP 126 | Luke Dashjr | |
2016-07-13 | [BIP151] Switch from plain HMAC_SHA512 KDF to HKDF | Jonas Schnelli | |
2016-07-12 | bip141: clarify that marker is 1 byte | Daniel Cousens | |
2016-07-11 | Merge pull request #400 from mappum/update-bip9-assignments | Wladimir J. van der Laan | |
Update BIP9 assignments list | |||
2016-07-06 | Merge pull request #4 from dcousens/patch-1 | Kristov Atlas | |
BIP126: Grammar fix and review | |||
2016-07-06 | Merge 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-06 | Merge pull request #415 from jl2012/bip68_113_coinbase | Luke-Jr | |
BIP68/113 for generation transaction | |||
2016-07-06 | BIP68/113 for generation transaction | jl2012 | |
2016-07-05 | Added CSV mainnet activation to BIP9 assignments list | Matt Bell | |
2016-06-30 | Merge pull request #414 from btcdrak/patch-8 | Luke-Jr | |
BIP 152: Link to permanent PR of reference implementation | |||
2016-06-28 | Link to permanent PR of reference implementation | ฿tcDrak | |
2016-06-27 | Merge pull request #5 from justusranvier/bip126 | Kristov Atlas | |
revise wording of alternate HIT procedure | |||
2016-06-24 | Merge pull request #411 from jl2012/bip112_114_fix | Luke-Jr | |
BIP112/114 example fix | |||
2016-06-24 | BIP112/114 example fix | jl2012 | |
2016-06-23 | revise wording of alternate HIT procedure | Justus Ranvier | |
2016-06-23 | further grammar, not An Hit | Daniel Cousens | |
2016-06-23 | grammar fix | Daniel Cousens | |
2016-06-23 | Merge pull request #409 from NicolasDorier/master | Luke-Jr | |
header message can also get replied by getdata (CMPCT_BLOCK) | |||
2016-06-22 | Merge pull request #3 from justusranvier/bip126 | Kristov Atlas | |
BIP-126: Best Practices for Heterogeneous Input Script Transactions | |||
2016-06-22 | BIP-126: Best Practices for Heterogeneous Input Script Transactions | Justus 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-21 | Merge pull request #408 from jl2012/patch-25 | Luke-Jr | |
Clarify BIP9 threshold | |||
2016-06-19 | header message can also get replied by getdata (CMPCT_BLOCK) | NicolasDorier | |
2016-06-20 | Clarify BIP9 threshold | Johnson 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-17 | Merge pull request #307 from dcousens/patch-1 | Luke-Jr | |
add BIP39 javascript library | |||
2016-06-17 | Add BIP21 Javascript library | Daniel Cousens | |
2016-06-17 | Merge pull request #406 from TheBlueMatt/master | Luke-Jr | |
Allow block responses to MSG_CMPCT_BLOCK requests | |||
2016-06-16 | Allow block responses to MSG_CMPCT_BLOCK requests | Matt Corallo | |
2016-06-14 | Merge pull request #405 from jl2012/patch-24 | Luke-Jr | |
BIP143: typo fix | |||
2016-06-14 | BIP143: typo fix | Johnson Lau | |
2016-06-14 | minor cleanups | Daniel Weigl | |
2016-06-14 | new bip proposal "Derivation scheme for P2WPKH-nested-in-P2SH based accounts" | Daniel Weigl | |
2016-06-13 | Merge pull request #404 from jl2012/patch-23 | Luke-Jr | |
BIP143: private key for example | |||
2016-06-13 | BIP143: private key for example | Johnson Lau | |
2016-06-10 | - Removing bolding on next word "header" | Matt David | |
2016-06-10 | - Fix bulleting for mimetypes | Matt David | |
2016-06-10 | Remove whitespace causing empty grey boxes | Matt David | |
2016-06-10 | Removing Justin and adding Frank as co-author | Matt David | |