Skip to content

Conversation

@simonwicky
Copy link
Contributor

@simonwicky simonwicky commented Nov 27, 2025

This PR removes legacy keys support, started by @jstuczyn in #5531 and #5553.
It also adds a secondary ws gateway listener if available and update them every 7 days

Client side has been smoke tested, gateway side not at all


This change is Reviewable

@simonwicky simonwicky requested a review from jstuczyn November 27, 2025 16:01
@simonwicky simonwicky marked this pull request as ready for review November 27, 2025 16:04
@vercel
Copy link

vercel bot commented Nov 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
nym-explorer-v2 Ready Ready Preview Comment Nov 28, 2025 2:53pm
2 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
docs-nextra Ignored Ignored Preview Nov 28, 2025 2:53pm
nym-node-status Ignored Ignored Preview Nov 28, 2025 2:53pm


pub const REMOTE_GATEWAY_TYPE: &str = "remote";
pub const CUSTOM_GATEWAY_TYPE: &str = "custom";
const GATEWAY_DETAILS_TTL: Duration = Duration::days(7);
Copy link
Contributor

Choose a reason for hiding this comment

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

should we make it configurable instead via client config?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't know, I haven't thought that far

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.

3 participants