aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #422 from cryply/masteriancoleman2020-05-113-0/+49
|\ | | | | adding CRP support
| * adding CRP supportm0rpher2020-05-083-0/+49
| |
* | Merge branch 'master' into feat/rsk-networkiancoleman2020-05-116-2/+153
|\ \
| * | Adding FIO -Foundation for Interwallet OperabilityShawn Arney2020-05-113-0/+33
| | | | | | | | | | | | | | | | | | FIO - Foundation for Interwallet Operability. https://fioprotocol.io
| * | Merge pull request #410 from MerkleBlock/handshakeiancoleman2020-05-112-1/+12
| |\ \ | | |/ | |/| libs: add handshake support
| | * libs: add handshake supportJaved Khan2020-04-032-1/+12
| | |
| * | Add Sugarchain testnet supportJang Chongchan2020-04-283-0/+44
| | |
| * | Merge pull request #416 from Argoneum/argoneumiancoleman2020-04-282-0/+18
| |\ \ | | | | | | | | Add Argoneum (v1.4.1 or above)
| | * | Add Argoneum (v1.4.1 or above)Oleg Semyonov2020-04-252-0/+18
| | |/
| * | last word is/contains a checksumIan Coleman2020-04-271-1/+1
| | | | | | | | | | | | Closes #408
| * | Add Sugarchain supportJang Chongchan2020-04-243-0/+44
| |/
* | fix: calculate RSK addresses with EIP-155 compliant checksumsbguiz2020-03-101-0/+74
| |
* | fix: define own libs.bitcoin.networks.rskbguiz2020-03-032-4/+29
|/
* Merge pull request #402 from you21979/fix-mona-bech32iancoleman2020-02-171-2/+2
|\ | | | | fix bech32 prefix monacoin -> mona
| * fix bech32 prefix monacoin -> monayuki akiyama2020-02-131-2/+2
| |
* | add two networks: Jingtum and MOACLospring Liu2020-02-143-0/+32
|/
* Release v0.4.2Ian Coleman2020-02-071-1/+1
|
* Fix ethereum private key formatIan Coleman2020-02-071-1/+3
|
* Release v0.4.1Ian Coleman2020-02-061-1/+1
|
* Merge pull request #397 from aitorp6/masteriancoleman2020-02-061-0/+26
|\ | | | | Added DeepOnion Segwit parameters
| * Added DeepOnion Segwit parametersaitorp62020-02-041-0/+26
| |
* | Merge pull request #396 from ilanolkies/patch-2iancoleman2020-02-061-0/+14
|\ \ | | | | | | Add network
| * | Add networkIlan2020-01-221-0/+14
| |/ | | | | Based on https://github.com/rsksmart/RSKIPs/blob/master/IPs/RSKIP57.md
* | Merge pull request #393 from ethercore/masteriancoleman2020-02-061-0/+9
|\ \ | |/ |/| Add EtherCore
| * Add EtherCoreEtherCore Contributor2020-01-021-0/+9
| |
* | Catch nebulas error on some chrome configsIan Coleman2020-01-081-1/+1
| | | | | | | | See #395
* | Directly export libraries where they're requiredIan Coleman2020-01-081-1/+1
|/
* fix Ethereum xpub derivationMatthew Leon2019-12-191-3/+3
|
* Release v0.4.0Ian Coleman2019-12-191-1/+1
|
* Minify third party librariesIan Coleman2019-12-191-115830/+1
|
* Replace most libraries with combined libsIan Coleman2019-12-1924-196702/+116309
|
* Text for multibit mentions change addressesIan Coleman2019-12-181-0/+1
| | | | Closes #376
* Make seed field editableIan Coleman2019-12-182-1/+43
|
* Add bitcoin regtest paramsIan Coleman2019-12-183-0/+74
|
* Convert mnemonic to hex entropy instead of binaryIan Coleman2019-12-181-1/+3
|
* Allow manual override for entropy typeIan Coleman2019-12-174-15/+66
|
* Generate addresses for P2WSH and P2WSH-P2SHIan Coleman2019-12-172-6/+13
|
* Add P2WSH and P2WSH-P2SH for bitcoin and testnetIan Coleman2019-12-163-0/+114
| | | | Address generation still to come.
* Add Czech languageDaniel Hladík2019-12-062-0/+16
|
* Release v0.3.14Ian Coleman2019-12-021-1/+1
|
* Partially revert Pull 371 BIP44 Default ChangeIan Coleman2019-12-022-36/+7
|
* Release v0.3.13Ian Coleman2019-11-111-1/+1
|
* Move hardened addresses checkbox to address tableIan Coleman2019-11-111-7/+8
|
* Fix typo splitPhrase/phraseSplitIan Coleman2019-11-111-2/+2
|
* Tidy up split phrase warningIan Coleman2019-11-113-6/+13
| | | | | | | 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.
* Add test for Pull Request 279 split phrase cardsIan Coleman2019-11-111-2/+1
|
* Raw entropy is interpreted as binaryIan Coleman2019-11-112-1/+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.
* Remove trailing commentsIan Coleman2019-11-111-21/+21
|
* Replace tabs with spaces as per rest of the fileIan Coleman2019-11-111-52/+52
|
* Reverse some changes from adding thought networkIan Coleman2019-11-111-1/+1
|