Opened at 2011-05-12T00:06:03Z
Closed at 2013-07-17T16:54:31Z
#1402 closed enhancement (duplicate)
Multiple introducers, through relay
Reported by: | socrates | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | undecided |
Component: | code-network | Version: | 1.8.2 |
Keywords: | introducer discovery introduction relay | Cc: | |
Launchpad Bug: |
Description (last modified by zooko)
I decided to take a crack at the multiple introducers problem. I've implemented a proof of concept relay, that connects to two, or more, introducer nodes and relays announcements between them.
This would be used to connect two, or more, separate grids, so that nodes connected to either introducer, would would be aware of nodes connected to other introducers.
Also, this demonstrates the fact that introducer nodes do not validate announcements at all, as the relay can easily modify the data it is relaying.
code attached:
Attachments (1)
Change History (4)
Changed at 2011-05-12T00:07:15Z by socrates
comment:1 Changed at 2011-08-27T01:27:37Z by davidsarah
- Keywords introducer discovery introduction relay added
comment:2 Changed at 2012-06-16T01:04:43Z by zooko
This seems redundant with #68. Merge the tickets?
comment:3 Changed at 2013-07-17T16:54:31Z by zooko
- Description modified (diff)
- Resolution set to duplicate
- Status changed from new to closed
socrates: thanks for the patch! This ticket is redundant with #68, so I'm merging the two, but I'd also like to draw attention to this patch to readers of that ticket, so I'll post a comment there.
relay.py - proof of concept for introducer relay