Created attachment 222996 [details] go-ethereum-1.10.0.diff Upgrades go-ethereum to 1.10.0 Further information: https://blog.ethereum.org/2021/03/03/geth-v1-10-0/ There are compatibility issues. To retain the same behaviour from previous versions run it with: --snapshot=false to disable the snapshot acceleration structure and snap sync --txlookuplimit=0 to keep indexing all transactions, not just the last year --cache.preimages tp keep generating and persisting account preimages --rpc.allow-unprotected-txs - to allow non-replay-protected signatures --usb - to reenable the USB wallet support
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/265906009
A commit references this bug: Author: nc Date: Fri Mar 5 18:56:05 UTC 2021 New revision: 567407 URL: https://svnweb.freebsd.org/changeset/ports/567407 Log: net-p2p/go-ethereum: Update to 1.10.0 Changes: https://blog.ethereum.org/2021/03/03/geth-v1-10-0/ PR: 254032 Submitted by: Enrique Fynn <me AT enriquefynn DOT com> (maintainer) Changes: head/net-p2p/go-ethereum/Makefile head/net-p2p/go-ethereum/distinfo
Committed!