You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently we resolve
dnsaddr
innode-wasm
when starting a node, because libp2p doesn't supportdnsaddr
directly in browser transports. This however requires replicating this logic by all our users if they depend onlumina-node
in their wasm. Moving this directly toNodeBuilder
would provide the best developer experience and get rid of the required code duplication.The text was updated successfully, but these errors were encountered: