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

836 commits

Author SHA1 Message Date
Wladimir J. van der Laan
7576a135dd Change BIP1 to status Active
From the text: "Some Informational and Process BIPs may also have a
status of "Active" if they are never meant to be completed. E.g. BIP 1
(this BIP)."
2015-12-01 21:04:24 +01:00
jl2012
71dd5c44e8 Full description of the behavior of the OP_CLTV 2015-12-02 02:03:30 +08:00
Chris Priest
bd5e1ead70 added txver2 2015-11-30 16:40:31 -08:00
jl2012
ac4cd1d46c Corrections with the conditions for script failure 2015-12-01 01:47:16 +08:00
Luke-Jr
0cd94c9f72 Merge pull request #245 from btcdrak/bip68sync
BIP68: Simplify language and update for current implementation
2015-11-28 22:33:57 +00:00
BtcDrak
a8e0d0f4c7 Small fixup 2015-11-28 22:30:58 +00:00
Luke-Jr
0ce74af5e8 Merge pull request #249 from bitstein/master
BIP47: fix typo
2015-11-28 20:46:46 +00:00
Luke-Jr
af7c75f40a Merge pull request #238 from jwilkins/bip_103_squashed
Bip 103 squashed
2015-11-28 19:16:55 +00:00
Luke-Jr
dd208025cd Merge pull request #248 from btcdrak/bip112sync
BIP112: Update document to match implementation
2015-11-28 19:14:04 +00:00
Dionysis Zindros
7abd750988 Fix small typo in BIP 0016 2015-11-28 04:27:46 +02:00
Luke-Jr
824284d422 Merge pull request #243 from CodeShark/BIP0112_revisions
BIP-0112 minor revision to text.
2015-11-26 00:27:06 +00:00
BtcDrak
86d1358256 Update deployment to be TBD 2015-11-25 18:53:09 +00:00
BtcDrak
0026fcb929 Use optimised script examples
Taken from 20/11/15 version of deployable lightning
2015-11-25 18:48:39 +00:00
BtcDrak
8d85335f2a Fixup comment 2015-11-24 17:44:54 +00:00
BtcDrak
d30f1c6d0b More clearly define script execution failure pathway 2015-11-24 16:01:53 +00:00
XBTdev
421c88ca2e add copay link to bip44 compatible wallets list
add copay link to bip44 compatible wallets list
2015-11-24 00:54:04 -08:00
Michael Goldstein
565cc313a6 fix typo 2015-11-23 15:14:59 -06:00
BtcDrak
4048f45316 BIP112: Update document to match implementation 2015-11-23 20:56:43 +00:00
BtcDrak
8ad8cad875 Rename flags in code example to match implementation 2015-11-23 09:53:31 +00:00
BtcDrak
83fc19d97a Improve title, add encoding diagram and small fixup 2015-11-23 09:53:31 +00:00
BtcDrak
f26cc0c4d3 Clarify (1 << 22) logic 2015-11-23 09:53:31 +00:00
BtcDrak
060c37f6d5 Add note about free bits and correct deployment recommendations 2015-11-20 18:56:00 +00:00
BtcDrak
c141645a1f Update compatibility section 2015-11-20 18:56:00 +00:00
BtcDrak
7d7083f722 clarify specification further 2015-11-20 18:56:00 +00:00
BtcDrak
2bc1979601 Edits from kinoshitajona 2015-11-20 15:11:01 +00:00
BtcDrak
b5bc89a67c BIP68: Simplify language and update for current implementation 2015-11-20 10:52:05 +00:00
Luke-Jr
641b91ba28 Merge pull request #244 from sipa/bip62dead
Mark BIP62 as withdrawn
2015-11-17 21:39:55 +00:00
Pieter Wuille
916142e742 Mark BIP62 as withdrawn
All of BIP62's (including the only-new-transactions) are currently enforced
as standardness rules, but it seems hard to push it further. Every new type
of complex transaction may require new extra rules, and some important types
of malleability cannot be addressed by it (for example, a single participant
in a multisig spend creating a new signature with a different nonce).
It seems wiser to pursue normalized txid or segregated witness-based
solutions, which do solve this problem more fundamentally.
2015-11-17 21:46:14 +01:00
Eric Lombrozo
cc90614074 BIP-0112 minor revision to text. 2015-11-17 07:39:54 -05:00
Gregory Maxwell
989f276dcb Merge pull request #195 from btcdrak/patch-3
BIP-0001: Updates
2015-11-15 22:57:36 +00:00
Jeff Garzik
d0cab0379a
Merge #241 from branch '2015-11-13-bip65-wording-fixes' of git://github.com/petertodd/bips 2015-11-13 12:44:59 -05:00
Peter Todd
5d0ae1caa3
Reword motivation section
Previous wording was very confusing now that most people will associate
payment channels with CLTV-based payment channels rather than Jeremy
Spilman style payment channels.
2015-11-13 12:33:49 -05:00
Peter Todd
c912e616d3
Clearer wording 2015-11-13 12:19:53 -05:00
Peter Todd
abeaa1be10
Use the term "malleability" rather than "mutability" 2015-11-13 12:17:23 -05:00
Peter Todd
f6a5bf2c5e
Refer to "Payment Channels" rather than "Micro-Payment Channels"
More generic terminology.
2015-11-13 12:14:19 -05:00
Peter Todd
f3d94433e2 Minor: fix wording 2015-11-13 12:13:03 -05:00
Luke-Jr
df5a11909f Merge pull request #237 from jtimon/bip99-2
Bip99: Improvements
2015-11-13 07:17:28 +00:00
Luke-Jr
8fc1b96d5d Merge pull request #240 from 6londe/patch-3
typo fixed
2015-11-13 06:41:01 +00:00
Changhoon Lee
99c2eb13a8 typo fixed
trivial typo fixed
2015-11-13 15:11:11 +09:00
Jorge Timón
7fc41b0458 fixup! corrections 2015-11-10 15:19:01 +01:00
Jonathan Wilkins
23208ea690 adding Pieter Wuille's 'Block size following technological growth 2015-11-09 13:22:35 -08:00
Jonathan Wilkins
c77b653249 squashed version 2015-11-09 13:01:53 -08:00
Jorge Timón
f0848435d9 Add bip99 to readme 2015-11-08 13:23:16 +01:00
Jorge Timón
011fdce88f Improvements to Schism hardforks section 2015-11-08 13:19:42 +01:00
Jorge Timón
82784e6061 More corrections and improvements 2015-11-08 12:57:52 +01:00
MarcoFalke
7d31bf365b [trivial] typo 2015-11-07 20:08:04 +01:00
Andy Chase
1da1397d54 Bip-99/Add details to definitions 2015-11-07 20:06:05 +01:00
instagibbs
d954832e30 Random grammar and spelling stuff 2015-11-07 20:05:57 +01:00
Luke-Jr
6b201a4d2d Merge pull request #221 from sdaftuar/add-sendheaders
New BIP for "sendheaders" p2p message
2015-11-07 06:23:32 +00:00
Luke-Jr
ea6a7158cd Merge pull request #181 from jtimon/bip-forks
BIP99: Motivation and deployment of consensus rule changes
2015-11-07 06:23:07 +00:00