1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-02-23 07:15:30 +01:00
Commit graph

1376 commits

Author SHA1 Message Date
Luke-Jr
fdf2772ce8 Merge pull request #421 from Sjors/patch-1
BIP 39: remove "public beta" from blockchain.info link
2016-07-18 23:22:44 +00:00
Sjors Provoost
34be169fe3 BIP 39: remove "public beta" from blockchain.info link
This is now in the default wallet.
2016-07-18 20:43:23 +02:00
jl2012
55c3d8068a BIP141 terms fix 2016-07-19 00:15:38 +08:00
Luke Dashjr
a53cf50b52 Merge remote-tracking branch 'origin-pull/336/head' 2016-07-18 15:29:09 +00:00
Wladimir J. van der Laan
83596de8ca bip141: Change 'block cost' to 'block weight'
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 08:17:00 +02:00
Sandro Machado
e00a157306 Add Swift Library 2016-07-18 00:37:10 +01:00
Luke-Jr
ab32c2a845 Merge pull request #358 from bushidowallet/tech-wiki-change
Proposed a new Java implementation link
2016-07-16 00:37:45 +00:00
Luke-Jr
f42ca5953b Merge pull request #399 from jl2012/patch-22
BIP141 script failure clarifications
2016-07-16 00:00:31 +00:00
Luke Dashjr
f275a5549b Merge remote-tracking branch 'origin-pull/335/head' 2016-07-15 15:44:54 +00:00
Luke-Jr
0884f727a8 Merge pull request #308 from dcousens/patch-2
Add BIP21 Javascript library
2016-07-15 15:37:20 +00:00
Luke-Jr
2c84b48778 Merge pull request #325 from afk11/323-fix-typo
Typo in change to BIP50
2016-07-15 15:36:59 +00:00
Luke-Jr
98b7976928 Merge pull request #418 from jonasschnelli/2016/07/bip151_hkdf
[BIP151] Switch from plain HMAC_SHA512 KDF to HKDF
2016-07-15 15:01:19 +00:00
Luke-Jr
c0796a30d3 Merge pull request #417 from dcousens/patch-1
bip141: clarify that marker is 1 byte
2016-07-15 15:00:49 +00:00
Luke Dashjr
6394087857 Merge BIP 126: Best Practices for Heterogeneous Input Script Transactions 2016-07-15 14:54:15 +00:00
Luke Dashjr
f5a708d434 Update README for BIP 126 2016-07-15 14:53:44 +00:00
Jonas Schnelli
529c7cddb7
[BIP151] Switch from plain HMAC_SHA512 KDF to HKDF 2016-07-13 13:18:52 +02:00
Daniel Cousens
9c7fde09aa bip141: clarify that marker is 1 byte 2016-07-12 12:15:35 +10:00
Wladimir J. van der Laan
5ddea46bce Merge pull request #400 from mappum/update-bip9-assignments
Update BIP9 assignments list
2016-07-11 12:48:47 +02:00
Kristov Atlas
da43de2dba Merge pull request #4 from dcousens/patch-1
BIP126: Grammar fix and review
2016-07-06 20:46:38 -04:00
Matt David
cd9d2d37b5 Merge remote-tracking branch 'upstream/master'
# 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 14:08:55 -07:00
Luke-Jr
ad2af69d3c Merge pull request #415 from jl2012/bip68_113_coinbase
BIP68/113 for generation transaction
2016-07-06 01:02:49 +00:00
jl2012
8d40b6ef02 BIP68/113 for generation transaction 2016-07-06 01:53:05 +08:00
Matt Bell
95947c5d77 Added CSV mainnet activation to BIP9 assignments list 2016-07-05 09:43:34 -07:00
Luke-Jr
e36b6d5634 Merge pull request #414 from btcdrak/patch-8
BIP 152: Link to permanent PR of reference implementation
2016-06-30 17:03:14 +00:00
฿tcDrak
ecfb7ebbca Link to permanent PR of reference implementation 2016-06-28 22:42:20 +01:00
Kristov Atlas
f048678277 Merge pull request #5 from justusranvier/bip126
revise wording of alternate HIT procedure
2016-06-27 15:04:31 -04:00
Luke-Jr
eab92a156e Merge pull request #411 from jl2012/bip112_114_fix
BIP112/114 example fix
2016-06-24 12:36:50 +00:00
jl2012
7478ee3260 BIP112/114 example fix 2016-06-24 01:59:25 +08:00
Justus Ranvier
b33ca0c97b
revise wording of alternate HIT procedure 2016-06-23 09:52:16 -05:00
Daniel Cousens
f51a8e1d0e further grammar, not An Hit 2016-06-23 13:42:03 +10:00
Daniel Cousens
05e96d2500 grammar fix 2016-06-23 13:30:24 +10:00
Luke-Jr
ae70f3ec69 Merge pull request #409 from NicolasDorier/master
header message can also get replied by getdata (CMPCT_BLOCK)
2016-06-23 03:13:34 +00:00
Kristov Atlas
cd3bd0b037 Merge pull request #3 from justusranvier/bip126
BIP-126: Best Practices for Heterogeneous Input Script Transactions
2016-06-22 19:47:29 -04:00
Justus Ranvier
9ab38e9c10
BIP-126: Best Practices for Heterogeneous Input Script Transactions
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-22 18:43:56 -05:00
Luke-Jr
29963a81ec Merge pull request #408 from jl2012/patch-25
Clarify BIP9 threshold
2016-06-21 02:52:24 +00:00
NicolasDorier
c81272d9f3 header message can also get replied by getdata (CMPCT_BLOCK) 2016-06-19 23:35:08 +02:00
Johnson Lau
5e6dc77d6b Clarify BIP9 threshold
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-20 01:47:03 +08:00
Luke-Jr
02d408656f Merge pull request #307 from dcousens/patch-1
add BIP39 javascript library
2016-06-17 18:08:24 +00:00
Daniel Cousens
c65874246a Add BIP21 Javascript library 2016-06-17 12:52:34 +10:00
Luke-Jr
97dbb89013 Merge pull request #406 from TheBlueMatt/master
Allow block responses to MSG_CMPCT_BLOCK requests
2016-06-17 00:48:32 +00:00
Matt Corallo
c32b2a7c70 Allow block responses to MSG_CMPCT_BLOCK requests 2016-06-16 17:43:49 -07:00
Luke-Jr
1454837768 Merge pull request #405 from jl2012/patch-24
BIP143: typo fix
2016-06-14 16:37:01 +00:00
Johnson Lau
fbfcdd4ce3 BIP143: typo fix 2016-06-14 23:43:40 +08:00
Daniel Weigl
babd604cc4 minor cleanups 2016-06-14 14:54:41 +02:00
Daniel Weigl
b1e7db5376 new bip proposal "Derivation scheme for P2WPKH-nested-in-P2SH based accounts" 2016-06-14 14:49:09 +02:00
Luke-Jr
3e606c4c99 Merge pull request #404 from jl2012/patch-23
BIP143: private key for example
2016-06-13 17:54:35 +00:00
Johnson Lau
a5f03bbccc BIP143: private key for example 2016-06-13 20:53:08 +08:00
Matt David
66e2d91754 - Removing bolding on next word "header" 2016-06-10 15:09:31 -07:00
Matt David
73b2e134d1 - Fix bulleting for mimetypes 2016-06-10 15:08:19 -07:00
Matt David
3e89e8b947 Remove whitespace causing empty grey boxes 2016-06-10 13:58:02 -07:00