aboutsummaryrefslogtreecommitdiff
path: root/tests/spec
Commit message (Collapse)AuthorAgeFilesLines
* Pad eth private keys correctlyIan Coleman2021-02-121-0/+22
| | | | Fixes #469
* Updated ritocoin test, see #466Ian Coleman2021-02-111-1/+1
|
* Update namecoin testIan Coleman2021-02-111-1/+1
| | | | Tested private key import using electrum-nmc, it matches the address
* Add Cosmos Hub (ATOM) supportIan Coleman2021-02-111-0/+10
| | | | Closes #452, thanks @conr2d
* Merge pull request #466 from RitoProject/ritocoiniancoleman2021-02-111-0/+10
|\ | | | | Add Ritocoin (RITO)
| * Add Ritocoin (RITO)Scotty04482021-01-261-0/+10
| |
* | Add ZooBC address formatjhonkus2020-12-071-0/+11
|/
* Remove non-English BIP85 languagesIan Coleman2020-11-301-0/+30
|
* Add rebranded labelling to Zcoin/FiroIan Coleman2020-11-291-1/+11
|
* Merge pull request #456 from r1979/masteriancoleman2020-11-301-10/+10
|\ | | | | Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO)
| * Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO)Ruggero M2020-11-151-2/+2
| | | | | | https://zcoin.io/zcoin-is-becoming-firo/
| * Updated Zcoin (XZC) Due to its rebrand fo Firo (FIRO)Ruggero M2020-11-151-10/+10
| |
* | feat(test): add bip85 testAndreasGassmann2020-11-091-0/+18
|/
* Fix nano test, keys are lowercase not uppercaseIan Coleman2020-10-181-2/+2
|
* Merge branch 'master' into nanocurrencyiancoleman2020-10-191-45/+72
|\
| * Merge pull request #441 from bytefly/masteriancoleman2020-10-191-0/+11
| |\ | | | | | | Add TRX coin support
| | * Add testcase for TRXzr2020-10-051-0/+11
| | |
| * | Merge pull request #442 from mvillalba/masteriancoleman2020-10-021-0/+10
| |\ \ | | | | | | | | Add Binance Smart Chain (BSC) support
| | * | Add Binance Smart Chain (BSC) supportMartín Raúl Villalba2020-09-251-0/+10
| | |/
| * / Remove bias from entropy in base 6 and base 10Ian Coleman2020-10-011-45/+51
| |/
* / Added NANO currencyJoohansson2020-08-261-0/+10
|/
* Update tests.jsscribenetwork2020-08-191-0/+10
|
* Add CranePay testIan Coleman2020-05-111-0/+10
|
* Fix RSK testsIan Coleman2020-05-111-8/+8
|
* Adding FIO -Foundation for Interwallet OperabilityShawn Arney2020-05-111-0/+9
| | | | | | FIO - Foundation for Interwallet Operability. https://fioprotocol.io
* Add Sugarchain testnet supportJang Chongchan2020-04-281-0/+10
|
* Merge pull request #416 from Argoneum/argoneumiancoleman2020-04-281-0/+10
|\ | | | | Add Argoneum (v1.4.1 or above)
| * Add Argoneum (v1.4.1 or above)Oleg Semyonov2020-04-251-0/+10
| |
* | Add Sugarchain supportJang Chongchan2020-04-241-0/+10
|/
* add test for networks Jingtum and MOACLospring Liu2020-02-151-0/+20
|
* Test pubkey and privkey for all coinsIan Coleman2020-02-071-13/+553
|
* Add tests for RSK network and testnetIan Coleman2020-02-061-0/+14
|
* Fix ethercore testIan Coleman2020-02-061-1/+1
|
* add testcase for ethercoreEtherCore Contributor2020-01-021-0/+7
|
* add failing test for ETH xpub derivationMatthew Leon2019-12-191-1/+16
| | | | see https://github.com/iancoleman/bip39/issues/169
* Remove pending from some tests using chromeIan Coleman2019-12-181-8/+0
| | | | Unfortunately firefox pending tests still do not work.
* Make seed field editableIan Coleman2019-12-181-0/+13
|
* Add bitcoin regtest paramsIan Coleman2019-12-181-0/+7
|
* Convert mnemonic to hex entropy instead of binaryIan Coleman2019-12-181-1/+1
|
* Allow manual override for entropy typeIan Coleman2019-12-171-0/+44
|
* Generate addresses for P2WSH and P2WSH-P2SHIan Coleman2019-12-171-8/+12
|
* Add P2WSH and P2WSH-P2SH for bitcoin and testnetIan Coleman2019-12-161-0/+96
| | | | Address generation still to come.
* Fix energyweb testIan Coleman2019-12-021-1/+1
|
* Revert "Fix tests for Pull Request 371"Ian Coleman2019-12-021-12/+12
| | | | This reverts commit b130271b2b5cb08a9516a3472607826bb88ad3bf.
* Add test for Pull Request 370 THT Thought networkIan Coleman2019-11-111-0/+7
|
* Run all tests instead of only specific new testsIan Coleman2019-11-111-3/+3
|
* Fix tests for Pull Request 371Ian Coleman2019-11-111-12/+12
|
* Add test for Pull Request 319 EnergyWebIan Coleman2019-11-111-0/+7
|
* Add test for Pull Request 279 split phrase cardsIan Coleman2019-11-111-0/+31
|
* Raw entropy is interpreted as binaryIan Coleman2019-11-111-2/+7
| | | | | | | | | | 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.