X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=6718a0e99fcaa89dc717fed716b4e6c6ae8fd923;hp=590f4e379114175f4a06e28e9d331f3214c7b81c;hb=ae27549baff9b3c5ddd8fc8ddd7277a33e07d6a2;hpb=d2ba387163f7ea240b7a80b78783f1c5047b6f1a diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 590f4e3..6718a0e 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -521,6 +521,13 @@ it('Allows selection of onixcoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of lkrcoin', function(done) { + var params = { + selectText: "LKR - Lkrcoin", + firstAddress: "LfbT296e7AEEnn4bYDbL535Nd8P9g98CdJ", + }; + testNetwork(done, params); +}); it('Allows selection of peercoin', function(done) { var params = { selectText: "PPC - Peercoin", @@ -707,7 +714,7 @@ it('Allows selection of Bitcoinz', function(done) { it('Allows selection of BitCloud', function(done) { var params = { selectText: "BTDX - BitCloud", - firstAddress: "BE9tnWxiR7ALgVhG8LLDi2W9pvtjzZMFoM", + firstAddress: "BHbWitXCNgTf1BhsRDNMP186EeibuzmrBi", }; testNetwork(done, params); }); @@ -966,7 +973,7 @@ it('Allows selection of Lynx', function(done) { it('Allows selection of Megacoin', function(done) { var params = { selectText: "MEC - Megacoin", - firstAddress: "MHHRRPHcF8DvQpEySFF9M6fR8Qv4JH2fFC", + firstAddress: "MDfAj9CzkC1HpcUiVGnHp8yKTa7WXgu8AY", }; testNetwork(done, params); }); @@ -1068,6 +1075,13 @@ it('Allows selection of Putincoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Ravencoin', function(done) { + var params = { + selectText: "RVN - Ravencoin", + firstAddress: "RBuDoVNnzvFsEcX8XKPm8ic4mgiCzjUCNk", + }; + testNetwork(done, params); +}); it('Allows selection of Reddcoin', function(done) { var params = { selectText: "RDD - Reddcoin", @@ -1092,8 +1106,9 @@ it('Allows selection of Rubycoin', function(done) { it('Allows selection of Salus', function(done) { var params = { selectText: "SLS - Salus", - firstAddress: "SgdYBmVytcW2aCYitdegwkUcCU7RSqYokB", + firstAddress: "SNzPi1CafHFm3WWjRo43aMgiaEEj3ogjww", }; + testNetwork(done, params); }); it('Allows selection of Smileycoin', function(done) { var params = { @@ -1119,7 +1134,7 @@ it('Allows selection of stash', function(done) { it('Allows selection of stash testnet', function(done) { var params = { selectText: "STASH - Stash Testnet", - firstAddress: "YdbhtMuGsPSkE6bPdNTHoFSszQKmK4S5LT", + firstAddress: "yWQCTSkUst7ddYuebKsqa1kSoXEjpCkGKR", }; testNetwork(done, params); }); @@ -1340,6 +1355,41 @@ it('Allows selection of ProjectCoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Phore', function(done) { + var params = { + selectText: "PHR - Phore", + firstAddress: "PJThxpoXAG6hqrmdeQQbVDX4TJtFTMMymC", + }; + testNetwork(done, params); +}); +it('Allows selection of Safecoin', function(done) { + var params = { + selectText: "SAFE - Safecoin", + firstAddress: "RmV56kPW7jeCmDA8sukHwbR7RZSbg9NFNF", + }; + testNetwork(done, params); + }); +it('Allows selection of Blocknode', function(done) { + var params = { + selectText: "BND - Blocknode", + firstAddress: "BG8xZSAur2jYLG9VXt8dYfkKxxeR7w9bSe", + }; + testNetwork(done, params); +}); +it('Allows selection of Blocknode Testnet', function(done) { + var params = { + selectText: "tBND - Blocknode Testnet", + firstAddress: "bSptsFyDktFSKpWveRywJsDoJA2TC6qfHv", + }; + testNetwork(done, params); +}); +it('Allows selection of LitecoinZ', function(done) { + var params = { + selectText: "LTZ - LitecoinZ", + firstAddress: "L1VTXju7hLgKV4T7fGXS9sKsnm2gmtRCmyw", + }; + testNetwork(done, params); +}); // BIP39 seed is set from phrase it('Sets the bip39 seed from the prhase', function(done) { @@ -2911,7 +2961,7 @@ it('Can change details while old addresses are still being generated', function( }); }); }); -}, generateDelay + 5000); +}, generateDelay + 10000); // Github issue 49 // padding for binary should give length with multiple of 256