Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions common/bytes.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
// Package common contains various helper functions.
package common

import (
"encoding/hex"
)
import "encoding/hex"

// ToHex returns the hex representation of b, prefixed with '0x'.
// For empty slices, the return value is "0x0".
Expand Down
1 change: 0 additions & 1 deletion p2p/nat/natupnp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import (
)

func TestUPNP_DDWRT(t *testing.T) {
t.Skip("broken")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is not related to removing vendoring....what's the reason to re-enable this test?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment on PR - these tests are not related to Swarm, and I don't see them failing on go-ethereum master.

if runtime.GOOS == "windows" {
t.Skipf("disabled to avoid firewall prompt")
}
Expand Down
13 changes: 0 additions & 13 deletions vendor/github.com/jbenet/go-base58/LICENSE

This file was deleted.

66 changes: 0 additions & 66 deletions vendor/github.com/jbenet/go-base58/README.md

This file was deleted.

90 changes: 0 additions & 90 deletions vendor/github.com/jbenet/go-base58/base58.go

This file was deleted.

20 changes: 0 additions & 20 deletions vendor/github.com/jbenet/go-base58/doc.go

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/github.com/spaolacci/murmur3/LICENSE

This file was deleted.

This file was deleted.

This file was deleted.

Loading