Kalle Rosenbaum
c3e50a5760
Fixed referencee to BIP0121
2015-08-07 18:13:21 +02:00
Kalle Rosenbaum
f7240bcdd9
Merged bip101
2015-08-07 17:59:31 +02:00
Jorge Timón
9a81f01a3d
Add BIP99 for consensus rule changes deployment
2015-07-31 22:22:22 +02:00
Gavin Andresen
1ea04863cc
Correct description of which version bits are set
2015-07-30 14:45:32 -04:00
Wladimir J. van der Laan
a409100854
Merge pull request #163 from gavinandresen/blocksize
...
BIP 101 : maximum block size increase
2015-07-30 09:21:29 +00:00
Douglas Roark
ec575baa55
Minor grammatical change
...
The sentence regarding allowing empty byte arrays to indicate an invalid ECDSA signature is confusing. I attempted to make it clearer. If I screwed it up or can make it even clearer, please let me know.
Thank you.
2015-07-28 21:40:50 -04:00
Kalle Rosenbaum
4b6ee39ced
Added BIP0120 and BIP0121
2015-07-28 22:41:35 +02:00
Wladimir J. van der Laan
21c2ad6dbd
Merge pull request #175 from petertodd/minor-bip62-spelling
...
Minor: BIP62: spelling
2015-07-28 19:09:54 +00:00
Peter Todd
57f871fdca
Minor: BIP62: spelling
2015-07-28 14:59:55 -04:00
Jeffrey C
4b8b2d8a98
Update bip-0067.mediawiki
...
Change date format to ISO 8601
2015-07-17 02:53:38 -05:00
Gavin Andresen
3248c9f67b
Changed version number to 0x20000007 for more compatibility with existing version 1/2/3 blocks
2015-07-15 09:56:53 -04:00
Justus Ranvier
9135a1f3b2
update readme
2015-07-10 12:40:16 -05:00
Justus Ranvier
2e6e5cf958
Update BIP-21 URI scheme for payment code support
...
Incorporates suggestion by erasmospunk:
https://github.com/bitcoin/bips/pull/159#issuecomment-115277577
2015-07-10 12:36:02 -05:00
Justus Ranvier
e700392b15
improve Bitmessage key derivation
2015-07-10 12:36:02 -05:00
Justus Ranvier
2616c9abc3
add mailing list discussion reference
2015-07-10 12:36:02 -05:00
Justus Ranvier
114ed229d3
Correct serialization
...
Since the length of the data encoded by base58check affects the version
byte needed to produce a desired leading character, fix the length of
the payment code at 80 bytes, and correct the version byte to 0x23
2015-07-10 12:36:02 -05:00
Justus Ranvier
1612a0016a
BIP-0047: Reusable payment codes
...
Payment codes are SPV-friendly alternatives to DarkWallet-style stealth
addresses which provide useful features such as positively identifying
senders to recipients and automatically providing for transaction refunds.
Payment codes can be publicly advertised and associated with a real-life
identity without causing a loss of financial privacy.
Compared to stealth addresses, payment codes require less blockchain data
storage.
Payment codes require 65 bytes of OP_RETURN data per sender-recipient pair,
while stealth addresses require 40 bytes per transaction.
2015-07-10 12:36:02 -05:00
Wladimir J. van der Laan
a7c05e17b3
Merge pull request #166 from Eylrid/master
...
Update Missed Mailing List Link
2015-07-02 11:41:44 +00:00
Gavin Andresen
fd99a8ce04
Increase maximum block size
...
Proposal to increase maximum possible block size, starting at 8MB
in January 2016 and increasing on-pace with technological growth to
8,192MB in twenty years.
2015-06-30 09:17:54 -04:00
Amos Bairn
0bac1dcc70
Update Missed Mailing List Link
...
A second link to the mailing list was missed and left pointing to the old
list.
2015-06-29 15:24:12 -07:00
Kristov Atlas
9a0d3bb69e
Links to discussion, changed Acknowledgements
...
Added links to discussion per request from laanwj.
2015-06-24 17:12:19 -04:00
Kristov Atlas
f5b652d6ba
BIP 69 not 79
2015-06-24 17:04:36 -04:00
Kristov Atlas
469e7e7f12
BIP #69 assigned by gmaxwell
2015-06-24 17:02:43 -04:00
Wladimir J. van der Laan
11d8610907
Merge pull request #160 from mruddy/bip65
...
BIP65: add sections on ability to freeze funds and implementations
2015-06-24 17:29:19 +00:00
Jeff Garzik
188ee9e718
bip-XX-2mb assigned BIP number 102.
2015-06-23 18:18:39 -04:00
mruddy
5d0d854cdd
minor comma, spacing, and wording adjustments
2015-06-23 17:34:41 -04:00
Jeff Garzik
46e70a9a97
BIP XX - add growth point
2015-06-23 02:54:09 -04:00
Jeff Garzik
79f4e22909
Add BIP XX - 2MB block size limit increase
2015-06-23 02:51:52 -04:00
mruddy
79f6ed1854
add section on ability to freeze funds, updated link to bitcoin-dev list, and added section on implementations
2015-06-22 15:50:14 -04:00
Wladimir J. van der Laan
1e34cd7f33
Merge pull request #156 from todu/patch-1
...
Corrected spelling of one word.
2015-06-22 12:22:02 +00:00
Wladimir J. van der Laan
f8ffd492de
Merge pull request #150 from jl2012/patch-1
...
Dummy 0 in scriptSig for CHECKMULTISIG
2015-06-22 12:20:46 +00:00
Wladimir J. van der Laan
d457fa2f8e
Merge pull request #149 from maraoz/patch-2
...
Update bip45 based on comments by dskloet
2015-06-22 12:20:17 +00:00
Wladimir J. van der Laan
5773aa4693
Merge pull request #148 from NicolasDorier/patch-6
...
Reject code DUPLICATE also used for rejecting tx
2015-06-22 12:19:31 +00:00
Wladimir J. van der Laan
b2c320f58f
Merge pull request #158 from maaku/bip68
...
Add BIP 68: Consensus-enforced transaction replacement signalled via sequence numbers
2015-06-22 12:09:51 +00:00
Wladimir J. van der Laan
8078ed4d90
Merge pull request #161 from laanwj/master
...
bip-0001: Mailing list move
2015-06-22 12:06:11 +00:00
Wladimir J. van der Laan
9ea8012e68
bip-0001: Mailing list move
2015-06-22 09:30:54 +02:00
Mark Friedenbach
fca43c76b7
Add BIP 68 to index
2015-06-21 20:12:59 -07:00
Mark Friedenbach
d32087c2bf
Add BIP 68: Consensus-enforced transaction replacement signalled via sequence numbers
2015-06-21 20:12:58 -07:00
Kristov Atlas
61a9711deb
Added BIP 79
...
Lexicographical Indexing of Transaction Inputs and Outputs
2015-06-12 17:31:23 -04:00
todu
e02edcc7b3
Corrected spelling of one word.
...
"verifcation" -> "verification".
2015-06-12 15:02:15 +02:00
Manuel Aráoz
dc0107f3c8
Update bip45 based on comments by dskloet
...
- fix examples
- fix address discovery section
- fix purpose to 45
- mention difference with bip-0044
2015-05-26 15:53:46 -03:00
Wladimir J. van der Laan
8defdc87d1
Merge pull request #136 from NicolasDorier/patch-4
...
Add C# implementation of BIP39 (NBitcoin)
2015-05-26 08:20:05 +00:00
Wladimir J. van der Laan
f30e1eccd5
Merge pull request #146 from afk11/bip0090
...
BIP: Deterministic multi-signature P2SH addresses
2015-05-26 08:13:03 +00:00
Wladimir J. van der Laan
deec9f13c2
Merge pull request #130 from bip39JP/master
...
BIP39: Clarify necessity for ideographic spaces.
2015-05-26 08:09:14 +00:00
Wladimir J. van der Laan
272d9cf558
Merge pull request #151 from jl2012/patch-2
...
fixing typo
2015-05-26 08:07:25 +00:00
Wladimir J. van der Laan
e6638ff025
Merge pull request #154 from amingilani/patch-1
...
typo
2015-05-26 08:06:57 +00:00
Wladimir J. van der Laan
fbe7196ee6
Merge pull request #152 from Kirvx/master
...
BIP39 French Wordlist - My proposal
2015-05-26 08:06:06 +00:00
Kirvx
69841de362
French Wordlist
2015-05-25 14:13:19 +02:00
Amin Shah Gilani
18d89d05e0
typo
2015-05-24 09:59:54 +05:00
Wladimir J. van der Laan
88709f9f41
Merge pull request #147 from voisine/master
...
NFKD normalize BIP39 spanish word list
2015-05-21 10:28:05 +00:00