Bug 225916 - [MAINTAINER] net-p2p/go-ethereum upgrade to 1.8.0
Summary: [MAINTAINER] net-p2p/go-ethereum upgrade to 1.8.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-15 13:34 UTC by Enrique Fynn
Modified: 2018-02-15 21:09 UTC (History)
1 user (show)

See Also:


Attachments
go-ethereum-1.8.0.diff (1006 bytes, patch)
2018-02-15 13:34 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 2018-02-15 13:34:09 UTC
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`
Comment 1 Niclas Zeising freebsd_committer freebsd_triage 2018-02-15 20:38:37 UTC
grab
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-02-15 21:04:35 UTC
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
Comment 3 Niclas Zeising freebsd_committer freebsd_triage 2018-02-15 21:09:50 UTC
Committed, thanks for helping making FreeBSD better!