Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add litecoin p2wpkh parameters | Ian Coleman | 2018-05-30 | 1 | -0/+13 |
| | | | | | From electrum-ltc https://github.com/pooler/electrum-ltc/blob/48996679e198dab0839a2613289af8ba250b4f34/lib/constants.py | ||||
* | Release v0.3.7 | Ian Coleman | 2018-05-29 | 3 | -206/+329 |
| | |||||
* | Fix tests for altcoins | Ian Coleman | 2018-05-29 | 1 | -2/+2 |
| | | | | | | | | | Checked reddcoin address in block explorer https://live.reddcoin.com AXE params were updated in https://github.com/iancoleman/bip39/pull/213 but not the test. | ||||
* | Fix typo - reddoin/reddcoin | Ian Coleman | 2018-05-29 | 1 | -1/+1 |
| | |||||
* | Add visual privacy safeguard for private data | Ian Coleman | 2018-05-29 | 3 | -15/+40 |
| | |||||
* | Parse extended root key regardless of prefix | Ian Coleman | 2018-05-29 | 2 | -0/+81 |
| | |||||
* | Hide 'calculating' feedback if segwit unavailable | Ian Coleman | 2018-05-29 | 1 | -0/+1 |
| | |||||
* | Add litecoin segwit tests | Ian Coleman | 2018-05-29 | 1 | -0/+38 |
| | |||||
* | Replace hasSegwit variable with test for params | Ian Coleman | 2018-05-29 | 1 | -124/+17 |
| | |||||
* | Add BIP84 unavailable indicator to UI | Ian Coleman | 2018-05-29 | 2 | -63/+79 |
| | |||||
* | Merge pull request #219 from cryptostorage/master | iancoleman | 2018-05-29 | 1 | -2/+2 |
|\ | | | | | Fix incorrect address generation for altcoins with BIP38 enabled | ||||
| * | undo zcash max payload length fix | woodser | 2018-05-21 | 1 | -1/+1 |
| | | |||||
| * | increase maximum payload length for zcash | woodser | 2018-05-18 | 1 | -1/+1 |
| | | |||||
| * | Fix incorrect address generation for altcoins with bip38 | woodser | 2018-05-18 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #222 from ihomp/patch-1 | iancoleman | 2018-05-29 | 1 | -1/+1 |
|\ \ | | | | | | | html: missed closing </span> | ||||
| * | | Update index.html | Viacheslav Bakshaev | 2018-05-26 | 1 | -1/+1 |
|/ / | | | | | html: missed closing </span> | ||||
* | | Merge pull request #218 from losh11/patch-1 | iancoleman | 2018-05-21 | 1 | -0/+1 |
|\ \ | |/ |/| | Add Litecoin bech32 HRP | ||||
| * | Add Litecoin bech32 HRP | Loshan T | 2018-05-16 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #215 from Coinomi/coinomi | iancoleman | 2018-05-15 | 3 | -0/+130 |
|\ | | | | | Add BTCP, BTCZ, ZCL, ZEN | ||||
| * | Add BTCP, BTCZ, ZCL, ZEN | xarakas | 2018-05-14 | 3 | -0/+130 |
|/ | |||||
* | Merge pull request #213 from charlesrocket/upd-axe | iancoleman | 2018-05-10 | 2 | -4/+4 |
|\ | | | | | update AXE network | ||||
| * | update bip value | -k | 2018-05-09 | 1 | -1/+1 |
| | | |||||
| * | update AXE network values | -k | 2018-05-09 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #214 from XUEZ/add_xuez | iancoleman | 2018-05-10 | 2 | -0/+19 |
|\ \ | |/ |/| | Add xuez coin to coinlist | ||||
| * | Add Xuez coin | ddude | 2018-05-09 | 1 | -0/+8 |
| | | |||||
| * | Add Xuez coin | ddude | 2018-05-09 | 1 | -0/+11 |
|/ | |||||
* | Release v0.3.6 | Ian Coleman | 2018-05-08 | 3 | -48/+9454 |
| | |||||
* | Add cashaddr address format for bitcoin cash | Ian Coleman | 2018-05-08 | 5 | -37/+9394 |
| | |||||
* | Korean uses ascii spaces, not ideographic spaces | Ian Coleman | 2018-05-08 | 2 | -2/+2 |
| | |||||
* | Merge pull request #212 from Coinomi/zcash | iancoleman | 2018-05-08 | 4 | -7/+44 |
|\ | | | | | Add zcash support | ||||
| * | Add zcash support | xarakas | 2018-04-30 | 4 | -7/+44 |
|/ | |||||
* | Merge pull request #210 from potatohodler/patch/vertcoin | iancoleman | 2018-04-20 | 3 | -2/+27 |
|\ | | | | | Improve Vertcoin support | ||||
| * | Adds Segwit support for Vertcoin. | Potato | 2018-04-18 | 2 | -1/+26 |
| | | |||||
| * | Fixes the Vertcoin Mainnet version byte. | Potato | 2018-04-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #207 from Coinomi/kobocoin | iancoleman | 2018-04-20 | 3 | -0/+26 |
|\ \ | |/ |/| | Add Kobocoin support | ||||
| * | Add Kobocoin support | xarakas | 2018-04-18 | 3 | -0/+26 |
|/ | |||||
* | Release v0.3.5 | Ian Coleman | 2018-04-12 | 3 | -8935/+1688 |
| | |||||
* | Warn when using weak entropy and strong mnemonic | Ian Coleman | 2018-04-12 | 3 | -0/+49 |
| | |||||
* | Warn when generating low entropy mnemonics | Ian Coleman | 2018-04-12 | 3 | -1/+45 |
| | |||||
* | Merge pull request #200 from Coinomi/coinomi | iancoleman | 2018-04-12 | 3 | -0/+1927 |
|\ | | | | | Add coins supported by Coinomi wallet | ||||
| * | Add coins supported by Coinomi wallet | xarakas | 2018-04-10 | 3 | -0/+1927 |
| | | |||||
* | | Merge pull request #198 from fujicoin/mod-fujicoin-SegWit | iancoleman | 2018-04-11 | 1 | -1/+1 |
|\ \ | |/ |/| | fix index.js fujicoin | ||||
| * | fix index.js fujicoin | motty | 2018-04-10 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #196 from fujicoin/mod-fujicoin-SegWit | iancoleman | 2018-04-10 | 1 | -0/+26 |
|\| | | | | | mod fujicoin SegWit | ||||
| * | mod fujicoin SegWit | motty | 2018-04-08 | 1 | -0/+26 |
|/ | |||||
* | Order Neblio coin alphabetically | Ian Coleman | 2018-03-27 | 1 | -8/+8 |
| | |||||
* | Order Beetlecoin alphabetically | Ian Coleman | 2018-03-27 | 1 | -7/+7 |
| | |||||
* | Add test for testnet p2wpkh parameters | Ian Coleman | 2018-03-27 | 1 | -0/+16 |
| | |||||
* | Add test for Beetlecoin | Ian Coleman | 2018-03-27 | 1 | -0/+7 |
| | |||||
* | Add test for Neblio coin | Ian Coleman | 2018-03-27 | 1 | -0/+7 |
| |