-
Notifications
You must be signed in to change notification settings - Fork 4
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
Celestia integration #68
base: integration
Are you sure you want to change the base?
Conversation
[ | ||
./smoke-test.bash, | ||
./smoke-test-l3.bash, | ||
./smoke-test-nitro-simple.bash, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we dont need all these tests for celestia integration
Thanks! @Sneh1999 |
Sorry @ImJeremyHe, we had to get a working demo ready for caldera and I had to test our existing code. There are still a lot of improvements we can do to this lol |
In this commit, a dummy TEE Verifier address is being used, we will use a correct one later
Fix the batch poster
* Update migration test for TEE integration This commit updates the migration-test.bash script to reflect the new migration flow for the TEE integration. It also adds some utility scripts and updates some exsisting example files to assist in the migration test. * Remove changes to docker-compose.yml * Respond to review feedback
This PR outlines the difference in our celestia-integration vs the integration branch.