Skip to content

Releases: keycard-tech/react-native-status-keycard

v2.5.33

17 Mar 15:16
d1098e9
Compare
Choose a tag to compare

handle multiple pairings

v2.5.32

02 Mar 10:28
f602fad
Compare
Choose a tag to compare
removeKeyWithUnpair also unpairs others

v2.5.31

22 Feb 16:17
67ba4d5
Compare
Choose a tag to compare

faster logins

v2.5.30

08 Feb 11:35
958adb1
Compare
Choose a tag to compare
make the wallet key current on login and load key

v2.5.29

01 Feb 13:23
62421a6
Compare
Choose a tag to compare
Merge pull request #35 from status-im/feature/ios

add iOS support

v2.5.28

18 Dec 11:58
6d95a0d
Compare
Choose a tag to compare
  • shorter pairing code

v2.5.27

09 Nov 14:50
612b74b
Compare
Choose a tag to compare
  • update to Keycard SDK 3.0.4 for better handling of OPEN SECURE CHANNEL errors

v2.5.23

05 Jun 10:35
ff570d4
Compare
Choose a tag to compare
  • fix NFC listener on activity pause/resume

v2.5.22

18 May 14:37
b7fe831
Compare
Choose a tag to compare
  • restore compatibility with Keycard 2.1

v2.5.13: Return master key address and public key

19 Nov 09:16
c9fbb9a
Compare
Choose a tag to compare
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.