summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-04-12Remove multisignature brainwalletThomas Kerin
2015-03-26Reject code DUPLICATE also used for rejecting txNicolas Dorier
The reject code 0x12 is used for Version duplicate, but also when an input is already spent (bad-txns-inputs-spent)
2015-03-15Tidy ups, add BIP0067 to README, and change Type: informational -> standardThomas Kerin
2015-03-15Rename to assigned number: BIP 0067Thomas Kerin
2015-03-11NFKD normalize spanish word listAaron Voisine
2015-03-12Normalize word in wordlist to begin withbip39jp
Misunderstood specification.
2015-03-12Clarify necessity for ideographic spaces.bip39jp
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-11Merge pull request #1 from blocktrail/bip0090Thomas Kerin
add bitcoinJ
2015-03-11Add C# implementation of BIP39 (NBitcoin)Nicolas Dorier
2015-03-11add bitcoinJRuben de Vries
2015-03-11Merge pull request #131 from drupalnomad/patch-1Wladimir J. van der Laan
Mention that "Unsecure money receiver" use-case prevents theft
2015-03-11Merge pull request #132 from ↵Wladimir J. van der Laan
petertodd/bip62-compact-validly-encoded-invalid-sigs BIP62: Make OP_0 a validly encoded signature
2015-03-11Merge pull request #137 from UdjinM6/patch-1Wladimir J. van der Laan
BIP39 - Add reference to JavaScript implementation
2015-03-11Merge pull request #138 from harding/bip66-number-examplesWladimir J. van der Laan
BIP66: Number Examples To Match Implementation Tests
2015-03-11Merge pull request #141 from jonasschnelli/bip37_link_fixWladimir J. van der Laan
[Bip37] fix SPV link and remove empty Smart Property link
2015-03-11Merge pull request #143 from Kefkius/masterWladimir J. van der Laan
BIP-0044 - add a compatible wallet
2015-03-11Merge pull request #145 from maraoz/patch-1Wladimir J. van der Laan
Update BIP32 to add bitcore as implementation
2015-03-11Add line so that pubkeys + address in specificiation are displayedThomas Kerin
2015-03-05Update BIP32 to add bitcore as implementationManuel Aráoz
2015-02-17BIP-0044 - add a compatible walletKefkius
2015-02-13update scriptBitWasp
2015-02-13Rename implementation -> specificationBitWasp
2015-02-12Add dashes.BitWasp
2015-02-12Add BIP90 - until a correct BIP number is assignedBitWasp
2015-02-10[Bip37] fix SPV link and remove empty Smart Property linkJonas Schnelli
2015-02-09Merge pull request #140 from droark/patch-1Wladimir J. van der Laan
Fix broken source code link.
2015-02-09Fix broken source code link.Douglas Roark
2015-01-30BIP66: Number Examples To Match Implementation TestsDavid A. Harding
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-30Add reference to JavaScript implementationUdjinM6
2015-01-28Merge pull request #135 from sipa/bip66Wladimir J. van der Laan
Add BIP66
2015-01-26Add BIP66Pieter Wuille
2015-01-15Merge pull request #133 from np/patch-1Wladimir J. van der Laan
Add a link to my CLI interface in Haskell
2015-01-15Add a link to my CLI interface in HaskellNicolas Pouillard
2015-01-10Merge pull request #120 from rxl/patch-2Wladimir J. van der Laan
Fix a few minor typos in bip 0065
2015-01-09BIP62: Make OP_0 a validly encoded signaturePeter Todd
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.
2014-12-30Mention that "Unsecure money receiver" use-case prevents theftJonathan Brown
2014-12-18Merge pull request #129 from jonasschnelli/bip32_fenn_parenthesisWladimir J. van der Laan
Bip32, fix missing parenthesis
2014-12-18Bip32, fix missing parenthesisJonas Schnelli
reported by fenn on #bitcoin-dev [02:59:57]
2014-12-16Add Chinese wordlist to BIP39bip39CN
Rebased-From: 14cd9883a87f31a9260b4d114e980a4ad65feed2 Github-Pull: #114
2014-12-16Merge pull request #128 from Thashiznets/patch-2Wladimir J. van der Laan
BIP39 Adding reference to .NET C# (PCL) API
2014-12-16BIP39 Adding reference to .NET C# (PCL) APIThashiznets
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-09Merge pull request #122 from jonasschnelli/bip32_secg_linkWladimir J. van der Laan
fix secg.org secp256k1 docs link
2014-12-09Merge pull request #123 from wink/patch-2Wladimir J. van der Laan
Update bip32 wiki, repo moved
2014-12-09Merge pull request #125 from kaykurokawa/masterWladimir J. van der Laan
Updating status of BIP 0010
2014-12-09Merge pull request #127 from aalness/bip62Wladimir J. van der Laan
[BIP62] Add explicit note about OpenSSL wrt low S values
2014-12-06Add explicit note about OpenSSL wrt low S valuesAndy Alness
2014-11-28Update README.mediawikiUmpei Kay Kurokawa
2014-11-26Update bip-0010.mediawikiUmpei Kay Kurokawa
2014-11-26Update bip-0010.mediawikiUmpei Kay Kurokawa
2014-11-21Merge pull request #124 from wink/patch-3Wladimir J. van der Laan
Short one digit in BIP32 doc notes.