Skip to content

Fix IP address display in the Status page of GUI#371

Merged
KKRainbow merged 1 commit intoEasyTier:mainfrom
Hs-Yeah:feat/fix-IP-display-gui
Sep 27, 2024
Merged

Fix IP address display in the Status page of GUI#371
KKRainbow merged 1 commit intoEasyTier:mainfrom
Hs-Yeah:feat/fix-IP-display-gui

Conversation

@Hs-Yeah
Copy link
Copy Markdown
Contributor

@Hs-Yeah Hs-Yeah commented Sep 26, 2024

To parse IP addresses from integers, ip-num was introduced as a dependency.

And because Tauri cannot handle the conversion from Rust's uint64 to TypeScript's bigint properly, I have to break the Ipv6Addr protobuf message down to 4 parts so that every part will not overflow the MAX_SAFE_INTEGER of TypeScript's number.

@KKRainbow
Copy link
Copy Markdown
Member

KKRainbow commented Sep 27, 2024

github actions move the version of ubuntu-latest to 24.04, causing the ci failure. actions/runner-images#10687

i'll try to fix it.

@KKRainbow
Copy link
Copy Markdown
Member

please wait for this pr
#372

@KKRainbow
Copy link
Copy Markdown
Member

please rebase to the latest commit

Signed-off-by: Hs_Yeah <bYeahq@gmail.com>
@Hs-Yeah Hs-Yeah force-pushed the feat/fix-IP-display-gui branch from ccf26ab to 5931a3a Compare September 27, 2024 07:16
@KKRainbow KKRainbow merged commit a50bcf3 into EasyTier:main Sep 27, 2024
@Hs-Yeah Hs-Yeah deleted the feat/fix-IP-display-gui branch September 27, 2024 08:44
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.

2 participants