Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "BAT gating" #943

Closed
mrose17 opened this issue May 30, 2023 · 3 comments
Closed

Add "BAT gating" #943

mrose17 opened this issue May 30, 2023 · 3 comments
Assignees
Labels
feature-request New feature or request web3

Comments

@mrose17
Copy link
Member

mrose17 commented May 30, 2023

Instead of requiring ownership of an NFT in a collection, or membership in a POAP group, require at least X BAT.

cf., https://docs.google.com/document/d/193d9IQa33QfnxHnSW-lrv3PgjW2ztZXQuSqQW3nxVYU/edit#heading=h.tj5oevppm9ha

@srirambv
Copy link
Collaborator

The following checks are done on https://talk.brave.software/

  • Create a BAT gated call with a wallet that has 0 BAT Balance - ✅
  • Create a BAT gated call with a wallet that has BAT balance - ✅
  • Create a BAT gated call with hardware wallet with BAT balance - ✅
  • Create a BAT gated call with hardware wallet with 0 BAT balance - ✅
  • Join a BAT gated call with a wallet that has BAT balance (irrespective of who created the call) - ✅
  • Join a BAT gated call with a wallet that has 0 BAT balance (irrespective of who created the call) - ❌ (expected behaviour so ✅)
  • Join a BAT gated call from a wallet using extension - ✅
  • Join a BAT gated call from a 0 BAT balance wallet using extension - ❌ (expected behaviour so ✅)
  • Join a BAT gated call from a hardware wallet with BAT balance - ✅
  • Join a BAT gated call from a hardware wallet with 0 BAT balance - ❌ (expected behaviour so ✅)

@mrose17
Copy link
Member Author

mrose17 commented Jul 21, 2023

@srirambv - may I interpret this as: ready for deploy?

@srirambv
Copy link
Collaborator

@mrose17 Yes ready for deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request web3
Projects
None yet
Development

No branches or pull requests

3 participants