-
Notifications
You must be signed in to change notification settings - Fork 4
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 #476
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We want to keep the state of `stage-fork` branch the same as the state of `stage-fork` branch. To achieve that we've added a CI job that triggers on each push to `stage-live` and pushes the new `stage-live` changes to `stage-fork`.
Changed to make PRs stand out from all the rest.
Fix the deployment chart where two labels were incorrect
The previous setting got to one of the previous commits by accident and is not working. We need to bring back the original setting.
We want to keep the state of `stage-fork` branch the same as the state of `stage-fork` branch. To achieve that we've added a CI job that triggers on each push to `stage-live` and pushes the new `stage-live` changes to `stage-fork`.
The shortcut SHA versions are not supported.
#470) The shortcut SHA versions are not supported.
Resolves #450 Display commit hash to distinguish dapp version
Fix the deployment chart where two labels were incorrect
Closes #305 This PR allows use data from `merkleDataUrl`. With these changes, distribution testing will be simpler. The test data has been uploaded here: ``` https://raw.githubusercontent.com/tahowallet/dapp/merkle-data-url-test/src/data/xp/9/allocation-output.json?token=GHSAT0AAAAAACG2NEMHNYT6EB4DGW72ESCCZJORNBA ``` More information [here](tahowallet/contracts#416) about XP allocation script. ### Testing - [x] Check the status of the redux to ensure that the data has been correctly loaded. <img width="435" alt="Screenshot 2023-10-17 at 09 49 37" src="https://github.com/tahowallet/dapp/assets/23117945/01808752-8212-4dc2-9f00-cf0688b04137"> - [x] Make sure the ledarboard is still working.
Ref #330 Contracts PRs: https://github.com/tahowallet/contracts/pull/413 https://github.com/tahowallet/contracts/pull/412 ### What Following the steps described in the README you should be able to deploy XP drop and claim TAHO from a given account. - fix parsing XP amount number - describe the XP drop deployment process
Let's fix the `xpAllocatable` number in the UI by rounding up allocated taho. **Before** <img width="682" alt="Screenshot 2023-10-23 at 15 38 26" src="https://github.com/tahowallet/dapp/assets/23117945/86f111d6-5f93-4bf9-bf7f-b8d9aada78d5"> **After** <img width="700" alt="Screenshot 2023-10-23 at 15 38 52" src="https://github.com/tahowallet/dapp/assets/23117945/c75093ec-6390-4fd9-a376-deb620a825cc">
Fixes changing of modal's height when the placeholder is finally loaded
This is a pull request that upon merging will update stage environments with recent `main` changes.
✅ Deploy Preview for taho-development ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
andreachapman
approved these changes
Oct 23, 2023
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.
Validated on stage-fork
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a pull request that upon merging will update production environment with recent
stage-live
changes.