Commit Graph

11 Commits

Author SHA1 Message Date
Anthony Laibe ea02568fbc
feat(@desktop/wallet2): Enable multi chain for collectible (#5) 2021-09-20 12:24:36 -04:00
Anthony Laibe 87dd134eac
fix: network serialization (#28) 2021-09-16 17:30:29 -04:00
Khushboo-dev-cpp 12a8b59780
feat: Added apis to read collection and asset traits from opensea (#30) 2021-09-16 15:23:17 -04:00
Iuri Matias 077965bf81
rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
Iuri Matias 7e4875a63f
refactor tokens; move logic from libstatus back to status lib (#25)
refactor tokens; move logic from libstatus back to status lib

fix references
2021-09-11 08:27:07 -04:00
Iuri Matias 132df2b5b4
Refactor/libstatus stickers (#24)
* move decodeContentHash from libstatus to utils

* refactor stickers; move logic from libstatus back to status-lib; abstract eth_call
2021-09-11 08:20:32 -04:00
Iuri Matias 62975ef419
refactor: move eth logic out of libstatus wrapper (#21) 2021-09-11 08:09:52 -04:00
Eric Mastro 080f70b766
feat: saved addresses CRUD (#7) 2021-09-10 14:13:46 -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
Richard Ramos 0b24d7a341
Initial import 2021-09-08 14:09:35 -04:00