Commit Graph

693 Commits

Author SHA1 Message Date
sairajzero
62c190567e Adding settings and encrypted generalData feature
- floDapps now reads 'settings' from blockchain
- improved manageSubAdmins: doesnot send tx if addList and rmList are empty (i.e, no changes)
- setApplicationSettings: used to set settings for the application.
Note: existing settings are overwritten (ie, not appended) if same key is used.
- sendGeneralData now supports a new option (encrypt): Encrypts the message before sending.
Note: option value can be boolean true or pubKey of a floID. Passing true will encrypt the data using the default encryptionKey (default 'encryptionKey' must be set in settings).
- getNextGeneralData now supports a new option (decrypt): Decrypts the message if possible.
Note: option value can be true, privateKey or array of privateKeys.
If boolean true is passed, decrypts using myPrivKey (loggedIn privateKey).
If privateKey (string) is passed, decrypts using the given privateKey.
If array of privateKeys are passed, decrypts the message using the suitable key from the given array. (for example, say messages A, B, C are encrypted for keys X, Y, Z respectively, passing [X, Z] will decrypt messages A and C.
2020-07-31 22:24:27 +05:30
sairaj mote
39cea4c8db 0.0.16 2020-07-15 16:22:22 +05:30
sairaj mote
22632e7748 0.0.15 2020-07-14 15:40:32 +05:30
sairaj mote
81c7cf6514 0.0.14 2020-07-13 22:22:55 +05:30
sairaj mote
dbcba951aa 0.0.13 2020-07-09 17:15:22 +05:30
sairaj mote
db9083b9b5 0.0.12 2020-07-08 14:48:17 +05:30
sairaj mote
5f61e06afc 0.0.11 2020-07-06 14:21:43 +05:30
e2d9adde07
Update README.md 2020-07-05 23:16:52 +05:30
9d909ebc8c
Update README.md 2020-07-05 23:14:32 +05:30
2edf26228a
Update README.md 2020-07-05 22:26:22 +05:30
be52706a05
Update README.md 2020-07-05 22:16:52 +05:30
9be2c5103d
Update README.md 2020-07-05 19:03:29 +05:30
f13e87dbf9
Update README.md 2020-07-05 18:18:11 +05:30
084aced9b7
Update README.md 2020-07-05 18:15:34 +05:30
70f8cd95b1
Update README.md 2020-07-05 17:15:35 +05:30
e065f688af
Update README.md 2020-07-05 17:06:15 +05:30
6c55653f2a
Update README.md 2020-07-05 14:26:54 +05:30
0050648da2
Update README.md 2020-07-05 14:24:37 +05:30
120ebcf036
Update README.md 2020-07-05 14:21:28 +05:30
5216154940
Update README.md 2020-07-05 14:14:39 +05:30
8a6a4fb1d6
Update README.md 2020-07-05 14:06:27 +05:30
4818cc410a
Update README.md 2020-07-05 13:43:32 +05:30
ec0d420ca7
Update README.md 2020-07-05 13:36:14 +05:30
beebb5795a
Update README.md 2020-07-05 13:12:16 +05:30
39a09be7d9
Update README.md 2020-07-05 11:16:08 +05:30
01b5c5f490
Update README.md 2020-07-05 10:26:00 +05:30
b6affaf6ea
Update README.md 2020-07-05 10:23:00 +05:30
sairaj mote
a805e9aeaa 0.0.10
added sm-select component
2020-07-03 16:30:36 +05:30
sairaj mote
2f4283d7b4 0.0.9
fixed issue with custom message
2020-07-01 20:55:44 +05:30
sairaj mote
fed6856158 0.0.8 2020-07-01 20:44:53 +05:30
sairaj mote
7a7e0ef727 0.0.7 2020-06-30 20:47:14 +05:30
sairaj mote
c9e1abb380 0.0.6 2020-06-29 17:41:33 +05:30
sairaj mote
4c9b696908 0.0.5 2020-06-26 18:59:25 +05:30
sairaj mote
98ca78382b 0.0.4 2020-06-26 16:05:31 +05:30
863e4f465d
Update README.md 2020-06-23 20:36:11 +05:30
a33e79a8d0
Update README.md 2020-06-23 20:35:41 +05:30
8e61606de7
Update README.md 2020-06-23 20:33:29 +05:30
25424b9476
Update README.md 2020-06-23 20:21:57 +05:30
14d54c2046
Update README.md 2020-06-23 20:19:01 +05:30
754738f06f
Update README.md 2020-06-23 20:08:13 +05:30
ee26c73936
Update README.md 2020-06-23 19:59:09 +05:30
4f91a3e44e
Update README.md 2020-06-23 19:57:55 +05:30
f23dd9e6e8
Update README.md 2020-06-23 19:53:38 +05:30
33ec57cea1
Update README.md 2020-06-23 19:52:57 +05:30
e7fcd3dd0e
Update README.md 2020-06-23 19:48:38 +05:30
ee267bc31d
Update README.md 2020-06-23 19:32:49 +05:30
1925462202
Update README.md 2020-06-23 19:28:29 +05:30
sairaj mote
a6d4005e8a 0.0.3 2020-06-18 21:36:41 +05:30
sairaj mote
d3d4a005ba 0.0.2 2020-06-18 00:34:23 +05:30
sairaj mote
8d9fe51497 0.0.1
UI upgrade started
2020-06-16 21:48:50 +05:30