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

Space race genesis and bootnodes updates #650

Merged
merged 6 commits into from
Aug 26, 2020
Merged

Space race genesis and bootnodes updates #650

merged 6 commits into from
Aug 26, 2020

Conversation

austinabell
Copy link
Contributor

Summary of changes
Changes introduced in this pull request:

  • Updates genesis and bootnodes
  • Fix bug in car file reader (there was a check for if the buffer is empty, which could exit when the buffer is empty but there are still items to read)
  • Update drand config to valid beacon
  • Update gossipsub config (default config is explicitly disallowed with new libp2p version)

Seems kademlia is not bootstrapping as it should, and sync is not initializing as it was before, but I'm just doing minimum changes to fix #648 and setup a functional node

Reference issue to close (if applicable)

Closes #648

Other information and links

.await
.unwrap();
let beacon = DrandBeacon::new(
"https://api.drand.sh",
Copy link
Contributor

Choose a reason for hiding this comment

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

This is used in 2 places might be better to make it a constant

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah I'll do that, was just being lazy since the one is just used for tests that are ignored by default

Copy link
Contributor

@RajarupanSampanthan RajarupanSampanthan left a comment

Choose a reason for hiding this comment

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

LGTM just that one constant thing

@austinabell austinabell merged commit 81557c9 into main Aug 26, 2020
@austinabell austinabell deleted the austin/tnsetup branch August 26, 2020 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

run failed
3 participants