forked from tari-project/universe
-
Notifications
You must be signed in to change notification settings - Fork 0
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
chore: v2 fix chore builds #2
Open
Misieq01
wants to merge
18
commits into
main
Choose a base branch
from
chore/v2-fix-chore-builds
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Description --- Onwards and upwards
Description --- Enable paper wallet on existing installs, and make it enabled by default on new ones. Motivation and Context --- New feature access!
…an chain (tari-project#1091) Description --- Check if node is synced before validating block hash against text explorer and fix bug where warning was shown even after node was no longer an orphan chain. Motivation and Context --- Many users reported false positive where they had warning but they were sure it wasn't the case. This could be achieved if user disconnected internet connection and connected again. How Has This Been Tested? --- Disconnect WiFi and connect again. While disconnected there should be warning but after connecting it should go away after 1 minute max. What process can a PR reviewer use to test or verify this change? --- Same as above. Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify
Description --- - config updates: - ~~added replayed items to app config (since the requirements only allow for one replay per app install)~~ - removed old config flags we don't need any more - UI updates: - added replay button to history item and missed item counter to wallet button - added individual replay text to `Earnings.tsx` for the animatin - logic updates: - add check to `useEarningsRecap` to set reward counter - added `handleWinReplay` action to `useBlockchainVisualisationStore` to handle individual replay animations (whether mining or not) Motivation and Context --- - https://tari.atlassian.net/browse/TC-47 How Has This Been Tested? --- - locally: https://github.com/user-attachments/assets/fa704cb0-8965-406c-a2e4-fde2dc472c97 (when not mining animation state has to be started, then stopped after) https://github.com/user-attachments/assets/3c008eb1-6dc8-40f5-b1d4-f8cb9c5e1108 What process can a PR reviewer use to test or verify this change? --- - open wallet and replay any history item animation - if you leave it mining for a while unfocused/minimised and come back with recaps, there should be a notification with a counter of the wind you missed. - opening the wallet to go replay should clear the counter Breaking Changes --- - [x] None --------- Co-authored-by: Brian Pearce <[email protected]>
## Continuation of tari-project#1054 ## **Important note** It Requires versions 0.1.19 of gpuminer. From what i saw release for this version didn't passed so to work with this PR or test it its required to build gpuminer from main locally and replace binaries until version 0.1.19 is released ### [ Summary ] - Expanded Custom mode modal to take into account multiple gpu devices - Expanded and adjusted max_gpu_threads and correlated fields on frontend and backend - Fixed parsing gpu_status.json in gpu_miner - Changed passed value to `grid_size` to include multiple gpu devices ------------ ### [ What is left to do ] - Test it on wider range of devices --------- Co-authored-by: stringhandler <[email protected]> Co-authored-by: Brian Pearce <[email protected]>
Description --- - moved the parent hover style reference and added to the right side items too - noticed while testing the `showShareButton` check meant the replay button would also be hidden if you weren't logged in with airdrop so fixed up those checks too Motivation and Context --- | half of the history item styling wasn't updated on hover | | :---: | | ![image](https://github.com/user-attachments/assets/874d0597-b9b4-431b-a228-ebeb27e9c1e9) | How Has This Been Tested? --- - locally: https://github.com/user-attachments/assets/e9a39322-addd-4c2f-ba04-eb06816bcf34 https://github.com/user-attachments/assets/fbf12ee8-2f34-41bf-be67-965e7dabd52e https://github.com/user-attachments/assets/923a4a46-34ec-43ed-bf8e-17599258f612 **(only to show animation change:)** https://github.com/user-attachments/assets/17c61044-4fb4-4750-af68-23aeb6e3589a What process can a PR reviewer use to test or verify this change? --- - check the history items when logged in and out with airdrop - make sure the history item styling isn't peeking through anywhere on hover:3 Breaking Changes --- - [x] None
…d fonts (tari-project#1098) This PR is an effort to improve animation and font performance, especially on windows. - Load fonts inline in the `index.html` head instead of from `styled-components` - Remove all unused fonts - Remove GTAmerica font since it was only used in 1 place ( the history items ). Poppins looks fine here as well. --------- Co-authored-by: shan <[email protected]>
- wip: update dir resolvers - wip: move Systray logic to FE - wip: updated beta build workflows - wip: emit miner metrics - ci: updated workflows
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.
No description provided.