Closed zilm13 closed 5 years ago
Network using Netty added.
TODO:
TODO: Buckets according to spec TODO: handshake crypto
@mkalinin ready for review Current TODO:
@mkalinin Finished it. Please, review.
lgtm. I have a minor request to review/accept #210 which renames two methods.
@mkalinin I don't like discv5
as a lot of code could be reused in, say, discv6
@mkalinin I don't like
discv5
as a lot of code could be reused in, say,discv6
I agree with this reasoning.
This particular implementation is discv5
. I don't think it's gonna be re-used for discvX
in the future. Anyway, it doesn't matter much :)
Implementation of this: https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md
Still in work, need to finish some things, add network, plus refactoring especially around messageHandler <-> Context, the system is raw.