]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/history - src/js/index.js
bip44TabSelected and bip32TabSelected functions
[perso/Immae/Projets/Cryptomonnaies/BIP39.git] / src / js / index.js
2016-12-11  Ian Colemanbip44TabSelected and bip32TabSelected functions
2016-12-11  Ian ColemanExtended Key calculation does not use global var
2016-12-01  Ian ColemanQR code shown on hover for certain bits of data
2016-11-30  Ian ColemanbitsPerEvent correct for multiple decks of cards
2016-11-30  Ian ColemanCard bits per event is shown as the average value
2016-11-17  Ian ColemanBits Per Event says 'or less' for card entropy
2016-11-17  Ian ColemanEntropy library assumes cards are discarded
2016-11-17  Ian ColemanMissing cards are detected
2016-11-17  Ian ColemanDuplicate card detection is case insensitive
2016-11-16  Ian ColemanMultiple decks of cards are possible
2016-11-16  Ian Colemanzxcvbn errors are caught, with strength 'unknown'
2016-11-16  Ian ColemanCard duplicates and use of full deck is detected
2016-11-16  Ian ColemanEntropy strength for cards assumes no replacement
2016-11-14  Ian ColemanEntropy is truncated from the left
2016-11-14  Ian ColemanCard suits have color and use larger font size
2016-11-14  Ian ColemanEntropy section consumes less vertical space
2016-11-10  Ian ColemanEntropy strength measured using zxcvbn
2016-11-10  Ian ColemanMnemonic length can be set when using raw entropy
2016-11-10  Ian ColemanEntropy feedback in tabular format, not sentence
2016-11-09  Ian ColemanDOM.strength renamed DOM.generatedStrength
2016-11-07  Ian ColemanCards can be used for entropy
2016-11-07  Ian ColemanBlank entropy does not generate addresses
2016-11-04  Ian ColemanEntropy can be supplied by user
2016-11-02  Ian ColemanPublic key column in table, shown as hex
2016-10-20  Ian ColemanMultiple language functionality added
2016-08-30  iancolemanMerge pull request #29 from dangershony/master
2016-08-25  dangershonyMerge branch 'master' of https://github.com/dangershony...
2016-08-25  dangershonynamecoin and peercoin
2016-08-24  iancolemanMerge pull request #27 from dangershony/master
2016-08-24  dangershonyupdate root key network
2016-08-23  Dan GershonyAdd dash
2016-08-23  Dan GershonyMerge pull request #1 from dcpos/master
2016-08-23  Ian ColemanTests for passphrase and coin selection
2016-08-23  Ian ColemanHardened Addresses checkbox
2016-08-23  Ian ColemanBIP32 Root Key can be specified by user
2016-08-15  Ian ColemanWords not in list show error with suggestion
2016-08-15  Ian ColemanDerivation Path errors are detected.
2016-08-15  Ian ColemanDerivation Path global replaced with function
2016-08-01  Ian ColemanDerivation path on network change is correct.
2016-03-19  iancolemanMerge pull request #20 from dooglus/ignore_space_changes
2016-03-19  iancolemanMerge pull request #18 from kirillkovalenko/master
2016-03-18  Kirill KovalenkoDisplay BIP39 seed
2015-10-22  Ian ColemanStrength field uses select tag
2015-08-21  iancolemanMerge pull request #15 from dooglus/clam
2015-08-21  Chris MooreAdd CLAM.
2015-08-20  Ian ColemanTypo privkeCell > privkeyCell
2015-08-20  Ian ColemanDerivation path set correctly when changing coins
2015-08-16  Ian ColemanIndex column changed to Path
2015-08-16  Ian ColemanAdditional coins added which have BIP44
2015-08-16  Ian ColemanWallet tabs removed, added text to BIP32 tab
2015-08-16  Ian ColemanShadowCash added to UI
2015-08-16  Ian Colemanbitcoinjs 1.0.0 changed to bitcoinjs 1.5.7
2015-08-16  Ian ColemanNetwork select populated automatically by js
2015-08-16  Ian ColemanNetwork-specific javascript refactored
2014-10-14  Ian ColemanDogecoin uses official BIP44 coin type
2014-10-14  iancolemanMerge pull request #4 from robjohnson189/mycelium_testn...
2014-10-14  Robert Johnsonfix to switch bip44 coin type path for mycelium when...
2014-10-13  Ian ColemanHive Wallet added as an option for derivation path
2014-10-13  Ian ColemanCoin selection is done from a single control
2014-10-13  Ian ColemanBIP44 tab is always visible, unused code removed
2014-10-12  iancolemanMerge pull request #3 from robjohnson189/coin_selection
2014-09-30  Robert Johnsonfixed spacing, added missing tag
2014-09-30  Robert Johnsonallow for address change, while still allowing use...
2014-09-30  Ian ColemanDerivation path tabs display by network selection
2014-09-29  Ian ColemanNew cells show with correct visibility
2014-09-29  Ian ColemanAddresses shown in table as they're calculated
2014-09-27  Ian ColemanPhrase is normalized before checking for errors
2014-09-26  iancolemanMerge pull request #2 from robjohnson189/networkfix
2014-09-26  Robert Johnsonpassing in network to toWIF
2014-09-26  Ian Colemanbip32.org format not used for seed
2014-09-25  Ian Colemankeyup event changed to input
2014-09-25  Ian ColemanRevert "Update only happens when phrase is changed"
2014-09-25  Ian ColemanUpdate only happens when phrase is changed
2014-09-24  iancolemanMerge pull request #1 from prusnak/master
2014-09-24  Pavol Rusnakadd support for BIP39 passphrase
2014-09-18  Ian ColemanMove from private repo