aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
Commit message (Collapse)AuthorAgeFilesLines
* Entropy can be supplied by userIan Coleman2016-11-041-7/+1929
|
* Table uses monospace font.Ian Coleman2016-11-031-1/+4
| | | | See https://github.com/iancoleman/bip39/issues/32#issuecomment-257776567
* Public key column in table, shown as hexIan Coleman2016-11-021-2/+23
|
* Languages no longer experimental.Ian Coleman2016-10-211-1/+0
| | | | | Still pending reference implementation unit tests, but the ones included in jsbip39 were generated using the reference implementation.
* Languages compiled into bip39-standalone.htmlIan Coleman2016-10-201-18/+1426
|
* Links and author changed to iancolemanIan Coleman2016-10-111-5/+5
|
* Generate button moved for simpler user experienceIan Coleman2016-10-051-18/+25
|
* Derivation path for Block ExplorersIan Coleman2016-09-051-0/+9
|
* namecoin and peercoindangershony2016-08-251-0/+34
|
* update root key networkdangershony2016-08-241-1/+1
|
* builddangershony2016-08-241-1/+1
|
* compiledangershony2016-08-231-0/+18
|
* Tests for passphrase and coin selectionIan Coleman2016-08-231-11/+16
|
* Standalone has hardened addresses checkboxIan Coleman2016-08-231-1/+30
|
* BIP32 Root Key can be specified by userIan Coleman2016-08-231-12/+75
|
* Words not in list show error with suggestionIan Coleman2016-08-151-1/+236
|
* Derivation Path errors are detected.Ian Coleman2016-08-151-1/+33
|
* Derivation Path global replaced with functionIan Coleman2016-08-151-46/+37
|
* Derivation path on network change is correct.Ian Coleman2016-08-011-1/+0
| | | | This closes #23
* Pull Request #18 in bip39-standalone.htmlIan Coleman2016-03-201-1/+10
|
* Normalize whitespace before using mnemonic. Fixes #19.Chris Moore2016-03-191-1/+1
|
* Strength field uses select tagIan Coleman2015-10-231-16/+10
| | | | Closes #17
* Merge pull request #15 from dooglus/clamiancoleman2015-08-211-0/+16
|\ | | | | Add CLAM.
| * Add CLAM.Chris Moore2015-08-201-0/+16
| |
* | Default mnemonic length is 15Ian Coleman2015-08-211-1/+1
| | | | | | | | Closes #11
* | Typo privkeCell > privkeyCellIan Coleman2015-08-211-1/+1
| | | | | | | | Closes #12
* | Derivation path set correctly when changing coinsIan Coleman2015-08-211-1/+1
|/ | | | Closes #9
* Index column changed to PathIan Coleman2015-08-161-2/+3
|
* Additional coins added which have BIP44Ian Coleman2015-08-161-0/+21
| | | | see https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst
* Standalone contains ShadowCashIan Coleman2015-08-161-41/+67
|
* compile.py generates bip39-standalone.htmlIan Coleman2015-08-161-27986/+8691
|
* Added feePerKbdasource2015-08-131-4/+4
|
* Updated BIP44 indexdasource2015-08-131-8/+6
|
* Add Shadow and Shadow Testnetdasource2015-07-211-1/+39
|
* Dogecoin uses official BIP44 coin typeIan Coleman2014-10-151-2/+1
| | | | http://doc.satoshilabs.com/slips/slip-0044.html
* fix to switch bip44 coin type path for mycelium when switching between ↵Robert Johnson2014-10-141-0/+3
| | | | bitcoin and bitcoin-testnet
* Standalone update: coin select, hive and myceliumIan Coleman2014-10-131-85/+65
| | | | | | Coin selection is simplified in the GUI. Hive Wallet tab is added to derivation paths. Mycelium Wallet tab is added to derivation paths.
* fixed spacing, added missing tagRobert Johnson2014-09-291-5/+6
|
* updated standaloneRobert Johnson2014-09-291-1/+15
|
* Derivation path tabs display by network selectionIan Coleman2014-09-301-0/+59
|
* Tabs for derivation path have idsIan Coleman2014-09-301-2/+2
|
* Indenting is consistentIan Coleman2014-09-301-2/+5
|
* Unsupported coins removedIan Coleman2014-09-301-3/+0
| | | | These coins are only supported in versions of bitcoinjs-lib > 1.0.0
* Coin selection via select elementIan Coleman2014-09-301-0/+24
| | | | | | | BIP44 only supports three coins http://doc.satoshilabs.com/slips/slip-0044.html bitcoinjs-lib supports seven coins https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/src/networks.js
* Acknowledgements has sjcl instead of asmcryptoIan Coleman2014-09-301-3/+3
|
* bip39-standalone uses sjclIan Coleman2014-09-291-7502/+1137
|
* bip39-standalone updatedIan Coleman2014-09-271-218/+17721
| | | | | Latest asmcrypto.js and jsbip39.js Unminified bootstrap and jquery
* Phrase is normalized before checking for errorsIan Coleman2014-09-271-0/+1
|
* mnemonic.normalizeString method made publicIan Coleman2014-09-271-3/+3
|
* passing in network to toWIFRobert Johnson2014-09-261-1/+1
|