summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-17BTCReceive works only with one accountPerlover
It seems that it is only compatible with BIP32
2014-08-16Added two BIP44 compatible wallets in AndroidPerlover
Subj :) Please update info, not only the Trezor is copatible with BIP44 standard :)
2014-08-16Merge pull request #84 from erasmospunk/masterWladimir J. van der Laan
BIP 44 - Specify that this BIP is not a central repository.
2014-08-16Moved wordlists to separate file.bip39jp
2014-08-15BIP0039 Added Japanese wordlistbip39jp
2014-08-11BIP 64: getutxo messageMike Hearn
(closes #88)
2014-07-23Merge pull request #91 from davecgh/bip0032_conformal_implementationWladimir J. van der Laan
Add BIP0032 Go implementation.
2014-07-22Add BIP0032 Go implementation.Dave Collins
2014-07-18Restructure and make rules 2 and 4 unconditionalPieter Wuille
2014-07-16Revert "Run spell check."christianlundkvist
This reverts commit 11643a7585504d94996650fb7c390df0f4db4e41.
2014-07-14Update README.mediawikiGregory Maxwell
Getutxos message BIP assigned BIP64.
2014-07-09BIP39 grammarAaron Voisine
2014-07-09Merge pull request #85 from timthelion/patch-1Gavin Andresen
Spelling BIP 39
2014-07-09Merge pull request #86 from timthelion/patch-2Gavin Andresen
Spelling bip 32
2014-07-09Spelling bip 32Timothy Hobbs
2014-07-09Spelling BIP 39Timothy Hobbs
2014-07-09BIP 44 - Specify that this BIP is not a central repository for registered ↵Giannis Dzegoutanis
coin types. Provide links to the central repo.
2014-07-02Run spell check.christianlundkvist
2014-07-02Add password to test vector section.christianlundkvist
2014-07-02Merge pull request #80 from wozz/patch-1Wladimir J. van der Laan
Move Test 3 to the correct location.
2014-07-01Move Test 3 to the correct location.wozz
The encrypted key for unicode test should be in the section for No compression, no EC multiply.
2014-06-26Merge pull request #78 from voisine/patch-1Wladimir J. van der Laan
unicode normalization of password
2014-06-26Merge pull request #29 from MidnightLightning/patch-1Wladimir J. van der Laan
Update bip-0038.mediawiki
2014-06-26unicode normalization of passwordAaron Voisine
Added instructions for unicode normalization of password
2014-06-25Merge pull request #73 from ReadLiberty/patch-1Wladimir J. van der Laan
Fixed typo
2014-06-25Merge pull request #75 from gavinandresen/bip61Wladimir J. van der Laan
reject P2P message (BIP61)
2014-06-21Merge pull request #77 from RobbieClarken/patch-1Wladimir J. van der Laan
Fix URL to source of PHP payment request generator
2014-06-21Fix URL to source of PHP payment request generatorRobbie Clarken
The link to the source code of Gavin's PHP implementation was for the demo web page instead of the GitHub repository.
2014-06-18reject P2P message (BIP61)Gavin Andresen
2014-06-16Merge pull request #66 from satoshilabs/masterWladimir J. van der Laan
bip-0044: scan just external chains
2014-06-16Fixed typoReadLiberty
2014-06-12Status changed from Draft to FinalGavin Andresen
2014-06-12Status got lost in editingGavin Andresen
2014-06-12Status Draft --> FinalGavin Andresen
2014-06-12Fix mike's email addressGavin Andresen
2014-06-12Add Mike as co-author, status Draft->FinalGavin Andresen
We've got multiple implementations, so Final status is appropriate. And Mike agreed to help pull clarifying edits.
2014-06-11bip-0044: scan just external chainsPavol Rusnak
2014-06-09Clarify AES parameters passed inRichard Moore
There was some slight ambiguity in which items passed into AESEncrypt was the key and which was the block.
2014-06-06Merge pull request #59 from Telepatheic/patch-1Wladimir J. van der Laan
Small typo
2014-06-04Clarify handling of default fields for signing.Gavin Andresen
2014-05-27Merge pull request #67 from NicolasDorier/patch-2Gavin Andresen
Add reference implementation links
2014-05-27Add BitcoinJ excellent introductionNicolas Dorier
2014-05-27Add reference implementation linksNicolas Dorier
This BIP is really hard to implement because of the lack of test vectors and lack of documented implementations. This will save time for implementers.
2014-05-20Merge pull request #55 from rnicoll/bip0072-httpGavin Andresen
Add reference to RFC 2616 to BIP0072
2014-05-20Merge pull request #60 from aalness/aalness_bip70Gavin Andresen
Validate a payment request is still valid prior to payment
2014-05-20Merge pull request #54 from rnicoll/bip0070-limitsGavin Andresen
BIP0070 limits and error handling
2014-05-20Merge pull request #41 from harding/masterGavin Andresen
Clarification of how to construct the PaymentRequest signature
2014-05-20Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are LeakedDavid A. Harding
I mistakenly inferred from the following clause that a parent extended public key plus a child private key would be equivalent to knowing the extended *child* private key---meaning that the *parent* private key was still secure: > knowledge of the extended public key + any non-hardened private key > descending from it is equivalent to knowing the extended private key This patch's addition of the word "parent" (twice) removes the ambiguity and may help other readers draw the correct inference that the parent private key is no longer secure in this case. I also changed "+" to "plus" to avoid confusion with the actual mathematical operations used in this BIP.
2014-05-05Validate a payment request is still valid prior to paymentAndy Alness
Currently there exists the potential for a user to load a payment request into their wallet which is valid at that time but its expiration lapses prior to the user authorizing the payment. This could lead to an unnecessary customer service interaction.
2014-05-01Small typoTelepatheic