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

Fix token query bug #182

Merged
merged 32 commits into from
Apr 15, 2021
Merged

Fix token query bug #182

merged 32 commits into from
Apr 15, 2021

Conversation

philipstanislaus
Copy link
Contributor

No description provided.

philipstanislaus and others added 30 commits December 17, 2020 14:01
Co-authored-by: Jeroen Offerijns <Offerijns@users.noreply.github.com>
* Fix yield data fetching (#82)

* Onboarding data model and UI improvements (#81)

* fix: add cta for non connected investors

* feat: add duck for onboarding state

* feat: work on new onboarding card

* feat: implement new status descriptions for onboarding card

* feat: add checkboxes to onboarding modal

* fix: user update

* fix: store and return country code

* fix: session verification, agreement creation, and ui redirecti ssues

* fix: redirect to agreement through the api

* fix: hide asset filters

* fix: build

* chore: remove logs

* chore: remove more logs

* chore: remove unused code

* chore: format

* refactor: create config object

* fix: duplicate type

* docs: add comment

* chore: remove comment

* çhore: format

* Enable partial repay globally (#87)

Co-authored-by: Jeroen Offerijns <Offerijns@users.noreply.github.com>
Copy link
Contributor

@hieronx hieronx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick turnaround, nice! LGTM

@@ -27,7 +27,7 @@ interface IResponse {
const fetch = async (skip: number, first: number, blockHash: string | null): Promise<IResponse> => {
return await Apollo.runCustomQuery(gql`
{
dailyInvestorTokenBalances(where:{pool:"0x4B6CA198d257D755A5275648D471FE09931b764A"}, first: ${first}, skip: ${skip} ${
dailyInvestorTokenBalances(where:{pool:"0x4b6ca198d257d755a5275648d471fe09931b764a"}, first: ${first}, skip: ${skip} ${
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good one!

@philipstanislaus philipstanislaus merged commit 2f787e2 into main Apr 15, 2021
@philipstanislaus philipstanislaus deleted the fix-token-query-bug branch April 15, 2021 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants