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
2021-09-10 11:04:08 +02:00
2021-09-08 14:09:35 -04:00
2021-09-08 12:16:18 -04:00
2021-09-08 14:09:35 -04:00
2021-09-08 14:09:35 -04:00

nim-status-lib

WIP refactor to extract business logic from status-desktop into a reusable library

Description
originally src/status from desktop, refactored as a library [archived]
Readme MPL-2.0
Languages
Nim 91.5%
Makefile 8.1%
Shell 0.4%