status-lib/status
saledjenic b9e1c230ca
Base branch for refactoring (#88)
* added new backend for refactoring purpose, contacts added

* initial chat class added

* initial community class added

* initial accounts class added

* login method added

* Refactor/wallet 1 (#89)

* refactor: add custom token new backend

* refactor: add transactions new backend

* refactor: add collectible new backend

* refactor: add accounts backend

* refactor: add settings backend

* refactor: Add eth call to fetch balance

* refactor: add call to get eth block

* refactor: remove bookmarks (#90)

* refactor: dapp permissions (#92)

* Refactor/wallet part 2 (#91)

* refactor: add save account

* refactor: add account generation

* refactor: save settings

* refactor: add update account in new be

* add getTransfersByAddress (#93)

Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>

* initial messages class added

* fix: transaction request loading contracts (#96)

* add/remove reactions added

* - pin/unpin message added
- fetch message's details by message id added
- fetch reactions for message with id added

* bump status-go

Co-authored-by: Anthony Laibe <anthony@laibe.cc>
Co-authored-by: Richard Ramos <info@richardramos.me>
Co-authored-by: Jonathan Rainville <rainville.jonathan@gmail.com>
Co-authored-by: Iuri Matias <iuri.matias@gmail.com>
2021-11-05 09:55:48 -04:00
..
chat Initial import 2021-09-08 14:09:35 -04:00
eth Base branch for refactoring (#88) 2021-11-05 09:55:48 -04:00
notifications Initial import 2021-09-08 14:09:35 -04:00
signals Keycard initial integration (#63) 2021-10-04 17:21:07 -04:00
statusgo_backend fix(status/chat): extend editCommunityChannel API to accept `position` property (#52) 2021-10-05 16:33:35 -04:00
statusgo_backend_new Base branch for refactoring (#88) 2021-11-05 09:55:48 -04:00
types refactor: contacts-perfomance (#74) 2021-10-05 16:10:45 -04:00
utils Initial import 2021-09-08 14:09:35 -04:00
wallet refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
wallet2 refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
accounts.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
chat.nim fix(status/chat): extend editCommunityChannel API to accept `position` property (#52) 2021-10-05 16:33:35 -04:00
constants.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
contacts.nim refactor: contacts-perfomance (#74) 2021-10-05 16:10:45 -04:00
devices.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
ens.nim refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
fleet.nim Initial import 2021-09-08 14:09:35 -04:00
gif.nim refactor: gif backend return object (#61) 2021-09-28 15:21:57 -04:00
keycard.nim Keycard initial integration (#63) 2021-10-04 17:21:07 -04:00
mailservers.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
messages.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
network.nim feat: wakuv2 connectivity and peer management (#17) 2021-09-30 14:56:22 -04:00
node.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
permissions.nim refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
profile.nim refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
provider.nim refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
settings.nim feat: wakuv2 connectivity and peer management (#17) 2021-09-30 14:56:22 -04:00
signals.nim Keycard initial integration (#63) 2021-10-04 17:21:07 -04:00
signing_phrases.nim move signing phrases out of status go wrapper (libstatus) (#22) 2021-09-11 08:10:21 -04:00
status.nim Base branch for refactoring (#88) 2021-11-05 09:55:48 -04:00
stickers.nim refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
tokens.nim feat: Add chain ID to contract (#29) 2021-09-22 13:49:45 -04:00
transactions.nim feat: eip1559 (#12) 2021-09-10 13:27:49 -04:00
updates.nim refactor: remove nimbaser and nim-base32 dependencies, use stew modules in their place (#58) 2021-09-29 09:42:34 -04:00
utils.nim Refactor/libstatus stickers (#24) 2021-09-11 08:20:32 -04:00
wallet.nim refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00
wallet2.nim refactor: Group profile function and eth function together (#67) 2021-10-01 12:53:38 -04:00