Bug 254032 - net-p2p/go-ethereum upgrade to 1.10.0
Summary: net-p2p/go-ethereum upgrade to 1.10.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Neel Chauhan
URL:
Keywords: buildisok
Depends on:
Blocks:
 
Reported: 2021-03-05 09:55 UTC by Enrique Fynn
Modified: 2021-03-05 18:56 UTC (History)
1 user (show)

See Also:


Attachments
go-ethereum-1.10.0.diff (20.79 KB, patch)
2021-03-05 09:55 UTC, Enrique Fynn
me: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Enrique Fynn 2021-03-05 09:55:05 UTC
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
Comment 1 Automation User 2021-03-05 10:59:10 UTC
Build and package info is available at https://gitlab.com/swills/freebsd-ports/pipelines/265906009
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-03-05 18:56:25 UTC
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
Comment 3 Neel Chauhan freebsd_committer freebsd_triage 2021-03-05 18:56:41 UTC
Committed!