jl2012
acf48857b1
fixing typo
...
fixing typo
2015-04-29 17:45:55 +08:00
jl2012
4c04b67f7c
Dummy 0 in scriptSig for CHECKMULTISIG
...
There should be a dummy 0 in the scriptSig for CHECKMULTISIG
2015-04-29 17:33:05 +08:00
Thomas Kerin
213e8a27a3
remove whitespace
2015-04-27 17:18:44 +01:00
Thomas Kerin
01e427ad97
Add references section
2015-04-27 17:17:47 +01:00
Thomas Kerin
1c000480d4
Specifically mention BIP-0011 (P2SH)
...
Also add acknowledgement to Luke-Jr
2015-04-27 17:15:26 +01:00
Thomas Kerin
ff22fdf042
With acknowledgements to BtcDrak
2015-04-12 15:58:45 +01:00
Thomas Kerin
b8bcab2947
Remove multisignature brainwallet
2015-04-12 15:57:19 +01:00
Nicolas Dorier
cb6f731f62
Reject code DUPLICATE also used for rejecting tx
...
The reject code 0x12 is used for Version duplicate, but also when an input is already spent (bad-txns-inputs-spent)
2015-03-26 17:56:48 +01:00
Thomas Kerin
deb4ad4d03
Tidy ups, add BIP0067 to README, and change Type: informational -> standard
2015-03-15 14:53:42 +00:00
Thomas Kerin
08655a0ccc
Rename to assigned number: BIP 0067
2015-03-15 12:43:02 +00:00
Aaron Voisine
25f10b9f7b
NFKD normalize spanish word list
2015-03-11 23:17:02 -07:00
bip39jp
144ef37e53
Normalize word in wordlist to begin with
...
Misunderstood specification.
2015-03-12 14:10:02 +09:00
bip39jp
f0dd2d58ab
Clarify necessity for ideographic spaces.
...
I left it unclear / open to interpretation on whether to use ideograpic
spaces, but realized that without being specific on its necessity,
developers may implement something that would cause trouble with the
Japanese user. (two words looking like one word, or phrase verification
failing because it can't handle ideographic spaces, etc.)
2015-03-12 14:06:22 +09:00
Thomas Kerin
b924a75f66
Merge pull request #1 from blocktrail/bip0090
...
add bitcoinJ
2015-03-11 21:02:51 +01:00
Nicolas Dorier
775dca5b0c
Add C# implementation of BIP39 (NBitcoin)
2015-03-11 20:33:17 +01:00
Ruben de Vries
376d3cd6f8
add bitcoinJ
2015-03-11 18:56:53 +01:00
Wladimir J. van der Laan
2ea19daaa0
Merge pull request #131 from drupalnomad/patch-1
...
Mention that "Unsecure money receiver" use-case prevents theft
2015-03-11 14:30:39 +00:00
Wladimir J. van der Laan
ced361de1d
Merge pull request #132 from petertodd/bip62-compact-validly-encoded-invalid-sigs
...
BIP62: Make OP_0 a validly encoded signature
2015-03-11 14:19:28 +00:00
Wladimir J. van der Laan
c3d6df15cc
Merge pull request #137 from UdjinM6/patch-1
...
BIP39 - Add reference to JavaScript implementation
2015-03-11 14:18:36 +00:00
Wladimir J. van der Laan
50b1e356ca
Merge pull request #138 from harding/bip66-number-examples
...
BIP66: Number Examples To Match Implementation Tests
2015-03-11 14:17:59 +00:00
Wladimir J. van der Laan
609f80de60
Merge pull request #141 from jonasschnelli/bip37_link_fix
...
[Bip37] fix SPV link and remove empty Smart Property link
2015-03-11 14:10:31 +00:00
Wladimir J. van der Laan
a1db39326d
Merge pull request #143 from Kefkius/master
...
BIP-0044 - add a compatible wallet
2015-03-11 14:09:58 +00:00
Wladimir J. van der Laan
1dbd6dcdc2
Merge pull request #145 from maraoz/patch-1
...
Update BIP32 to add bitcore as implementation
2015-03-11 14:09:08 +00:00
Thomas Kerin
9f15ac4eb4
Add line so that pubkeys + address in specificiation are displayed
2015-03-11 12:30:59 +00:00
Manuel Aráoz
2a7e5a00a7
Update BIP32 to add bitcore as implementation
2015-03-05 16:17:42 -03:00
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