-
Notifications
You must be signed in to change notification settings - Fork 14
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
Use the new p2p.Run API #329
Conversation
73aa410
to
2e94bba
Compare
57dbf42
to
9e01236
Compare
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.
repeated the comments about the unused components just to keep track. overall the less code is great, mostly concerned about fly/main.go
where there doesn't appear to be a way to weak the gossip params anymore.
eabbccc
to
f6a4db6
Compare
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.
nice. one small change please :)
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.
Just some questions that I'm unclear with, also commented on parts that can be removed like single observations and comments due to the batch observation addition
a42d598
to
3ded7f0
Compare
3ded7f0
to
b354228
Compare
c918538
to
2dc78b6
Compare
2dc78b6
to
84e9354
Compare
This modifies the fly and other gossip listening tools to use the new
p2p.Run
API.It also adds support for observation batches.
Finally, removes the hardcoded bootstrap parameters in favor of the ones defined in
node/pkg/p2p/network_consts.go
.