status-lib/status
r4bbit.eth 4ff2b6857c
fix: introduce missing contact related RPC APIs (#110)
There was a breaking change in status-go that has removed the
`saveContact` API which `status-lib` has used in various places to perform
changes on contact data.

There are now more dedicated APIs for contact related actions,
such as: `AddContact`, `RemoveContact`, `BlockContact` etc.

This commit introduces APIs for these RPC calls and adjusts other
APIs that relied on `saveContact` before.
2021-11-23 14:15:06 +01: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 chore: log message IDs (#106) 2021-11-15 09:50:57 -04:00
statusgo_backend fix: introduce missing contact related RPC APIs (#110) 2021-11-23 14:15:06 +01:00
statusgo_backend_new fix: introduce missing contact related RPC APIs (#110) 2021-11-23 14:15:06 +01:00
types fix: Fix for request transaction shows wrong preview 2021-11-17 15:48:47 +01: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 feat(chat): add bindings to `markActivityCenterNotificationsUnread` API (#53) 2021-11-16 12:37:56 +01:00
constants.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
contacts.nim fix: introduce missing contact related RPC APIs (#110) 2021-11-23 14:15:06 +01:00
devices.nim rename libstatus to statusgo_backend (#27) 2021-09-11 17:50:36 -04:00
ens.nim fix: check if contract exists before getting address (#105) 2021-11-18 18:43:35 +03: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 chore: log message IDs (#106) 2021-11-15 09:50:57 -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