-
Notifications
You must be signed in to change notification settings - Fork 297
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
Test celestia-node with celestia-app v2 #3420
Comments
Robusta cluster is failing because validator can't start due to
We already have an issue: #3271 but we can workaround it by including a minfee in the transactions that create validators. It looks like the create validator already provides a fee so perhaps we just need to provide a fee for the gentx command? I can't find the script in auto-devops that actually invokes gentx. |
Yay this PR fixed auto devops so now we can deploy a Robusta with v2.0.0-rc0. |
The DA nodes fail to start because
|
|
Problem
The
main
branch in this repo diverges significantly from the release that celestia-node uses here. We don't expect any of the consensus breaking changes in celestia-app v2 to impact celestia-node but we should verify that celestia-node remains compatible withmain
.Proposal
We should gather information on the compatability between celestia-app v2 and celestia-node. Two proposed tests:
main
and test on a devnet, Robusta, or Knuumain
node (via core endpoint) on a devnet, Robusta, or KnuuThe text was updated successfully, but these errors were encountered: