Commit Graph

10 Commits

Author SHA1 Message Date
RichΛrd efe2790db6
feat: dynamic library - pt1 (#9)
* feat: statuslib dynamic library

* fix: library versions
2021-09-10 11:29:10 -04:00
Eric Mastro 7058328bb3 fix: networks serialisation
Deserialization was attempting to deserialize via snake case, however the `json` definitions in status-go are using camel case.

The odd thing here is that when *serializing*, status-go expects the fields to be snake cased. Ideally, these should be consistent so that we can use both `Json.encode` and `Json.decode`.
2021-09-10 11:04:08 +02:00
Anthony Laibe 77900d69c9
feat: fetch network on wallet init (#3) 2021-09-09 17:36:28 -04:00
Iuri Matias 4212279013
Merge pull request #6 from status-im/feat/uri-argument
Added --uri command line argument
2021-09-09 16:44:49 -04:00
Iuri Matias 23be94a923
Merge pull request #2 from status-im/fix/issue-3329
fix(@desktop/communities): processing response from InviteUsers call
2021-09-09 15:03:43 -04:00
Andrei Smirnov 5c6bfec916 Added --uri command line argument 2021-09-09 11:07:28 +03:00
Andrei Smirnov 8965c4bcca fix(@desktop/communities): processing response from InviteUsers call 2021-09-09 08:51:07 +03:00
RichΛrd a044a941e6
refactor: signals (#1) 2021-09-08 16:55:37 -04:00
Richard Ramos 0b24d7a341
Initial import 2021-09-08 14:09:35 -04:00
RichΛrd 53d2c323a0
Initial commit 2021-09-08 12:16:18 -04:00