-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(permissions): check ownership of collectibles in permissions view
Marks collectible token criteria items in JoinCommunityView as we owned if the account owns wallets that match the criteria
- Loading branch information
Showing
8 changed files
with
66 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule status-go
updated
22 files
+1 −1 | VERSION | |
+1 −0 | cmd/statusd/main.go | |
+22 −0 | protocol/communities/community.go | |
+197 −54 | protocol/communities/manager.go | |
+20 −0 | protocol/message_persistence.go | |
+5 −0 | protocol/messenger.go | |
+62 −0 | protocol/messenger_communities.go | |
+8 −0 | protocol/messenger_config.go | |
+58 −0 | protocol/persistence_test.go | |
+130 −121 | protocol/protobuf/communities.pb.go | |
+1 −0 | protocol/protobuf/communities.proto | |
+82 −13 | rpc/chain/client.go | |
+8 −0 | server/pairing/client.go | |
+115 −0 | server/pairing/common.go | |
+18 −15 | server/pairing/config.go | |
+103 −0 | server/pairing/config_test.go | |
+2 −36 | server/pairing/payload_mounter.go | |
+8 −0 | server/pairing/server.go | |
+4 −8 | server/pairing/sync_device_test.go | |
+1 −0 | services/ext/service.go | |
+100 −78 | services/wallet/thirdparty/opensea/client.go | |
+16 −4 | services/wallet/thirdparty/opensea/client_test.go |