Switch peerId from 256 to 512 bit (as in stable) (#3862)
* Switch peerId from 256 to 512 bit (as in stable) * go mod tidy * Fix some tests * Fixed * Fixes * Fix tests * Update to erigon-lib main Co-authored-by:Alex Sharp <alexsharp@Alexs-MacBook-Pro.local> Co-authored-by:
Alexey Sharp <alexeysharp@Alexeys-iMac.local>
Showing
- cmd/sentry/sentry/broadcast.go 1 addition, 1 deletioncmd/sentry/sentry/broadcast.go
- cmd/sentry/sentry/downloader.go 8 additions, 8 deletionscmd/sentry/sentry/downloader.go
- cmd/sentry/sentry/sentry.go 27 additions, 27 deletionscmd/sentry/sentry/sentry.go
- cmd/sentry/sentry/sentry_api.go 11 additions, 12 deletionscmd/sentry/sentry/sentry_api.go
- cmd/sentry/sentry/sentry_test.go 6 additions, 7 deletionscmd/sentry/sentry/sentry_test.go
- eth/protocols/eth/handshake_test.go 1 addition, 1 deletioneth/protocols/eth/handshake_test.go
- eth/stagedsync/stage_bodies.go 5 additions, 6 deletionseth/stagedsync/stage_bodies.go
- eth/stagedsync/stage_headers.go 2 additions, 3 deletionseth/stagedsync/stage_headers.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 3 additions, 5 deletionsgo.sum
- p2p/peer.go 10 additions, 4 deletionsp2p/peer.go
- p2p/peer_test.go 2 additions, 2 deletionsp2p/peer_test.go
- p2p/protocol.go 1 addition, 1 deletionp2p/protocol.go
- p2p/server.go 10 additions, 8 deletionsp2p/server.go
- p2p/simulations/test.go 1 addition, 1 deletionp2p/simulations/test.go
- turbo/stages/bodydownload/body_algos.go 7 additions, 8 deletionsturbo/stages/bodydownload/body_algos.go
- turbo/stages/bodydownload/body_data_struct.go 4 additions, 5 deletionsturbo/stages/bodydownload/body_data_struct.go
- turbo/stages/headerdownload/header_algos.go 4 additions, 5 deletionsturbo/stages/headerdownload/header_algos.go
- turbo/stages/headerdownload/header_data_struct.go 2 additions, 3 deletionsturbo/stages/headerdownload/header_data_struct.go
- turbo/stages/mock_sentry.go 4 additions, 5 deletionsturbo/stages/mock_sentry.go
Loading
Please register or sign in to comment