1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00
Commit Graph

503 Commits

Author SHA1 Message Date
Kefkius
68f4650491 BIP-0044 - add a compatible wallet 2015-02-17 19:49:04 -05:00
BitWasp
5cf77f147a update script 2015-02-13 21:08:13 +00:00
BitWasp
9ce316de94 Rename implementation -> specification 2015-02-13 12:26:12 +00:00
BitWasp
9b5c50ef7b Add dashes. 2015-02-12 21:13:30 +00:00
BitWasp
b56a04c300 Add BIP90 - until a correct BIP number is assigned 2015-02-12 21:02:56 +00:00
Jonas Schnelli
4553242d53 [Bip37] fix SPV link and remove empty Smart Property link 2015-02-10 11:08:31 +01:00
Wladimir J. van der Laan
b891bdf5e8 Merge pull request #140 from droark/patch-1
Fix broken source code link.
2015-02-09 12:40:22 +00:00
Douglas Roark
4cd13bf62d Fix broken source code link. 2015-02-09 00:02:35 -05:00
David A. Harding
6c3ea6735a
BIP66: Number Examples To Match Implementation Tests
The Bitcoin Core tests in script_tests.cpp refer to these examples by
number, but these BIP66 examples are in an unordered list, making them
hard to follow.  This changes the list to an ordered list.
2015-01-30 09:49:49 -05:00
UdjinM6
33c59f5f47 Add reference to JavaScript implementation 2015-01-30 11:58:44 +03:00
Wladimir J. van der Laan
f9ba813c7b Merge pull request #135 from sipa/bip66
Add BIP66
2015-01-28 05:53:01 +00:00
Pieter Wuille
dc45f41e57 Add BIP66 2015-01-26 23:10:29 -04:00
Wladimir J. van der Laan
12510fe1bc Merge pull request #133 from np/patch-1
Add a link to my CLI interface in Haskell
2015-01-15 14:30:45 +00:00
Nicolas Pouillard
987323e36b Add a link to my CLI interface in Haskell 2015-01-15 01:17:06 +01:00
Wladimir J. van der Laan
22c43363b3 Merge pull request #120 from rxl/patch-2
Fix a few minor typos in bip 0065
2015-01-10 09:53:09 +00:00
Peter Todd
cea602ef6c
BIP62: Make OP_0 a validly encoded signature
Previously BIP62 did not provide a compact way to delibrately encode an
invalid signature. For example in BIP19 if m != n with this change you
can provide compact OP_0's in the scriptSig rather than lengthy
DER-encoded signatures.

