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

chore: version bump 0.8.6 #1195

Merged
merged 8 commits into from
Dec 5, 2024
Merged

chore: version bump 0.8.6 #1195

merged 8 commits into from
Dec 5, 2024

Conversation

brianp
Copy link
Collaborator

@brianp brianp commented Dec 5, 2024

Description

Onwards and upwards!

stringhandler and others added 8 commits December 4, 2024 16:31
This PR adds a Release Notes section to the settings modal. The release
notes themselves are stored in a markdown file in the public folder
called `CHANGELOG.md`

**package.json update** - I added a new dependancy `react-markdown` to
parse the markdown file.

The first version in the list is open by default, the rest of the
entries are collapsed and can be toggled open.

A`upgrade` button is shown if there is a new version of the app
available.

![CleanShot 2024-11-18 at 16 48
05](https://github.com/user-attachments/assets/978430a2-6fb0-4b1d-92b3-71d47e396d65)

![CleanShot 2024-11-25 at 18 40
39](https://github.com/user-attachments/assets/dfa93de6-5da6-49ec-987d-613d2f1d472c)

![CleanShot 2024-11-25 at 18 51
11](https://github.com/user-attachments/assets/ce48eefb-2f67-4504-8750-7d110105910d)
Description
---
bump tari base node bersion to 1.9.1
Description
---
Timeout if initialization took too long and report to sentry the last
action. Timeout is for each binary and is set to fixed value of 5
minutes.
Another big change is that app will exit and show error if timeout was
exceeded. Previously user would be stuck at initialization screen.

Closes: #1170

Motivation and Context
---
Some users reports being stuck at initialization screen. The underlying
reason is unknown and we need to increase the logging and sentry
reporting.

How Has This Been Tested?
---
Decrease timeout to like 20 seconds and add this line in
`binaries_resolver.rs` in `initialize_binary` function to fake timeout
on one selected binary:
```rust
match binary {
    Binaries::Xmrig => {
        println!("Sleeping for 30 seconds");
        sleep(Duration::from_secs(30)).await;
        println!("Waking up");
    }
    _ => {}
}
```

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
---
- just some light styling updates on P2P stats


Motivation and Context
---
- resolves #1185

How Has This Been Tested?
---

- locally:


https://github.com/user-attachments/assets/389651ee-974c-40d1-9f89-9f5b900b4689



<img width="1256" alt="Screenshot 2024-12-05 at 16 31 53"
src="https://github.com/user-attachments/assets/f4761115-ccd6-4c58-9e20-dd41e07c0862">

<img width="1256" alt="Screenshot 2024-12-05 at 16 31 56"
src="https://github.com/user-attachments/assets/669edefe-2890-4791-8e4f-301658cfa988">

<img width="1585" alt="Screenshot 2024-12-05 at 16 32 02"
src="https://github.com/user-attachments/assets/87d1d3d5-4da3-4749-a98a-2b0f0eba45c2">

<img width="1727" alt="Screenshot 2024-12-05 at 16 31 42"
src="https://github.com/user-attachments/assets/e8b24931-6e37-4668-8db9-b591b1b80d83">
@brianp brianp merged commit cbe2572 into release Dec 5, 2024
12 checks passed
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.

5 participants