Commit Graph

12 Commits

Author SHA1 Message Date
Patryk Osmaczko c53264b124 chore(cpp): apply clang-format 2022-10-19 17:34:23 +02:00
Stefan a157f688fd chore(CPP): Align Saved Addresses with new changes
It adds favourite false and doesn't extend the implementation to support
these new features
Workaround to crash of chats whit a new account by lazy loading sections
and defaulting to wallet

Updates #7229
2022-10-12 09:38:19 +02:00
MishkaRogachev 95b1333758 feat(CPP): Saved addresses code review fixes 2022-09-12 17:03:17 +04:00
MishkaRogachev 8c312960cb feat(CPP): Backend for saved addresses section 2022-09-12 17:03:17 +04:00
MishkaRogachev 24099e83c6 feat(CPP): Continue saved addresses section 2022-09-12 17:03:17 +04:00
MishkaRogachev 89bd073eed feat(CPP): Saved addresses section 2022-09-12 17:03:17 +04:00
Sale Djenic 45f5a53069 chore(cpp): add chat section and list chats
Closes: #6747
2022-08-11 21:40:39 +02:00
Stefan 489cf935c6 chore(CPP): use explicit initialization instead of zero initialization 2022-08-05 10:40:04 +02:00
Stefan 7cf0170a8a chore(CPP): integrate tokens balance in UI POC
Integrate token count in UI
Use delete later for QML exposed items to avoid errors

Closes #6321
2022-08-05 10:40:04 +02:00
Stefan f3dcdf636a chore(CPP): watch only account int the POC UI
Updates #6321
2022-08-05 10:40:04 +02:00
Stefan 0ba35d3812 chore(CPP): integrate tokens balance status-go API (POC)
Exposes status-go API for retrieving networks and tokens
Tests for the exposed API
Introduced boost for the multiprecision library and 256 bits support
for balance.
Update build instructions

Updates: #6321
2022-08-02 16:06:33 +02:00
Stefan d5afd6beac chore(CPP): Create new wallet accounts - POC UI
The UI is for demo purposes. Also architecture decisions are open for change

Closes: #6321
2022-08-02 15:30:08 +02:00