Commit Graph

18 Commits

Author SHA1 Message Date
Iuri Matias 62975ef419
refactor: move eth logic out of libstatus wrapper (#21) 2021-09-11 08:09:52 -04:00
Iuri Matias 5a0fd2d762
use passL in makefile so it works on macs (#19) 2021-09-10 16:48:25 -04:00
Iuri Matias 427ea1d8dc
Revert "wakuv2 connectivity and peer management (#13)" (#16)
This reverts commit e474468da3.
2021-09-10 15:56:30 -04:00
Iuri Matias 795f7f4f35
re-add script for bottles (#14) 2021-09-10 15:15:24 -04:00
RichΛrd e474468da3
wakuv2 connectivity and peer management (#13) 2021-09-10 14:17:54 -04:00
Anthony Laibe 537024fdc5
fix: prevent error popup on windows (#4) 2021-09-10 14:15:13 -04:00
Eric Mastro 080f70b766
feat: saved addresses CRUD (#7) 2021-09-10 14:13:46 -04:00
RichΛrd 219238a952
feat: eip1559 (#12) 2021-09-10 13:27:49 -04:00
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