Created attachment 190647 [details] go-ethereum-1.8.0.diff Upgrades to go-ethereum 1.8.0 Requires go version >= 1.9.2 Changes: Reliable light client Reliable fast sync Custom tracing scripts Native events using abigen Breaking changes: Trie pruning is enabled on all --syncmode variations (including --syncmode=full). If running an archive node, to retain historic data, disable pruning with `--gcmode=archive`
grab
A commit references this bug: Author: zeising Date: Thu Feb 15 21:04:19 UTC 2018 New revision: 461949 URL: https://svnweb.freebsd.org/changeset/ports/461949 Log: Update net-p2p/go-ethereum to 1.8.0 Requires go version >= 1.9.2 Reliable light client Reliable fast sync Custom tracing scripts Native events using abigen Breaking changes: Trie pruning is enabled on all --syncmode variations (including --syncmode=full). If running an archive node, to retain historic data, disable pruning with `--gcmode=archive` PR: 225916 Submitted by: Enrique Fynn (maintainer) Changes: head/net-p2p/go-ethereum/Makefile head/net-p2p/go-ethereum/distinfo
Committed, thanks for helping making FreeBSD better!