Note that we may want to further expand on this change in the future by
saying that only OP_0 is a "valid" invalid signature; BIP19 even with
this change is inherently malleable as the invalid signatures can be any
validly encoded DER signature.
2015-01-09 05:41:42 -05:00
Jonathan Brown
d201d139cd Mention that "Unsecure money receiver" use-case prevents theft 2014-12-30 14:22:50 +07:00
Wladimir J. van der Laan
fbc7e67783 Merge pull request #129 from jonasschnelli/bip32_fenn_parenthesis
Bip32, fix missing parenthesis
2014-12-18 08:19:52 +00:00
Jonas Schnelli
f44f68b939 Bip32, fix missing parenthesis
reported by fenn on #bitcoin-dev [02:59:57]
2014-12-18 08:45:16 +01:00
bip39CN
7d77befd2b Add Chinese wordlist to BIP39
Rebased-From: 14cd9883a8
Github-Pull: #114
2014-12-16 08:11:49 +01:00
Wladimir J. van der Laan
859686015f Merge pull request #128 from Thashiznets/patch-2
BIP39 Adding reference to .NET C# (PCL) API
2014-12-16 07:00:47 +00:00
Thashiznets
7f096c1ecd BIP39 Adding reference to .NET C# (PCL) API
Addition of a .NET C# (PCL) into the BIPS39 wiki documentation for .NET developers whishing to use BIPS39 in a .NET project to derive seed bytes from a mnemonic sentence.
2014-12-16 17:59:57 +11:00
Wladimir J. van der Laan
86edfd57dd Merge pull request #122 from jonasschnelli/bip32_secg_link
fix secg.org secp256k1 docs link
2014-12-09 08:22:23 +00:00
Wladimir J. van der Laan
2c680ff020 Merge pull request #123 from wink/patch-2
Update bip32 wiki, repo moved
2014-12-09 08:20:12 +00:00
Wladimir J. van der Laan
fa0e892e73 Merge pull request #125 from kaykurokawa/master
Updating status of BIP 0010
2014-12-09 08:19:30 +00:00
Wladimir J. van der Laan
ab32af9abc Merge pull request #127 from aalness/bip62
[BIP62] Add explicit note about OpenSSL wrt low S values
2014-12-09 08:18:34 +00:00
Andy Alness
3bb62ecaf4 Add explicit note about OpenSSL wrt low S values 2014-12-06 14:27:24 -08:00
Umpei Kay Kurokawa
a66a75c683 Update README.mediawiki 2014-11-28 15:22:19 -06:00
Umpei Kay Kurokawa
7b79b3c6dc Update bip-0010.mediawiki 2014-11-26 11:54:16 -06:00
Umpei Kay Kurokawa
770a061e60 Update bip-0010.mediawiki 2014-11-26 11:51:15 -06:00
Wladimir J. van der Laan
1448e7f990 Merge pull request #124 from wink/patch-3
Short one digit in BIP32 doc notes.
2014-11-21 10:36:01 +01:00
Micah Winkelspecht
4a44d1c748 Short one digit in BIP32 doc notes. 2014-11-20 17:44:49 -08:00
Micah Winkelspecht
b369978bab Update bip32 wiki, repo moved 2014-11-20 17:34:53 -08:00
Jonas Schnelli
852bf26494 fix secg.org secp256k1 docs link 2014-11-17 12:52:42 +01:00
Ryan Shea
481f288f9e Fix a few minor typos in bip 0065 2014-11-12 09:15:29 -05:00
Gregory Maxwell
a3715c2de5 Merge pull request #118 from petertodd/bip65-checklocktimeverify
BIP65 CHECKLOCKTIMEVERIFY
2014-11-12 10:31:18 +00:00
Gavin Andresen
e6cf789167 Added Result section, noting last v=1 block 2014-11-11 10:15:58 -05:00
Peter Todd
b05bc1ef53
BIP65 assigned for CHECKLOCKTIMEVERIFY 2014-11-10 08:22:48 -05:00
Peter Todd
5f6cb04d9c First draft 2014-11-10 04:43:48 -05:00
Wladimir J. van der Laan
6d120e62af Merge pull request #89 from maraoz/p2sh-multisig-wallets
Draft for p2sh multisig wallet structure
2014-10-22 18:15:44 +02:00
Manuel Araoz
bd0da6f44a Add BIP 45 for "Structure for Deterministic P2SH Multisignature Wallets" 2014-10-21 17:37:40 -03:00
Wladimir J. van der Laan
1eb781ca8a Merge pull request #112 from Y75QMO/patch-1
Update bip-0039-wordlists.md
2014-10-17 10:14:26 +02:00
Wladimir J. van der Laan
d8382023cc Merge pull request #100 from Y75QMO/master
BIP0039 added Spanish wordlist
2014-10-17 10:13:54 +02:00
Y75QMO
6e848f30dc Update bip-0039-wordlists.md
Added Spanish wordlist.
2014-10-16 09:55:08 +02:00
Wladimir J. van der Laan
a3e6037ff9 Merge pull request #81 from christianlundkvist/bip39_testvectors_info
BIP 0039 - Add passphrase info to Test Vectors section
2014-10-16 09:05:47 +02:00
Gregory Maxwell
a949f517aa Merge pull request #111 from ecdsa/master
removing myself from bip39 authors
2014-10-15 18:26:01 +01:00
ThomasV
f081dad3ad removing myself from bip39 authors 2014-10-15 19:07:30 +02:00
Wladimir J. van der Laan
0e77a354ff Merge pull request #110 from robjohnson189/master
Compatible wallet
2014-10-15 15:18:26 +02:00
Rob Johnson
719d56860f Compatible wallet
Added mycelium
2014-10-15 08:00:20 -05:00
Wladimir J. van der Laan
0557a3eb54 Merge pull request #92 from bip39JP/master
BIP0039 Added Japanese wordlist
2014-10-15 14:15:43 +02:00