]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/log
perso/Immae/Projets/Cryptomonnaies/BIP39.git
4 years agoReplace most libraries with combined libs
Ian Coleman [Wed, 18 Dec 2019 21:39:50 +0000 (08:39 +1100)] 
Replace most libraries with combined libs

4 years agoAdd experimental incomplete combined js libs
Ian Coleman [Tue, 24 Sep 2019 23:24:52 +0000 (09:24 +1000)] 
Add experimental incomplete combined js libs

4 years agoText for multibit mentions change addresses
Ian Coleman [Wed, 18 Dec 2019 00:19:47 +0000 (11:19 +1100)] 
Text for multibit mentions change addresses

Closes #376

4 years agoRemove pending from some tests using chrome
Ian Coleman [Tue, 17 Dec 2019 23:57:29 +0000 (10:57 +1100)] 
Remove pending from some tests using chrome

Unfortunately firefox pending tests still do not work.

4 years agoMake seed field editable
Ian Coleman [Tue, 17 Dec 2019 23:32:25 +0000 (10:32 +1100)] 
Make seed field editable

4 years agoAdd bitcoin regtest params
Ian Coleman [Tue, 17 Dec 2019 22:51:00 +0000 (09:51 +1100)] 
Add bitcoin regtest params

4 years agoConvert mnemonic to hex entropy instead of binary
Ian Coleman [Tue, 17 Dec 2019 22:07:17 +0000 (09:07 +1100)] 
Convert mnemonic to hex entropy instead of binary

4 years agoAllow manual override for entropy type
Ian Coleman [Tue, 17 Dec 2019 02:42:44 +0000 (13:42 +1100)] 
Allow manual override for entropy type

4 years agoGenerate addresses for P2WSH and P2WSH-P2SH
Ian Coleman [Tue, 17 Dec 2019 00:44:54 +0000 (11:44 +1100)] 
Generate addresses for P2WSH and P2WSH-P2SH

4 years agoAdd P2WSH and P2WSH-P2SH for bitcoin and testnet
Ian Coleman [Mon, 16 Dec 2019 02:08:28 +0000 (13:08 +1100)] 
Add P2WSH and P2WSH-P2SH for bitcoin and testnet

Address generation still to come.

4 years agoMerge pull request #385 from hladik-dan/master
iancoleman [Sun, 8 Dec 2019 22:16:01 +0000 (09:16 +1100)] 
Merge pull request #385 from hladik-dan/master

Add Czech language

4 years agoAdd Czech language
Daniel Hladík [Fri, 6 Dec 2019 19:21:43 +0000 (20:21 +0100)] 
Add Czech language

4 years agoRelease v0.3.14
Ian Coleman [Sun, 1 Dec 2019 23:46:49 +0000 (10:46 +1100)] 
Release v0.3.14

4 years agoFix energyweb test
Ian Coleman [Sun, 1 Dec 2019 23:44:35 +0000 (10:44 +1100)] 
Fix energyweb test

4 years agoRevert "Fix tests for Pull Request 371"
Ian Coleman [Sun, 1 Dec 2019 23:25:09 +0000 (10:25 +1100)] 
Revert "Fix tests for Pull Request 371"

This reverts commit b130271b2b5cb08a9516a3472607826bb88ad3bf.

4 years agoPartially revert Pull 371 BIP44 Default Change
Ian Coleman [Sun, 1 Dec 2019 23:24:37 +0000 (10:24 +1100)] 
Partially revert Pull 371 BIP44 Default Change

4 years agoRelease v0.3.13
Ian Coleman [Mon, 11 Nov 2019 01:42:52 +0000 (12:42 +1100)] 
Release v0.3.13

4 years agoMove hardened addresses checkbox to address table
Ian Coleman [Mon, 11 Nov 2019 01:32:50 +0000 (12:32 +1100)] 
Move hardened addresses checkbox to address table

4 years agoFix typo splitPhrase/phraseSplit
Ian Coleman [Mon, 11 Nov 2019 00:41:45 +0000 (11:41 +1100)] 
Fix typo splitPhrase/phraseSplit

4 years agoAdd test for Pull Request 370 THT Thought network
Ian Coleman [Mon, 11 Nov 2019 00:35:17 +0000 (11:35 +1100)] 
Add test for Pull Request 370 THT Thought network

4 years agoRun all tests instead of only specific new tests
Ian Coleman [Mon, 11 Nov 2019 00:23:54 +0000 (11:23 +1100)] 
Run all tests instead of only specific new tests

