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

🚀 [QA] Update release environment #626

Merged
merged 3 commits into from
Nov 2, 2023
Merged

🚀 [QA] Update release environment #626

merged 3 commits into from
Nov 2, 2023

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 2, 2023

This is a pull request that upon merging will update production environment with recent stage-live changes.
The environment that will be updated:

Read more: Deployment to Production Flow

Shadowfiend and others added 3 commits November 2, 2023 15:55
The previous solution had an edge case where, if the target address was
in the last file in the glossary, we would instead look for them in the
first file and fail to find the claim.

We transition here from `findIndex` to `find`. We stop looking when the
*next* entry in the glossary has a startAddress > the target. We also
stop looking at the last entry in the glossary regardless, and always
check the last entry if no entry is found whose sibling has start >
target.

This *should* cover all corner cases correctly.
…in the last file of the glossary. (#624)

The previous solution had an edge case where, if the target address was
in the last file in the glossary, we would instead look for them in the
first file and fail to find the claim.

We transition here from `findIndex` to `find`. We stop looking when the
*next* entry in the glossary has a startAddress > the target. We also
stop looking at the last entry in the glossary regardless, and always
check the last entry if no entry is found whose sibling has start >
target.

This *should* cover all corner cases correctly.
This is a pull request that upon merging will update stage environments
with recent `main` changes.
The environments that will be updated:
* Stage live: https://stage-live--taho-development.netlify.app/
* Stage fork: https://stage-fork--taho-development.netlify.app/

Read more: [Deployment to Production
Flow](https://github.com/tahowallet/dapp/blob/main/docs/testing-env.md)
Copy link

netlify bot commented Nov 2, 2023

Deploy Preview for taho-development ready!

Name Link
🔨 Latest commit 44e93e4
🔍 Latest deploy log https://app.netlify.com/sites/taho-development/deploys/654415264ef92900089918a4
😎 Deploy Preview https://deploy-preview-626--taho-development.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@jagodarybacka jagodarybacka left a comment

Choose a reason for hiding this comment

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

@andreachapman - I'm shipping this hotfix to the prod, this is only changing algorithm of finding info about user's XP claim in the claim files as some users were on the leaderboard but they did not see the claimable rewards amount reflecting that.

I've checked each first address of each claim file and couple of random addresses as well including people that were having problems and all seems to be working fine.

@jagodarybacka jagodarybacka merged commit 3c18d4a into release Nov 2, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants