notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-p2p/go-ethereum/distinfo

Number of commits found: 54

Thursday, 17 Aug 2023
08:26 Fernando Apesteguía (fernape) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: upgrade to 1.12.2

ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.12.2

For version 1.12.1, the main change is preparing for the Cancun fork.
Version 1.12.2 is mainly a maintenance release with small bugfixes.
(https://github.com/ethereum/go-ethereum/releases/tag/v1.12.2)

PR:		273135
Reported by:	me@enriquefynn.com (maintainer)
commit hash: 70e3e74982554b88a084ebb42518e82d528a137b commit hash: 70e3e74982554b88a084ebb42518e82d528a137b commit hash: 70e3e74982554b88a084ebb42518e82d528a137b commit hash: 70e3e74982554b88a084ebb42518e82d528a137b 70e3e74
Tuesday, 20 Jun 2023
09:22 Fernando Apesteguía (fernape) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: update to 1.12.0

ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.12.0

 * Geth now defaults to use Pebble as a backend if no existing database is
   found. If a previous LevelDB database exists Geth will keep using that, and
   if you must have LevelDB for some compatibility reasons, you can force it in
   Geth with the --db.engine=leveldb flag.

Other improvements:

 * Add block overrides to eth_call
 * Make batched state-test execution possible

Assorted bugfixes:

 * Do not ignore null address while iterative dump
 * Fix flatCallTracer crasher
 * Prevent pebble shutdown-panic
 * Make websocket use default "HTTP_PROXY" by default
 * Make eth_estimateGas use latest block by default
 * Add txHash field on txTraceResult
 * Fix crash on querying finalized block

PR:		272022
Reported by:	me@enriquefynn.com (maintainer)
commit hash: f0f4fe064d737b100569987030c60bcf4aced5bc commit hash: f0f4fe064d737b100569987030c60bcf4aced5bc commit hash: f0f4fe064d737b100569987030c60bcf4aced5bc commit hash: f0f4fe064d737b100569987030c60bcf4aced5bc f0f4fe0
Tuesday, 14 Mar 2023
16:23 Fernando Apesteguía (fernape) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: upgrade to 1.11.4

ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.4

 * TxPool validation rules have been tightened to defend against certain DoS
attacks. The new checks are based on research by @dwn1998, @wangyibo0308,
cooperation!

 * EIP-712 signing in Clef now recognizes all primitive types of
Solidity.

 * EF bootstrap nodes on MS Azure have been removed because they will
be decommissioned soon.

 * The core.Message type has been changed from interface to struct and
types.Message API change in core/types. We believe the removal should not cause
additional disruption for downstream projects because types.Messages had no
meaningful use outside of package core.

 * core.BlockGen has a new Timestamp method.

PR:		270119
Reported by:	me@enriquefynn.com (maintainer)
commit hash: 6c0af0260675e214c64f01ca87053934ee6f666e commit hash: 6c0af0260675e214c64f01ca87053934ee6f666e commit hash: 6c0af0260675e214c64f01ca87053934ee6f666e commit hash: 6c0af0260675e214c64f01ca87053934ee6f666e 6c0af02
Friday, 24 Feb 2023
16:41 Fernando Apesteguía (fernape) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: upgrade to 1.11.2

ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.11.2
Geth 1.11.2 (Kite's Nest) is a patch-release, fixing a couple of issues with the
1.11 release family.

 * Fix a few small engine API discordances with the spec post-Shanghai
 * Fix unmarshalling JSON null values as a proper result instead of nil
 * Fix dumpgenesis which failed due to a bad database key write
 * Fix pending tx filter to return hashes, not full txs by default
 * Fix eth_feeHistory to accept decimal blocks again
 * Fix Ubuntu PPA builds after the Go 1.20 fallout.

Feature wise there's one change in this release: the downloader's chain sync
messages are aggregated into periodic (8s) outputs instead of a log line for
every batch of data imported.

PR:		269783
Reported by:	me@enriquefynn.com (maintainer)
commit hash: 226bddcd0f70a84276f37ece4379298980e97168 commit hash: 226bddcd0f70a84276f37ece4379298980e97168 commit hash: 226bddcd0f70a84276f37ece4379298980e97168 commit hash: 226bddcd0f70a84276f37ece4379298980e97168 226bddc
Sunday, 19 Feb 2023
12:19 Dries Michiels (driesm) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: update to 1.11.1

Changes:	https://github.com/ethereum/go-ethereum/releases/tag/v1.11.1

PR:		269639
commit hash: 6e6b49ef5bf56a336d3a34e388cc7652ac3e747a commit hash: 6e6b49ef5bf56a336d3a34e388cc7652ac3e747a commit hash: 6e6b49ef5bf56a336d3a34e388cc7652ac3e747a commit hash: 6e6b49ef5bf56a336d3a34e388cc7652ac3e747a 6e6b49e
Monday, 7 Nov 2022
18:05 Guangyuan Yang (ygy) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.26

PR:		267544
commit hash: 7312baacaec96e49825ab878f81a469d94cc1243 commit hash: 7312baacaec96e49825ab878f81a469d94cc1243 commit hash: 7312baacaec96e49825ab878f81a469d94cc1243 commit hash: 7312baacaec96e49825ab878f81a469d94cc1243 7312baa
Friday, 23 Sep 2022
23:21 Guangyuan Yang (ygy) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.25

Changelog:	https://github.com/ethereum/go-ethereum/releases/tag/v1.10.25

PR:		266449
commit hash: 41975a820eb04be63ec889a21787398f74be4afa commit hash: 41975a820eb04be63ec889a21787398f74be4afa commit hash: 41975a820eb04be63ec889a21787398f74be4afa commit hash: 41975a820eb04be63ec889a21787398f74be4afa 41975a8
Thursday, 25 Aug 2022
16:32 Fernando Apesteguía (fernape) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: upgrade to 1.10.23

ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.23

PR:		266023
Reported by:	me@enriquefynn.com (maintainer)
Reviewed by:
Tested by:
Approved by:
Obtained from:
Fixes:
MFC after:
MFH:
Relnotes:
Security:
Sponsored by:
Pull Request:
Differential Revision:
commit hash: 3822a5d27a8178f36a751db8c8fd8e47e39db6ab commit hash: 3822a5d27a8178f36a751db8c8fd8e47e39db6ab commit hash: 3822a5d27a8178f36a751db8c8fd8e47e39db6ab commit hash: 3822a5d27a8178f36a751db8c8fd8e47e39db6ab 3822a5d
Monday, 22 Aug 2022
17:43 Neel Chauhan (nc) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.22

PR:	265991
commit hash: 749367563d342f970a32e5b5ded4498de3747f48 commit hash: 749367563d342f970a32e5b5ded4498de3747f48 commit hash: 749367563d342f970a32e5b5ded4498de3747f48 commit hash: 749367563d342f970a32e5b5ded4498de3747f48 7493675
Thursday, 18 Aug 2022
13:18 Dmitri Goutnik (dmgk) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.21

This upgrade prepares go-ethereum for the Merge which should happen in
October 2022.

Changes:	https://github.com/ethereum/go-ethereum/releases

PR:		265891
commit hash: 64257a84aab333b152f439241453e7235f1fe633 commit hash: 64257a84aab333b152f439241453e7235f1fe633 commit hash: 64257a84aab333b152f439241453e7235f1fe633 commit hash: 64257a84aab333b152f439241453e7235f1fe633 64257a8
Tuesday, 22 Feb 2022
05:32 Guangyuan Yang (ygy) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.16

Changelog:	https://github.com/ethereum/go-ethereum/releases/tag/v1.10.16

PR:		262110
commit hash: 355a394d44e129f3f734f0ffd827ca67c13c3ae9 commit hash: 355a394d44e129f3f734f0ffd827ca67c13c3ae9 commit hash: 355a394d44e129f3f734f0ffd827ca67c13c3ae9 commit hash: 355a394d44e129f3f734f0ffd827ca67c13c3ae9 355a394
Saturday, 25 Dec 2021
00:29 Guangyuan Yang (ygy) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.14

Changelog:	https://github.com/ethereum/go-ethereum/releases/tag/v1.10.14

PR:		260666
commit hash: 4d5fdf8db16a1a30aac534cca54bf352b31e9e8f commit hash: 4d5fdf8db16a1a30aac534cca54bf352b31e9e8f commit hash: 4d5fdf8db16a1a30aac534cca54bf352b31e9e8f commit hash: 4d5fdf8db16a1a30aac534cca54bf352b31e9e8f 4d5fdf8
Friday, 12 Nov 2021
12:41 Fernando Apesteguía (fernape) search for other commits by this committer Author: Olivier Certner
net-p2p/go-ethereum: Update to 1.10.12

ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.12

While here, pet linters

PR:	259741
Reported by:	olivier.freebsd@free.fr
Approved by:	me@enriquefynn.com (maintainer)
commit hash: 44047b6c123f44d26dcdf774ac4010210f881d7e commit hash: 44047b6c123f44d26dcdf774ac4010210f881d7e commit hash: 44047b6c123f44d26dcdf774ac4010210f881d7e commit hash: 44047b6c123f44d26dcdf774ac4010210f881d7e 44047b6
Wednesday, 25 Aug 2021
00:09 Nuno Teixeira (eduardo) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.7

ChangeLog: https://github.com/ethereum/go-ethereum/releases/tag/v1.10.7

PR:		257833
commit hash: 48173119181cede112e5af081cef324660f1d6d0 commit hash: 48173119181cede112e5af081cef324660f1d6d0 commit hash: 48173119181cede112e5af081cef324660f1d6d0 commit hash: 48173119181cede112e5af081cef324660f1d6d0 4817311
Sunday, 8 Aug 2021
12:26 Neel Chauhan (nc) search for other commits by this committer Author: Enrique Fynn
net-p2p/go-ethereum: Update to 1.10.6

PR:	257644
commit hash: 59be94fc274bede68edd6da99003ad4ccca74960 commit hash: 59be94fc274bede68edd6da99003ad4ccca74960 commit hash: 59be94fc274bede68edd6da99003ad4ccca74960 commit hash: 59be94fc274bede68edd6da99003ad4ccca74960 59be94f
Friday, 5 Mar 2021
18:56 nc search for other commits by this committer
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)
Original commitRevision:567407 
Sunday, 10 Jan 2021
12:26 dmgk search for other commits by this committer
net-p2p/go-ethereum: Update to 1.9.25

Changes:	https://github.com/ethereum/go-ethereum/releases/tag/v1.9.25
PR:		251831
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:561059 
Tuesday, 31 Mar 2020
00:35 yuri search for other commits by this committer
net-p2p/go-ethereum: Update 1.9.7 -> 1.9.12

PR:		245155
Submitted by:	freebsd@vertalo.com
Approved by:	me@enriquefynn.com (maintainer)
Original commitRevision:529927 
Friday, 8 Nov 2019
12:40 dmgk search for other commits by this committer
net-p2p/go-ethereum: Update to 1.9.7

Changes:	https://github.com/ethereum/go-ethereum/releases/tag/v1.9.7

PR:		241800
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Approved by:	tz (mentor, implicit)
Original commitRevision:517053 
Monday, 23 Sep 2019
14:50 swills search for other commits by this committer
net-p2p/go-ethereum: upgrade to 1.9.5

PR:		240772
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:512637 
Friday, 13 Sep 2019
14:18 swills search for other commits by this committer
net-p2p/go-ethereum: upgrade to 1.9.3

PR:		240468
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:511968 
Thursday, 15 Aug 2019
22:26 kai search for other commits by this committer
net-p2p/go-ethereum: Update to 1.9.2

Changelogs since 1.9.0:

https://github.com/ethereum/go-ethereum/releases/tag/v1.9.2
https://github.com/ethereum/go-ethereum/releases/tag/v1.9.1

PR:		239838
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:509061 
Monday, 22 Jul 2019
11:36 kai search for other commits by this committer
net-p2p/go-ethereum: Update to 1.9.0

* Remove no longer required patch "fdlimit_freebsd.go" as those changes have
  been merged by upstream.
* Add a pkg-message to give users some advice when upgrading from releases
  lower than 1.9.0. [1]

Changelog:

https://github.com/ethereum/go-ethereum/releases/tag/v1.9.0

PR:		239111
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Approved by:	Enrique Fynn (maintainer) [1]
Original commitRevision:507138 
Monday, 3 Jun 2019
13:14 meta search for other commits by this committer
net-p2/go-ethereum: Update to 1.8.27

PR:		238166
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:503387 
Wednesday, 10 Apr 2019
20:43 swills search for other commits by this committer
net-p2p/go-ethereum: upgrade to 1.8.24

PR:		237150
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:498594 
Saturday, 9 Mar 2019
02:50 swills search for other commits by this committer
net-p2p/go-ethereum: upgrade to 1.8.22

PR:		235426
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:495094 
Thursday, 24 Jan 2019
14:47 joneum search for other commits by this committer
Update to 1.8.21

Changelog: https://github.com/ethereum/go-ethereum/releases/tag/v1.8.21

PR:		234999
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Sponsored by:	Netzkommune GmbH
Original commitRevision:491095 
Wednesday, 26 Dec 2018
22:25 swills search for other commits by this committer
net-p2p/go-ethereum: update to 1.8.20

PR:		233937
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:488472 
Friday, 23 Nov 2018
15:23 swills search for other commits by this committer
net-p2p/go-ethereum upgrade to 1.8.18

PR:		233241
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:485676 
Tuesday, 25 Sep 2018
21:35 0mp search for other commits by this committer
net-p2p/go-ethereum: Update to v1.8.16.

PR:		231707
Submitted by:	Enrique Fynn <me@enriquefynn.com>
Approved by:	krion (mentor)
Differential Revision:	https://reviews.freebsd.org/D17310
Original commitRevision:480697 
Wednesday, 22 Aug 2018
20:15 swills search for other commits by this committer
net-p2p/go-ethereum Upgrade to 1.8.14

PR:		230815
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:477821 
Friday, 6 Jul 2018
13:45 wen search for other commits by this committer
- Update to 1.8.12

PR:		229541
Submitted by:	me@enriquefynn.com(maintainer)
Original commitRevision:474012 
Wednesday, 30 May 2018
17:22 joneum search for other commits by this committer
net-p2p/go-ethereum: Update to 1.8.9

PR:		228590
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:471138 
Thursday, 26 Apr 2018
16:19 fernape search for other commits by this committer
Update net-p2p/go-ethereum to 1.8.5

PR:	227711
Reported by:	me@enriquefynn.com (maintainer)
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15188
Original commitRevision:468356 
Sunday, 22 Apr 2018
07:34 wen search for other commits by this committer
- Update to 1.8.4

PR:		227604
Submitted by:	me@enriquefynn.com(maintainer)
Original commitRevision:467916 
Wednesday, 28 Mar 2018
23:52 yuri search for other commits by this committer
net-p2p/go-ethereum: Update 1.8.2 -> 1.8.3

PR:		227025
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:465852 
Wednesday, 7 Mar 2018
21:52 yuri search for other commits by this committer
net-p2p/go-ethereum: Update to 1.8.2

Changelog:
https://github.com/ethereum/go-ethereum/releases/tag/v1.8.2

Also changed to DISTVERSION

PR:		226417
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463838 
Friday, 23 Feb 2018
17:04 jrm search for other commits by this committer
net-p2p/go-ethereum: Update to version 1.8.1

Upstream changes:
https://github.com/ethereum/go-ethereum/releases/tag/v1.8.1

PR:		226140
Submitted by:	Enrique Fynn <me@enriquefynn.com> (maintainer)
Original commitRevision:462707 
Thursday, 15 Feb 2018
21:04 zeising search for other commits by this committer
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)
Original commitRevision:461949 
Saturday, 2 Dec 2017
11:08 riggs search for other commits by this committer
Update to upstream version 1.7.3

PR:		224013
Submitted by:	me@enriquefynn.com (maintainer)
Original commitRevision:455345 
Sunday, 15 Oct 2017
21:05 ultima search for other commits by this committer
* Updated to 1.7.2
 - [High severity] Upgrade to 1.7.2 to fix a DOS vulnerability in the EVM.

PR:		223013
Submitted by:	Enrique Fynn (maintainer)
MFH:		2017Q4
Original commitRevision:452165 
Sunday, 8 Oct 2017
11:29 riggs search for other commits by this committer
Update to upstream version 1.7.1, build fix with /tmp mounted noexec

Details:
- Update to upstream version 1.7.1
- go puts temporary build artefacts into TMPDIR. This caused build issues
  when the port is built on a system where /tmp is mounted noexec.
  Now the port uses TMPDIR=WRKDIR
- Update maintainer's e-mail address to me@enriquefynn.com

PR:		221913
Submitted by:	peter@icebear.net, enriquefynn@gmail.com (maintainer)
MFH:		2017Q4
Original commitRevision:451519 
Thursday, 20 Jul 2017
10:14 bsam search for other commits by this committer
net-p2p/go-ethereum: Update 1.6.5 -> 1.6.7.
Based on [*].
The patch was regenerated (original patch had been based on non-current
port version). Size and checksum of new distro are the same as at the PR.

PR:		220700  [*]
Submitted by:	enriquefynn@gmail.com (maintainer)
Original commitRevision:446256 
Monday, 5 Jun 2017
12:54 amdmi3 search for other commits by this committer
- Upgrade to 1.6.5 [1]
- While here, add OPTIONS_FINE and use options helpers

PR:		219769 [1]
Submitted by:	enriquefynn@gmail.com (maintainer) [1]
Original commitRevision:442613 
Saturday, 3 Jun 2017
07:32 riggs search for other commits by this committer
Update to upstream version 1.6.2, simplify

Details:
- Update to upstream version 1.6.2
- Retire existing OPTIONs in favour of the new
  DEVTOOLS, which installs all developer tools

PR:		218689
Submitted by:	enriquefynn@gmail.com (maintainer)
Original commitRevision:442466 
Friday, 3 Feb 2017
06:21 krion search for other commits by this committer
Update net-p2p/go-ethereum to 1.5.8

PR:		https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216728
Submitted by:	enriquefynn@gmail.com
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9418
Original commitRevision:433195 
Saturday, 21 Jan 2017
13:13 rakuco search for other commits by this committer
Updates to version 1.5.7.

Version 1.5.6 contains a known regression in the RPC interface that can lead to
wrong ether balance responses.

PR:		216333
Submitted by:	Fyn <enriquefynn@gmail.com> (maintainer)
Original commitRevision:432032 
Friday, 13 Jan 2017
21:06 olivier search for other commits by this committer
Update to 1.5.6