4 years agoFix tests for Pull Request 371
Ian Coleman [Mon, 11 Nov 2019 00:19:18 +0000 (11:19 +1100)] 
Fix tests for Pull Request 371

4 years agoTidy up split phrase warning
Ian Coleman [Mon, 11 Nov 2019 00:04:23 +0000 (11:04 +1100)] 
Tidy up split phrase warning

Make red only when danger is present
Align neatly with the rest of the UI
Increase size of text area to show all three rows, although it still
overflows on 24 words.

4 years agoAdd test for Pull Request 319 EnergyWeb
Ian Coleman [Sun, 10 Nov 2019 23:55:26 +0000 (10:55 +1100)] 
Add test for Pull Request 319 EnergyWeb

4 years agoAdd test for Pull Request 279 split phrase cards
Ian Coleman [Sun, 10 Nov 2019 23:53:20 +0000 (10:53 +1100)] 
Add test for Pull Request 279 split phrase cards

4 years agoRaw entropy is interpreted as binary
Ian Coleman [Sun, 10 Nov 2019 23:31:14 +0000 (10:31 +1100)] 
Raw entropy is interpreted as binary

For example, using abandon abandon ability becomes 8 zeros but how does
the entropy field know it's hex and not binary? It assumes the
worst-case scenario of binary, so entropy should be shown in binary.

Perhaps if entropy type is explicitly selected in the future this can be
changed back to using hex. But while magical assumptions exist, binary
it must be.

4 years agoRemove trailing comments
Ian Coleman [Sun, 10 Nov 2019 23:15:49 +0000 (10:15 +1100)] 
Remove trailing comments

4 years agoReplace tabs with spaces as per rest of the file
Ian Coleman [Sun, 10 Nov 2019 23:15:17 +0000 (10:15 +1100)] 
Replace tabs with spaces as per rest of the file

4 years agoTest for Pull Request 271
Ian Coleman [Sun, 10 Nov 2019 23:11:40 +0000 (10:11 +1100)] 
Test for Pull Request 271

4 years agoReverse some changes from adding thought network
Ian Coleman [Sun, 10 Nov 2019 23:04:20 +0000 (10:04 +1100)] 
Reverse some changes from adding thought network

4 years agoFix elastos changes
Ian Coleman [Sun, 10 Nov 2019 22:59:44 +0000 (09:59 +1100)] 
Fix elastos changes

4 years agoMerge pull request #370 from thoughtnetwork/master
iancoleman [Sun, 10 Nov 2019 22:56:49 +0000 (09:56 +1100)] 
Merge pull request #370 from thoughtnetwork/master

added Thought network spec

4 years agoMerge branch 'master' into master
iancoleman [Sun, 10 Nov 2019 22:56:10 +0000 (09:56 +1100)] 
Merge branch 'master' into master

4 years agoMerge pull request #371 from immae/master
iancoleman [Sun, 10 Nov 2019 22:54:29 +0000 (09:54 +1100)] 
Merge pull request #371 from immae/master

Add a button to remove the "change" in the derivation path for ethereum

4 years agoMerge branch 'master' into master
iancoleman [Sun, 10 Nov 2019 22:54:07 +0000 (09:54 +1100)] 
Merge branch 'master' into master

4 years agoMerge pull request #368 from johnnynanjiang/elastos-pr
iancoleman [Sun, 10 Nov 2019 22:47:35 +0000 (09:47 +1100)] 
Merge pull request #368 from johnnynanjiang/elastos-pr

Add Elastos

4 years agoMerge pull request #357 from PavlosTze/enable-segwit
iancoleman [Sun, 10 Nov 2019 22:36:14 +0000 (09:36 +1100)] 
Merge pull request #357 from PavlosTze/enable-segwit

Enable segwit for MONKEY, BCA, BTX, MONA, SYS, VIA, DOGEt, LTCt

4 years agoMerge pull request #319 from energywebfoundation/master
iancoleman [Sun, 10 Nov 2019 22:35:13 +0000 (09:35 +1100)] 
Merge pull request #319 from energywebfoundation/master

Add EWT

4 years agoMerge pull request #280 from mctrivia/add-hack-time-for-split-cards
iancoleman [Sun, 10 Nov 2019 22:34:37 +0000 (09:34 +1100)] 
Merge pull request #280 from mctrivia/add-hack-time-for-split-cards

Add hack time calculation for Split Mnemonic Cards

