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

Lumina has no way to submit transactions/blobs from the browser #425

Closed
fl0rek opened this issue Oct 11, 2024 · 1 comment · Fixed by #510
Closed

Lumina has no way to submit transactions/blobs from the browser #425

fl0rek opened this issue Oct 11, 2024 · 1 comment · Fixed by #510
Labels
grpc Related to `celestia-grpc` wasm Targets browsers / wasm32-unknown-unknown

Comments

@fl0rek
Copy link
Member

fl0rek commented Oct 11, 2024

Celestia-node submits txns/blobs by connecting to a consensus node over TCP. This is a no-go when running in the browser, which disallows raw TCP connections. Solution here would be to either allow HTTP connections on the celestia-app side, or developing a p2p native protocol, probably starting with a CIP.

related blob submission issues: #250 #251

@fl0rek fl0rek changed the title Lumina has no way to submit transactions/blobs from the brower Lumina has no way to submit transactions/blobs from the browser Oct 11, 2024
@zvolin zvolin moved this to Todo in Lumina Nov 18, 2024
@zvolin zvolin added this to Lumina Nov 18, 2024
@zvolin
Copy link
Member

zvolin commented Jan 21, 2025

wasm support added in #474. Js bindings will be added in #510

@zvolin zvolin linked a pull request Jan 21, 2025 that will close this issue
@zvolin zvolin added grpc Related to `celestia-grpc` wasm Targets browsers / wasm32-unknown-unknown labels Jan 21, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in Lumina Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
grpc Related to `celestia-grpc` wasm Targets browsers / wasm32-unknown-unknown
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants