Commit Graph
95 Commits
Author SHA1 Message Date
Vitaliy Vlasov 73c41d1a3d Add exportKeyWithPath() fn 2019-12-27 16:32:51 +02:00
Vitaliy Vlasov 29fe98beb3 Add signPinless 2019-12-05 13:36:21 +02:00
Roman Volosovskyi 79a7576ee1 fix master key address exporting 2019-11-27 09:57:50 +02:00
Roman Volosovskyi c9fbb9a3f3 Return master key address and public key
Before this commit `Keycard.generateAndLoadKey` and
`Keyacrd.getKeys` methods returned wallet root key address and public
key in "address" and "public-key" fields correspondingly. This caused
discrepancy in the way how keys were used for on-device and keycard
accounts in Status app. For on-device accounts master key address
was used as account's deterministic id, when keycard accounts used
wallet root key address for this purpose.
2019-11-19 11:12:46 +02:00
WoosangKim 2d5893d562 add thread to avoid main thread freezing 2019-11-07 11:14:31 +01:00
Dmitry Novotochinov c97d629a7d update docs 2019-10-03 15:33:24 +03:00
Dmitry Novotochinov 34a76aeef9 2.5.12 2019-09-30 15:22:49 +03:00
Dmitry Novotochinov 3638d7ee42 add more data to getKeys() output 2019-09-30 15:22:26 +03:00
Dmitry Novotochinov 1e0f6e30c8 2.5.11 2019-09-05 18:50:43 +03:00
Dmitry Novotochinov 8fe4af0da8 derive root key at m/44'/60'/0'/0 2019-09-05 18:50:35 +03:00
Dmitry Novotochinov 8027427b1a 2.5.10 2019-09-05 12:19:40 +03:00
Dmitry Novotochinov 2718a08879 export root path key 2019-09-05 12:19:29 +03:00
Dmitry Novotochinov 0b1b319e8e 2.5.9 2019-09-05 11:21:40 +03:00
Dmitry Novotochinov d6bac19ca0 add root address and public key 2019-09-05 11:21:19 +03:00
Dmitry Novotochinov 3febebfba1 2.5.8 2019-08-20 23:01:11 +03:00
Dmitry Novotochinov da4eb7bdbe add root address and public key to generateAndLoadKey() response 2019-08-20 23:01:11 +03:00
Dmitry Novotochinov edb34edbfb 2.5.7 2019-08-02 13:57:31 +03:00
Dmitry Novotochinov a891033668 add whisper-address to getKeys() response 2019-08-02 13:57:13 +03:00
Dmitry Novotochinov 33653e7c57 2.5.6 2019-08-01 20:44:26 +03:00
Dmitry Novotochinov 48f645145d add wallet-public-key to generate keys response 2019-08-01 20:43:15 +03:00
Dmitry Novotochinov fdf2f0e50a 2.5.5 2019-05-23 14:43:03 +03:00
Dmitry Novotochinov 182dd2b524 add key-uid to app info 2019-05-23 14:42:33 +03:00
Dmitry Novotochinov 5a4e9206bb 2.5.4 2019-05-14 17:19:11 +03:00
Dmitry Novotochinov 033b43f583 exclude special symbols 2019-05-14 17:17:17 +03:00
Dmitry Novotochinov b495513a09 set length to 16 2019-05-14 17:17:17 +03:00
Dmitry Novotochinov 77781391ec provide strict set of characters to generate pairing password from
Set of characters used from https://www.grc.com/ppp.html to exclude similar-looking chars like 'l' and 'I' for better UX
2019-05-14 17:17:17 +03:00
Dmitry Novotochinov 9db4993920 update docs 2019-05-03 22:05:21 +03:00
Dmitry Novotochinov e55c0ef1f8 update docs 2019-05-02 22:25:25 +03:00
Dmitry Novotochinov 69b84e8c99 format docs 2019-05-02 21:10:47 +03:00
Dmitry Novotochinov 8f5534a899 add usage docs 2019-05-02 21:05:41 +03:00
Dmitry Novotochinov 4ba5e8a771 update sdk to 2.2.1 2019-05-02 18:42:19 +03:00
Dmitry Novotochinov aef6461e32 bump version 2019-05-02 18:40:21 +03:00
Dmitry Novotochinov f1f61d8ab2 update to sdk v2.2.1 2019-05-02 18:39:44 +03:00
Dmitry Novotochinov 58c9e8e8df add homepage 2019-05-02 17:23:47 +03:00
Dmitry Novotochinov f2dda77c81 add removeKeyWithUnpair() 2019-05-02 16:52:00 +03:00
Dmitry Novotochinov 348fc01041 add removeKey() 2019-05-02 16:52:00 +03:00
Dmitry Novotochinov d9ccdd6a7d bump version 2019-04-08 20:53:54 +03:00
Dmitry Novotochinov 7b1e6cce65 pass bip39 words list as an argument to generateMnemonic() 2019-04-08 20:53:17 +03:00
Dmitry Novotochinov b9a66144b3 use 2.1.0 sdk 2019-03-26 16:54:13 +03:00
Dmitry Novotochinov 8032e1c30f bump version 2019-03-16 22:13:43 +03:00
Dmitry Novotochinov 56069b4b07 use Hex.decode to get bytes 2019-03-16 22:13:43 +03:00
Dmitry Novotochinov 7f416b0380 return signature string (r+s+v) 2019-03-16 22:13:43 +03:00
Dmitry Novotochinov 8cf3cf5785 add sign() method 2019-03-16 22:13:43 +03:00
Dmitry Novotochinov a6da0a7889 bump version 2019-03-11 12:52:30 +03:00
Dmitry Novotochinov 97de3e6066 improve getKeys() speed 2019-03-11 12:52:18 +03:00
Dmitry Novotochinov d6378e434f bump version 2019-03-05 14:40:28 +03:00
Dmitry Novotochinov d7854a33bb handle IllegalArgumentException during autoOpenSecureChannel() 2019-03-05 14:40:15 +03:00
Dmitry Novotochinov e0448b0960 bump version 2019-02-27 16:41:18 +03:00
Dmitry Novotochinov c7a37ffef8 update wallet derivation path 2019-02-27 16:40:14 +03:00
Dmitry Novotochinov 9e6df66bfd bump version 2019-02-22 17:54:09 +02:00