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

Fix MacOS issue with track sync #134

Closed
wants to merge 6 commits into from

Conversation

stdevMac
Copy link
Member

Resolves #133

On MacOS we can't connect to the container's private IP address. It's only possible to access using localhost. Since this solution works in all majors system according to the documentation, we should make the requests to the container in that way.

For further read, you can check this link

Changes:

  • Update waiting time for track sync on from 5min to 20 min for slow connections
  • Update consensus templates
  • Change calls to consensus and execution client by IP to use localhost instead

Types of changes

  • Bugfix (non-breaking change which fixes an issue)

Testing

  • Yes

In case you checked yes, did you write tests?

  • No

Comments about testing , should you have some (optional)
Tested using a Macbook M1 Pro and under Ubuntu.

@stdevMac
Copy link
Member Author

New implementation on #170

@stdevMac stdevMac closed this Nov 21, 2022
@AntiD2ta AntiD2ta deleted the fix/macos-issue-with-track-sync branch March 23, 2023 02:10
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.

Track Sync not working on MacOS
1 participant