status-go/protocol/requests
Andrea Maria Piana 6acb34bab7 Allow setting up wallet with new config
This commit does a few things:

1) Extend create/import account endpoint to get wallet config, some of
   which has been moved to the backend
2) Set up a loop for retrieving balances every 10 minutes, caching the
   balances
3) Return information about which checks are not passing when trying to
   join a token gated community
4) Add tests to the token gated communities
5) Fixes an issue with addresses not matching when checking for
   permissions

The move to the wallet as a background task is not yet complete, I need
to publish a signal, and most likely I will disable it before merging
for now, as it's currently not used by desktop/mobile, but the PR was
  getting to big
2023-05-19 13:23:21 +01:00
..
accept_contact_request.go
accept_latest_contact_request_for_contact.go
accept_request_to_join_community.go
add_contact.go
add_role_to_member.go
add_wallet_connect_session.go
ban_user_from_community.go
build_contact.go
cancel_request_to_join_community.go
check_permission_to_join_community.go Allow setting up wallet with new config 2023-05-19 13:23:21 +01:00
clear_history.go
community_tags.go
create_account.go Allow setting up wallet with new config 2023-05-19 13:23:21 +01:00
create_community_category.go
create_community_request.go Community encryption should automatically be enabled/disabled depending on community permissions (closed/open) 2023-05-05 17:32:39 +02:00
create_community_token_permission_request.go
create_one_to_one_chat.go
create_profile_chat.go
create_public_chat.go
deactivate_chat.go
decline_contact_request.go
decline_request_to_join_community.go
delete_community_category.go
delete_community_token_permission.go
dismiss_latest_contact_request_for_contact.go
edit_community.go
edit_community_category.go
edit_community_token_permission_request.go
edit_message.go
import_discord_community.go
invite_users_to_community.go
mute_chat_request.go Add muted_till param for chats (#3258) 2023-04-16 17:06:00 +02:00
remove_role_from_member.go
reorder_community_category.go
reorder_community_chat.go
request_to_join_community.go
restore_account.go
retract_contact_request.go
send_contact_request.go
send_group_chat_message.go
send_one_to_one_message.go
set_contact_local_nickname.go
share_community.go
share_image_message.go
toggle_collapsed_community_category.go
unban_user_from_community.go
upsert_switcher_card.go
verified_trusted.go
verified_untrustworthy.go