Skip to content

Commit

Permalink
feat: bump handshake version (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloknerurkar authored Aug 8, 2024
1 parent 489f0c4 commit aeb9ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion p2p/pkg/p2p/libp2p/internal/handshake/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"context"
"crypto/ecdh"
"errors"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto"
"github.com/libp2p/go-libp2p/core"
Expand All @@ -17,7 +18,7 @@ import (

const (
ProtocolName = "handshake"
ProtocolVersion = "4.0.0"
ProtocolVersion = "5.0.0"
StreamName = "handshake"
)

Expand Down

0 comments on commit aeb9ec0

Please sign in to comment.