Skip to content

Commit 526e4db

Browse files
authored
Merge pull request #84 from qianbin/p2p
fix panic in processing discv5 packet
2 parents 601b84a + c320d64 commit 526e4db

23 files changed

Lines changed: 7031 additions & 37 deletions

cmd/disco/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0
1+
1.0.1

cmd/disco/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import (
1414

1515
"github.com/ethereum/go-ethereum/crypto"
1616
"github.com/ethereum/go-ethereum/log"
17-
"github.com/ethereum/go-ethereum/p2p/discv5"
1817
"github.com/ethereum/go-ethereum/p2p/nat"
1918
"github.com/ethereum/go-ethereum/p2p/netutil"
2019
"github.com/pkg/errors"
20+
"github.com/vechain/thor/p2psrv/discv5"
2121
cli "gopkg.in/urfave/cli.v1"
2222
)
2323

p2psrv/discv5/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
based on github.com/ethereum/go-ethereum/p2p/discv5 v1.8.13 tag

0 commit comments

Comments
 (0)