4 years agoMerge pull request #279 from mctrivia/master
iancoleman [Sun, 10 Nov 2019 22:28:28 +0000 (09:28 +1100)] 
Merge pull request #279 from mctrivia/master

Added Split Phrase Card Output

4 years agoMerge pull request #271 from cernekee/local
iancoleman [Sun, 10 Nov 2019 22:21:07 +0000 (09:21 +1100)] 
Merge pull request #271 from cernekee/local

Allow converting mnemonic back to raw entropy value

4 years agoMerge pull request #255 from dalijolijo/master
iancoleman [Sun, 10 Nov 2019 22:13:11 +0000 (09:13 +1100)] 
Merge pull request #255 from dalijolijo/master

Fix wrong addresses for BTDX and MEC

4 years agoadded Thought network spec
Andrew [Tue, 5 Nov 2019 16:26:58 +0000 (11:26 -0500)] 
added Thought network spec

4 years agoAdd Elastos
Nan Jiang [Sat, 26 Oct 2019 07:13:31 +0000 (18:13 +1100)] 
Add Elastos

4 years agoAdd a button to remove the "change" in the derivation path for ethereum
Ismaël Bouya [Sun, 24 Feb 2019 08:33:14 +0000 (09:33 +0100)] 
Add a button to remove the "change" in the derivation path for ethereum

4 years agoMerge branch 'enable-segwit' of https://github.com/PavlosTze/bip39 into enable-segwit
Pavlos Tzegiannakis [Tue, 17 Sep 2019 07:10:01 +0000 (10:10 +0300)] 
Merge branch 'enable-segwit' of https://github.com/PavlosTze/bip39 into enable-segwit

4 years agoFix syscoin
Pavlos Tzegiannakis [Tue, 17 Sep 2019 07:09:37 +0000 (10:09 +0300)] 
Fix syscoin

4 years agoMerge branch 'master' into enable-segwit
iancoleman [Mon, 16 Sep 2019 00:48:38 +0000 (10:48 +1000)] 
Merge branch 'master' into enable-segwit

4 years agoMerge pull request #353 from Groestlcoin/add-groestlcoin
iancoleman [Mon, 16 Sep 2019 00:46:32 +0000 (10:46 +1000)] 
Merge pull request #353 from Groestlcoin/add-groestlcoin

Add Groestlcoin with Tests

4 years agoAdd Groestlcoin
HashEngineering [Fri, 30 Aug 2019 02:55:56 +0000 (19:55 -0700)] 
Add Groestlcoin

4 years agoEnable segwit for MONKEY, BCA, BTX, MONA, SYS, VIA, DOGEt, LTCt
Pavlos Tzegiannakis [Fri, 13 Sep 2019 13:10:08 +0000 (16:10 +0300)] 
Enable segwit for MONKEY, BCA, BTX, MONA, SYS, VIA, DOGEt, LTCt

4 years agoFix trailing whitespace
Ian Coleman [Fri, 13 Sep 2019 00:01:32 +0000 (10:01 +1000)] 
Fix trailing whitespace

4 years agoAdd base-x to libs directory
Ian Coleman [Thu, 12 Sep 2019 11:00:45 +0000 (21:00 +1000)] 
Add base-x to libs directory

4 years agoFix typo in path for build script
Ian Coleman [Thu, 12 Sep 2019 05:57:05 +0000 (15:57 +1000)] 
Fix typo in path for build script

4 years agoAdd instructions for manual changes for zcash
Ian Coleman [Thu, 12 Sep 2019 05:56:40 +0000 (15:56 +1000)] 
Add instructions for manual changes for zcash

4 years agoAdd ethereumjs-util to libs directory
Ian Coleman [Thu, 12 Sep 2019 05:29:10 +0000 (15:29 +1000)] 
Add ethereumjs-util to libs directory

4 years agoChange levenshtein library to fixed version 2.0.6
Ian Coleman [Thu, 12 Sep 2019 05:04:09 +0000 (15:04 +1000)] 
Change levenshtein library to fixed version 2.0.6

4 years agoAdd bitcoinjs-bip38 to libs directory
Ian Coleman [Thu, 12 Sep 2019 04:42:40 +0000 (14:42 +1000)] 
Add bitcoinjs-bip38 to libs directory

4 years agoAdd bitcoinjs-lib to libs directory
Ian Coleman [Thu, 12 Sep 2019 04:23:53 +0000 (14:23 +1000)] 
Add bitcoinjs-lib to libs directory

