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

Gossip Todo #127

Closed
8 of 9 tasks
cdecker opened this issue Mar 13, 2017 · 0 comments
Closed
8 of 9 tasks

Gossip Todo #127

cdecker opened this issue Mar 13, 2017 · 0 comments
Assignees
Milestone

Comments

@cdecker
Copy link
Member

cdecker commented Mar 13, 2017

This is a tracking issue for the gossip overhaul for the new architecture.

  • Implement staggered broadcast for peers that are owned by gossipd
  • Forward gossip messages to owner if gossipd is not the owner
  • Create announcements for newly created channels
  • Implement the getnodes JSON-RPC call
  • Implement the getroute JSON-RPC call
  • Implement the getchannels JSON-RPC call
  • Add a new callback to wait for 6 confirmations before sending announcement_signatures
  • Generate valid signatures for the announcements using the HSM Use HSM to compute signatures for channel_announcement and channel_update messages #138

Depending on the decision on #126, we also need to

  • Increase size of internal messages from u16 to u32 (might need some additional refactoring since currently we simply reuse the external wire format).
@cdecker cdecker self-assigned this Mar 13, 2017
@cdecker cdecker added this to the v0.6 milestone Mar 13, 2017
@cdecker cdecker closed this as completed May 20, 2017
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

No branches or pull requests

1 participant