2nd batch of Headers PoC changes (#1067)
* PoC utility * Headers cmd * headers download command * Fix lint * Send handshake * Receive Status message * Better error messages * Messages * Fix * Fix lint * Print block number for NewBlockMsg * Fix lint
Showing
- Makefile 4 additions, 0 deletionsMakefile
- cmd/headers/commands/download.go 25 additions, 0 deletionscmd/headers/commands/download.go
- cmd/headers/commands/root.go 56 additions, 0 deletionscmd/headers/commands/root.go
- cmd/headers/download/download.go 245 additions, 0 deletionscmd/headers/download/download.go
- cmd/headers/main.go 9 additions, 0 deletionscmd/headers/main.go
- core/forkid/forkid.go 4 additions, 4 deletionscore/forkid/forkid.go
- eth/handler.go 3 additions, 3 deletionseth/handler.go
- eth/handler_test.go 22 additions, 22 deletionseth/handler_test.go
- eth/helper_test.go 3 additions, 3 deletionseth/helper_test.go
- eth/peer.go 6 additions, 6 deletionseth/peer.go
- eth/protocol.go 4 additions, 4 deletionseth/protocol.go
- eth/protocol_test.go 15 additions, 15 deletionseth/protocol_test.go
Loading
Please register or sign in to comment