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

feat: Orbit using geth #66

Merged
merged 12 commits into from
Sep 4, 2023
Merged

feat: Orbit using geth #66

merged 12 commits into from
Sep 4, 2023

Conversation

shekohex
Copy link
Collaborator

@shekohex shekohex commented Aug 29, 2023

Changelog

  1. Start using geth for Orbit chains
  2. Create a chain genesis file
  3. Update tests to use the new infra.

@shekohex
Copy link
Collaborator Author

@AtelyPham do you know or have an idea why the tests does not complete/proceeds after the deployment is done? Like it is stuck at the end of before hook.

@AtelyPham
Copy link
Member

I got this error while trying to run the Orbit docker compose file locally. I need the password.txt file.

image

@shekohex
Copy link
Collaborator Author

shekohex commented Aug 31, 2023

Check the updated .env.example and update your .env

Edit: after that, you should run ./scripts/setup-orbit.sh script. I did update the README too.

@shekohex shekohex marked this pull request as ready for review September 1, 2023 16:03
@AtelyPham
Copy link
Member

I've adjusted the period to 1 in an attempt to resolve the timeout issue. I suspect the extended period was causing delays in the deployment of the bridge. I apologize for pushing directly to your branch. I initially created a separate branch, but it didn't merge into development, and as a result, it didn't trigger the CI.

@AtelyPham
Copy link
Member

If reducing the period to 1 appears impractical, another option could be to increase the test timeout limit. Currently, it's set to 10 minutes, but we could consider extending it to 20 or 30 minutes.

@shekohex
Copy link
Collaborator Author

shekohex commented Sep 3, 2023

We can make a separate genesis file for testing. Thank you, I will create that.

@shekohex shekohex merged commit c64038a into main Sep 4, 2023
1 check passed
@shekohex shekohex deleted the shady/geth branch September 4, 2023 10:29
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

Successfully merging this pull request may close these issues.

2 participants