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

1196 commits

Author SHA1 Message Date
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
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
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
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
Luke-Jr
f207ecfada Merge pull request #403 from jl2012/bip143examples2
BIP143: Corrections and examples for OP_CODESEPERATOR
2016-06-09 19:55:02 +00:00
jl2012
0f0a39ccee BIP143: Corrections and examples for OP_CODESEPERATOR 2016-06-10 01:06:56 +08:00
Luke-Jr
7b9a44b092 Merge pull request #401 from jl2012/bip143examples
More examples for BIP143
2016-06-08 21:15:05 +00:00
jl2012
b8125c6684 More examples for BIP143 2016-06-09 04:54:41 +08:00
Matt Bell
cb2952c05e Updated segwit testnet state in BIP9 assignments list 2016-06-08 01:42:46 -07:00
Matt Bell
08c068ed0b Fixed CSV testnet state in BIP9 assignments list 2016-06-08 01:41:53 -07:00
Luke-Jr
c08a24c254 Merge pull request #397 from sipa/clarifymath
Elaborate hash function design in BIP152
2016-06-07 22:28:23 +00:00
Luke-Jr
fedc881598 Merge pull request #395 from chriswheeler/fix-link
Fix typo on link to assignments
2016-06-07 16:16:36 +00:00
Pieter Wuille
e26eadc3ca More small changes 2016-06-07 15:52:03 +02:00
Luke-Jr
a57a7c62f4 Merge pull request #398 from jl2012/patch-20
BIP141: extend max witness program size to 40 bytes
2016-06-04 19:24:08 +00:00
Johnson Lau
d1b52cb198 BIP141: extend max witness program size to 40 bytes
The maximum witness program size is increased from 32 to 40 bytes. This provides extra space to specify script version (for originally 16 upgradable versions to up to 16 * 2 ^ 64)
2016-06-04 20:58:39 +08:00
Pieter Wuille
cfdd9574be Small fixes 2016-06-04 14:58:04 +02:00
Pieter Wuille
f2e10ba7b2 Eloborate hash function design in BIP152 2016-06-04 01:56:39 +02:00
Luke-Jr
c917abe394 Merge pull request #365 from luke-jr/segwit_gbt_updates_20160330
BIP 141 and 145: GBT updates for SegWit
2016-06-01 17:57:05 +00:00
Chris Wheeler
3dc43c84b1 Fix typo on link to assignments 2016-06-01 17:54:45 +01:00
Luke-Jr
55ecc6fd38 Merge pull request #386 from btcdrak/bip9assign
Add BIP9 assignments
2016-05-31 18:08:56 +00:00
Luke Dashjr
8324bc512e Merge branch 'master' into segwit_gbt_updates_20160330 2016-05-31 14:55:53 +00:00
Luke Dashjr
ed0f8da4ad BIP 22 & 145: Use simple Yes/No rather than templates (which don't work on GitHub) 2016-05-31 14:54:54 +00:00