swarm
swarm copied to clipboard
Update to go-ethereum v1.9.11, fix log incompatibility
System information
Swarm version: 0.5.7 and Master
OS & Version: Linux
Expected behaviour
Use last go-ethereum version v1.9.11
Actual behaviour
go.mod points to old go-ethereum v1.9.2
If a project uses swarm 0.5.7 and go-ethereum v1.9.11 as go-mod imported packages, the build breaks due a swarm incompatibility issue
Steps to reproduce the behaviour
go get -u github.com/ethereum/go-ethereum
build swarm code
Backtrace
github.com/ethersphere/[email protected]/swap/swap.go:131:9: undefined: "github.com/ethereum/go-ethereum/log".RotatingFileHandler
Looks like it was mainly removed due to a data race condition.
ping! this is a quite important issue IMO