status-go/t
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
..
config Unlock wallet and chat keys (#1346) 2019-01-18 10:01:14 +01:00
helpers Upgrade geth 1.8.17 plus add metrics during compilation time (#1273) 2018-11-14 08:03:58 +01:00
utils Remove Ropsten and Rinkeby test networks 2022-10-24 14:17:46 +02:00
bindata.go Add chainIds to revealed accounts in memberhsip requests 2023-06-12 10:49:29 +02:00
doc.go Remove Ropsten and Rinkeby test networks 2022-10-24 14:17:46 +02:00