4 years agoCompile stellar-util to /tmp
Ian Coleman [Thu, 12 Sep 2019 03:37:22 +0000 (13:37 +1000)] 
Compile stellar-util to /tmp

4 years agoFix test failing due to timeout
Ian Coleman [Thu, 12 Sep 2019 01:58:32 +0000 (11:58 +1000)] 
Fix test failing due to timeout

4 years agoFix CPUchain test
Ian Coleman [Mon, 26 Aug 2019 00:48:15 +0000 (10:48 +1000)] 
Fix CPUchain test

4 years agoMerge pull request #352 from PavlosTze/bsv-rpd-monkey-arya
iancoleman [Thu, 12 Sep 2019 00:36:30 +0000 (10:36 +1000)] 
Merge pull request #352 from PavlosTze/bsv-rpd-monkey-arya

Support BSV, RPD, MONKEY, ARYA

4 years agoMerge pull request #355 from zhanghangorg/master
iancoleman [Thu, 12 Sep 2019 00:14:33 +0000 (10:14 +1000)] 
Merge pull request #355 from zhanghangorg/master

Zencash renamed Horizen

4 years agoMerge pull request #356 from skironDotNet/HUSH3
iancoleman [Thu, 12 Sep 2019 00:13:37 +0000 (10:13 +1000)] 
Merge pull request #356 from skironDotNet/HUSH3

Added HUSH3 encoding and kept old as Legacy for users to be able to

4 years agoAdded HUSH3 encoding and kept old as Legacy for users to be able to cross verify
Pawel Cioch [Wed, 11 Sep 2019 03:11:28 +0000 (22:11 -0500)] 
Added HUSH3 encoding and kept old as Legacy for users to be able to cross verify

4 years agoZencash was renamed Horizen in 2018
zhanghang [Wed, 11 Sep 2019 02:55:02 +0000 (10:55 +0800)] 
Zencash was renamed Horizen in 2018

4 years agoZencash was renamed Horizen in 2018
zhanghang [Wed, 11 Sep 2019 02:53:21 +0000 (10:53 +0800)] 
Zencash was renamed Horizen in 2018

4 years agoSupport BSV, RPD, MONKEY, ARYA
Pavlos Tzegiannakis [Mon, 2 Sep 2019 06:58:09 +0000 (09:58 +0300)] 
Support BSV, RPD, MONKEY, ARYA

4 years agoMerge pull request #345 from flyfoxuk/master
iancoleman [Thu, 1 Aug 2019 00:02:07 +0000 (10:02 +1000)] 
Merge pull request #345 from flyfoxuk/master

Added CSC (CasinoCoin) with test

4 years agoMerge pull request #342 from minkcrypto/master
iancoleman [Thu, 1 Aug 2019 00:01:28 +0000 (10:01 +1000)] 
Merge pull request #342 from minkcrypto/master

Add CPUchain support

4 years agoMerge branch 'master' into master
iancoleman [Thu, 1 Aug 2019 00:01:17 +0000 (10:01 +1000)] 
Merge branch 'master' into master

4 years agoMerge pull request #341 from Cryptarchist/support_wagerr
iancoleman [Thu, 1 Aug 2019 00:00:06 +0000 (10:00 +1000)] 
Merge pull request #341 from Cryptarchist/support_wagerr

Add support for Wagerr

4 years agoAdded CSC (CasinoCoin) with test
Chris [Thu, 18 Jul 2019 10:50:14 +0000 (11:50 +0100)] 
Added CSC (CasinoCoin) with test

4 years agoAdd CPUchain support
Min Khang Aung [Tue, 16 Jul 2019 20:02:28 +0000 (05:02 +0900)] 
Add CPUchain support

4 years agoAdd support for Wagerr
Cryptarchist [Fri, 5 Jul 2019 17:54:47 +0000 (18:54 +0100)] 
Add support for Wagerr

4 years agoMerge pull request #340 from sile16/master
iancoleman [Tue, 16 Jul 2019 00:51:48 +0000 (10:51 +1000)] 
Merge pull request #340 from sile16/master

Added support for VeChain, hdcoin 818, same address formats as ETH

4 years agoadd test for VeChain
Matt Robertson [Thu, 4 Jul 2019 19:18:30 +0000 (14:18 -0500)] 
add test for VeChain

4 years agoAdded support for VeChain, hdcoin 818, same address formats as ETH
Matt Robertson [Thu, 4 Jul 2019 18:20:14 +0000 (13:20 -0500)] 
Added support for VeChain, hdcoin 818, same address formats as ETH