PR:		216028
Submitted by:	enriquefynn@gmail.com (maintainer)
Original commitRevision:431425 
Sunday, 4 Dec 2016
17:55 riggs search for other commits by this committer
Update to upstream version 1.5.4

PR:		215046
Submitted by:	mnd999@gmail.com
Approved by:	enriquefynn@gmail.com (maintainer)
Differential Revision:	https://reviews.freebsd.org/D8711
Original commitRevision:427793 
Friday, 23 Sep 2016
18:28 jrm search for other commits by this committer
Upgrade to version 1.4.12

PR:		212917
Submitted by:	enriquefynn@gmail.com (maintainer)
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8014
Original commitRevision:422690 
Thursday, 4 Aug 2016
19:29 pawel search for other commits by this committer
- Update to version 1.4.10 [1]
- Move variables declarations before options block
- Use option helpers for install target

PR:		211560 [1]
Submitted by:	maintainer [1]
Original commitRevision:419654 
Saturday, 18 Jun 2016
22:17 rm search for other commits by this committer
net-p2p/go-ethereum: update to 1.4.7

- drop dependency upon libgmp

PR:		210318
Submitted by:	Fynn <enriquefynn@gmail.com> (maintainer)
Original commitRevision:417094 
Wednesday, 11 May 2016
15:51 arved search for other commits by this committer
Update to 1.4.3

PR:		209455
Submitted by:	maintainer
Original commitRevision:415012 
Saturday, 30 Apr 2016
18:37 pi search for other commits by this committer
New port: net-p2p/go-ethereum

Ethereum is a community-driven project aiming to decentralize the internet and
return it to its democratic roots. It is a platform for building and running
applications which do not need to rely on trust and cannot be controlled by
any central authority.

This is the Go implementation of Ethereum y/w paper

WWW: https://github.com/ethereum/go-ethereum

PR:		201954
Submitted by:	enriquefynn@gmail.com
Original commitRevision:414354 

Number of commits found: 54