-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/removing fairsale #459
Conversation
Two things we'll need to fix. I don't think these were introduced in this PR, but I'm leaving this comment here for visibility. When you do a purchase, the order shows up fine, like below. Let's keep this in mind, and go back to all sales. Notice that the sale card doesn't show any purchase data. Now, let's refresh the page. The card now has my purchases shown nicely. So first issue; We need to update the card to show the token purchases before refreshing the page. Just a minor tweak. Now let's open the sale page again. Now the order history doesn't show up at all. That's the second issue. I'll create separate issues for these for tracking. |
Btw do we have any idea why the Netlify builds failed? I don't think we should care, but just in case. |
Nice spotting those bugs, we'll get them fixed for MVP |
Updated the PR to fix #461. |
For some reason, not sure if this was just something we didn't test recently, sales that I participated in but failed to be successful sales were not appearing in the closed tab under my sales or other sales. I will add this to dev branch also post merge here |
Description
Removing fairsale for MVP 0.1.1 release
Also removing contracts to use exported files from aqua-js, will add this to dev after also (I forgot in the previous PR)
Updated xdai subgraph endpoint
Motivation and Context
Closes #445
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: