Siddarth Kumar d43e06f4c2
converting desktop key to mobile readable (#3042)
In desktop when a community is created the share url looks like :

https://join.status.im/c/zQ3shTAten2v9CwyQD1Kc7VXAqNPDcHZAMsfbLHCZEx6nFqk9 where
zQ3shTAten2v9CwyQD1Kc7VXAqNPDcHZAMsfbLHCZEx6nFqk9
is the serialised key which desktop uses.

In mobile when a community is created the share url looks like :
https://join.status.im/c/0x025596a7ff87da36860a84b0908191ce60a504afc94aac93c1abd774f182967ce6 where
0x025596a7ff87da36860a84b0908191ce60a504afc94aac93c1abd774f182967ce6
is the non serialised key (but compressed) key which mobile uses.

The goal of this PR is to give mobile the ability to go from
zQ3shTAten2v9CwyQD1Kc7VXAqNPDcHZAMsfbLHCZEx6nFqk9 to 0x025596a7ff87da36860a84b0908191ce60a504afc94aac93c1abd774f182967ce6
2023-01-04 07:25:07 +05:30
2021-06-16 16:19:45 -04:00
2022-11-17 10:40:26 +01:00
2021-07-20 10:57:38 +02:00
2022-03-28 13:14:12 +01:00
2022-12-02 18:21:47 +08:00
2022-03-28 13:14:12 +01:00
2022-12-29 14:16:19 +08:00
2021-07-20 10:57:38 +02:00
2022-12-28 13:45:46 +01:00
2022-11-15 11:00:36 -04:00
2022-12-29 14:16:19 +08:00
2021-09-01 13:02:18 +01:00
2022-12-29 14:16:19 +08:00
2022-07-17 15:37:14 +02:00
2022-12-29 14:16:19 +08:00
2022-11-15 10:11:01 +00:00
2022-11-15 10:11:01 +00:00
2021-07-20 10:57:38 +02:00
2022-09-27 18:59:02 -04:00
2023-01-03 10:24:55 -03:00
2022-12-29 14:16:19 +08:00
2022-12-14 20:54:48 +00:00
2022-09-28 19:42:17 +08:00
2023-01-03 10:24:55 -03:00
2023-01-03 10:24:55 -03:00
2016-09-21 10:00:29 +08:00
2022-12-23 15:07:14 +01:00
Description
The Status module that consumes go-ethereum
https://status.im
Readme
Languages
Go 98.4%
Python 0.9%
Shell 0.4%
Makefile 0.1%
Groovy 0.1%