Skip to content

Commit

Permalink
Merge pull request #84 from qianbin/p2p
Browse files Browse the repository at this point in the history
fix panic in processing discv5 packet
  • Loading branch information
qianbin authored Aug 1, 2018
2 parents 601b84a + c320d64 commit 526e4db
Show file tree
Hide file tree
Showing 23 changed files with 7,031 additions and 37 deletions.
2 changes: 1 addition & 1 deletion cmd/disco/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion cmd/disco/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ import (

"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/p2p/discv5"
"github.com/ethereum/go-ethereum/p2p/nat"
"github.com/ethereum/go-ethereum/p2p/netutil"
"github.com/pkg/errors"
"github.com/vechain/thor/p2psrv/discv5"
cli "gopkg.in/urfave/cli.v1"
)

Expand Down
1 change: 1 addition & 0 deletions p2psrv/discv5/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
based on github.com/ethereum/go-ethereum/p2p/discv5 v1.8.13 tag
Loading

0 comments on commit 526e4db

Please sign in to comment.