4 years agoReorder release process steps
Ian Coleman [Thu, 4 Jul 2019 02:41:38 +0000 (12:41 +1000)] 
Reorder release process steps

Should verify before publishing and promoting.

4 years agoRelease v0.3.12
Ian Coleman [Thu, 4 Jul 2019 02:31:54 +0000 (12:31 +1000)] 
Release v0.3.12

4 years agoRemove Monkey network, test was failing.
Ian Coleman [Thu, 4 Jul 2019 02:01:59 +0000 (12:01 +1000)] 
Remove Monkey network, test was failing.

See https://github.com/iancoleman/bip39/pull/335#issuecomment-500638649

4 years agoAdd test for Stellar
Ian Coleman [Thu, 4 Jul 2019 02:01:42 +0000 (12:01 +1000)] 
Add test for Stellar

4 years agoFix typo testNetowrk/testNetwork
Ian Coleman [Thu, 13 Jun 2019 02:41:11 +0000 (12:41 +1000)] 
Fix typo testNetowrk/testNetwork

4 years agoFix naming of Dogecoin Testnet
Ian Coleman [Thu, 13 Jun 2019 02:40:53 +0000 (12:40 +1000)] 
Fix naming of Dogecoin Testnet

4 years agoOrder networks alphabetically
Ian Coleman [Thu, 13 Jun 2019 02:40:34 +0000 (12:40 +1000)] 
Order networks alphabetically

4 years agoMerge pull request #339 from NewCapital/master
iancoleman [Thu, 4 Jul 2019 01:40:32 +0000 (11:40 +1000)] 
Merge pull request #339 from NewCapital/master

Adding support for TWINS and FIX coins

4 years agoMerge pull request #287 from sui77/master
iancoleman [Thu, 4 Jul 2019 01:39:06 +0000 (11:39 +1000)] 
Merge pull request #287 from sui77/master

XLM Stellar Lumens

4 years agoAdding FIX coin support
yurykk [Thu, 27 Jun 2019 09:15:11 +0000 (12:15 +0300)] 
Adding FIX coin support

4 years agoAdding TWINS coin support
yurykk [Thu, 27 Jun 2019 08:56:47 +0000 (11:56 +0300)] 
Adding TWINS coin support

4 years agoMerge pull request #338 from aitorp6/master
iancoleman [Thu, 13 Jun 2019 02:35:36 +0000 (12:35 +1000)] 
Merge pull request #338 from aitorp6/master

removed extra character that causes the whole thing to fail

4 years agoremoved extra character that causes the whole thing to fail
Aitor P [Wed, 12 Jun 2019 16:19:20 +0000 (18:19 +0200)] 
removed extra character that causes the whole thing to fail

4 years agouse dummyNetwork for stellar
Suat Özgür [Wed, 12 Jun 2019 09:47:01 +0000 (11:47 +0200)] 
use dummyNetwork for stellar

4 years agoupdate stellar definition
Suat Özgür [Wed, 12 Jun 2019 09:34:31 +0000 (11:34 +0200)] 
update stellar definition

4 years agostellar-util: remove uglify
Suat Özgür [Wed, 12 Jun 2019 09:30:52 +0000 (11:30 +0200)] 
stellar-util: remove uglify

4 years agoMerge pull request #337 from aitorp6/master
iancoleman [Tue, 11 Jun 2019 23:41:20 +0000 (09:41 +1000)] 
Merge pull request #337 from aitorp6/master

DeepOnion: test fixed

4 years agoDeepOnion: test fixed
aitorp6 [Tue, 11 Jun 2019 12:34:18 +0000 (14:34 +0200)] 
DeepOnion: test fixed

4 years agoMerge pull request #333 from conr2d/eosio-support
iancoleman [Mon, 10 Jun 2019 23:39:00 +0000 (09:39 +1000)] 
Merge pull request #333 from conr2d/eosio-support

Add support EOSIO

4 years agoMerge branch 'master' into eosio-support
iancoleman [Mon, 10 Jun 2019 23:37:53 +0000 (09:37 +1000)] 
Merge branch 'master' into eosio-support

4 years agoMerge pull request #335 from onnateldome/master
iancoleman [Mon, 10 Jun 2019 23:35:24 +0000 (09:35 +1000)] 
Merge pull request #335 from onnateldome/master

ADD support MONK, LTCt, DOGEt