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(p2p/peerTracker): fix bootstraping #169

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

vgonkivs
Copy link
Member

@vgonkivs vgonkivs commented Apr 2, 2024

Overview

The context was canceled before we performed any connection during bootstrap.

Checklist

  • New and updated code has appropriate documentation
  • New and updated code has new and/or updated testing
  • Required CI checks are passing
  • Visual proof for any user facing features like CLI or documentation updates
  • Linked issues closed with keywords

Copy link

@ramin ramin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@renaynay renaynay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need to do the copying inside loops?

@vgonkivs
Copy link
Member Author

vgonkivs commented Apr 2, 2024

Yes, until we'll move to go1.22

@renaynay renaynay merged commit dbcee58 into celestiaorg:main Apr 2, 2024
2 checks passed
vgonkivs added a commit to vgonkivs/go-header that referenced this pull request Apr 2, 2024
vgonkivs added a commit that referenced this pull request Apr 2, 2024
* Revert "fix(p2p/peerTracker): fix bootstraping (#169)"

This reverts commit dbcee58.

* fix(p2p/peerTracker): remove timeout during bootstrap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants