status-go/static
Pascal Precht 1a2ca21070 Add chainIds to revealed accounts in memberhsip requests
This commit does a few things:

- Adds a migration that adds chainids to communities_request_to_join_revealed_addresses
- Removes RevealedAddress in favor of RevealedAccount which is now a struct that contains the revealed address, as well as the signature and a list of chain IDs on which to check for user funds
- Changes the logic of sending requests to join a community, such that after creating address signatures, the user node will also check which of the addresses has funds on which networks for the community's token permissions, and add the chainds to the RevealedAccount
- Updates checkPermissionToJoin() such that only relevant chainids are used when checking user's funds. Chain IDs are retrieved from RevealedAccounts and matched against token permission criteria chain IDs
2023-06-12 10:49:29 +02:00
..
keys Streamline configuration in status-go. Part of #1180 (#1183) 2018-09-13 18:31:29 +02:00
mailserver_db_migrations Shorten loop on waiting for community 2021-09-24 10:12:42 +01:00
test-0.132.0-account tests: migration test fixed 2023-05-25 19:46:47 +02:00
bindata.go Add chainIds to revealed accounts in memberhsip requests 2023-06-12 10:49:29 +02:00
emojis.txt feat: add visual identity service (#2550) 2022-03-11 16:17:48 -05:00
static.go feat: add visual identity service (#2550) 2022-03-11 16:17:48 -05:00