-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
ReadY for Review - Quadraticlands diplomacy (a medley of Aditya/Richard/Owocki Code) #9039
Conversation
- in progress
- added a view in claim.html that tell users they have 0 tokens + give them the option to complete the mission by forward to outro. - added a hidden div that forward claimable token amount via data-atribute to js world - added a check in claim.js for token amount = 0 to update the claim view on load
- index / room template - artworks - embed in /missions
- room list ( index page ) v1 done - room detail - todo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All looks good to me with the staff flags in place 🙌
@@ -122,6 +122,7 @@ async function fetchAccountData(provider) { | |||
// MetaMask does not give you all accounts, only the selected account | |||
console.log('Got accounts', accounts); | |||
selectedAccount = accounts[0] || provider.account; | |||
// selectedAccount = '0x1402e01ba957e030200ec21e1417dc32c11e486b'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be removed before we push it out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i kept just for the sake of testing ! will remove it out once we test it out in live as well
Description
Quadratic Diplomacy, a tool where useres can stake their GTC on each other and improve each others trust bonus by doing so.
v1 features:
for next version (hopefully by GR11):
Refers/Fixes
#anti-sybil-staking in
Testing
tested locally and it works well!
PLEASE TEST ON A FRESH QUAD LANDS DB, THERE ARE SOME CHANGES WHERE IF U PREVIOUSLY PULLED + TRY TO TEST THOSE ROOMS IT WONT WORK