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

Transfer celestia to use grpc #1269

Open
artemijspavlovs opened this issue Feb 17, 2025 · 0 comments
Open

Transfer celestia to use grpc #1269

artemijspavlovs opened this issue Feb 17, 2025 · 0 comments

Comments

@artemijspavlovs
Copy link
Collaborator

since celestia moved to use grpc as the protocol for interacting with consensus nodes,

the new config structure should be:

[DA]
  http_endpoint = "mocha.mzonder.com"
  grpc_port = 9090
  rpc_port = 26657 # use port 443 for https rpc endpoint
  state_nodes = [
     { http_endpoint = "mocha.artpav.dev", grpc_port = 9090, rpc_port = 26657 }
     { http_endpoint = "mocha.pavlabs.dev", grpc_port = 9090, rpc_port = 443 }
  ]

if the provided port is 443, there should be separate handling for https

roller config should be updated ( old DA section replaced with the new one ) as part of the roller da-light-client update command when the version to update to is > v0.21.5

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

No branches or pull requests

1 participant