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

Resolve dnsaddr directly in NodeBuilder in wasm #515

Open
zvolin opened this issue Jan 20, 2025 · 0 comments
Open

Resolve dnsaddr directly in NodeBuilder in wasm #515

zvolin opened this issue Jan 20, 2025 · 0 comments
Labels
node Related to `lumina-node` wasm Targets browsers / wasm32-unknown-unknown

Comments

@zvolin
Copy link
Member

zvolin commented Jan 20, 2025

Currently we resolve dnsaddr in node-wasm when starting a node, because libp2p doesn't support dnsaddr directly in browser transports. This however requires replicating this logic by all our users if they depend on lumina-node in their wasm. Moving this directly to NodeBuilder would provide the best developer experience and get rid of the required code duplication.

@zvolin zvolin added wasm Targets browsers / wasm32-unknown-unknown node Related to `lumina-node` labels Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node Related to `lumina-node` wasm Targets browsers / wasm32-unknown-unknown
Projects
None yet
Development

No branches or pull requests

1 participant