Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12.2_9 09 Aug 2024 06:24:08 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
1.12.2_8 03 Jul 2024 08:29:54 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update |
1.12.2_7 15 Jun 2024 09:52:17 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.12.2_6 13 May 2024 17:56:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.12.2_5 15 Apr 2024 08:20:04 |
Ashish SHUKLA (ashish) |
all: Bump after lang/go121 update
MFH: 2024Q2 |
1.12.2_4 24 Mar 2024 14:29:00 |
Muhammad Moinur Rahman (bofh) |
lang/go: Change DEFAULT to 1.21
PR: 277776
Approved by: portmgr (exp-run) |
1.12.2_3 11 Feb 2024 10:39:17 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 276530 |
1.12.2_2 07 Dec 2023 02:22:10 |
Ashish SHUKLA (ashish) |
all: Bump PORTREVISION after lang/go* update
PR: 274405 |
1.12.2_1 08 Sep 2023 14:34:56 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go* update |
1.12.2 17 Aug 2023 08:26:59 |
Fernando Apesteguía (fernape) 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) |
1.12.0_1 04 Aug 2023 14:24:50 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
1.12.0 20 Jun 2023 09:22:39 |
Fernando Apesteguía (fernape) 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: (Only the first 15 lines of the commit message are shown above ) |
1.11.4_1 08 Apr 2023 15:13:25 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
1.11.4 14 Mar 2023 16:23:15 |
Fernando Apesteguía (fernape) 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) |
1.11.2_6 09 Mar 2023 19:18:07 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go ports update |
1.11.2_5 24 Feb 2023 16:41:26 |
Fernando Apesteguía (fernape) 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) |
1.11.1_4 19 Feb 2023 12:19:10 |
Dries Michiels (driesm) 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 |
1.10.26_4 15 Feb 2023 19:06:01 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{119,120} update |
1.10.26_3 09 Feb 2023 21:55:23 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after GO_DEFAULT update. |
1.10.26_2 14 Jan 2023 11:31:17 |
Dmitri Goutnik (dmgk) |
all: Bump PORTVERSION after lang/go{118,119} update |
1.10.26_1 11 Dec 2022 11:17:27 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
1.10.26 07 Nov 2022 18:05:32 |
Guangyuan Yang (ygy) Author: Enrique Fynn |
net-p2p/go-ethereum: Update to 1.10.26
PR: 267544 |
1.10.25_1 06 Oct 2022 19:24:26 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
1.10.25 23 Sep 2022 23:21:26 |
Guangyuan Yang (ygy) 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 |
1.10.23_1 08 Sep 2022 16:33:18 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{118,119} update |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.10.23 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.10.23 25 Aug 2022 16:32:26 |
Fernando Apesteguía (fernape) 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: |
1.10.22 22 Aug 2022 17:43:48 |
Neel Chauhan (nc) Author: Enrique Fynn |
net-p2p/go-ethereum: Update to 1.10.22
PR: 265991 |
1.10.21 18 Aug 2022 13:18:18 |
Dmitri Goutnik (dmgk) 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 |
1.10.16_4 03 Aug 2022 21:35:13 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after Go update
Bump Go ports PORTREVISION after GO_DEFAULT and lang/go118 update. |
1.10.16_3 14 Jul 2022 12:46:05 |
Dmitri Goutnik (dmgk) |
all: Bump PORTREVISION after lang/go{117,118} update |
1.10.16_2 07 Jun 2022 21:56:10 |
Dmitri Goutnik (dmgk) |
*/*: Bump port revisons after lang/go{117,118} update |
1.10.16_1 30 Mar 2022 07:01:44 |
Guangyuan Yang (ygy) |
*/*: Bump PORTREVISION after lang/go 1.18 update |
1.10.16 22 Feb 2022 05:32:43 |
Guangyuan Yang (ygy) 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 |
1.10.14 25 Dec 2021 00:29:10 |
Guangyuan Yang (ygy) 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 |
1.10.12 12 Nov 2021 12:41:13 |
Fernando Apesteguía (fernape) 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) |
1.10.7 23 Oct 2021 19:33:42 |
Stefan Eßer (se) |
net-p2p/go-ethereum: Add CPE information
Approved by: portmgr (blanket) |
1.10.7 25 Aug 2021 00:09:11 |
Nuno Teixeira (eduardo) 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 |
1.10.6 08 Aug 2021 12:26:03 |
Neel Chauhan (nc) Author: Enrique Fynn |
net-p2p/go-ethereum: Update to 1.10.6
PR: 257644 |
1.10.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.10.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.10.0 05 Mar 2021 18:56:05 |
nc |
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) |
1.9.25 10 Jan 2021 12:26:19 |
dmgk |
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) |
1.9.12 31 Mar 2020 06:22:53 |
tobik |
Clean up net-p2p/go-ethereum a little
Reported by: portscan (GH_TARGET) |
1.9.12 31 Mar 2020 00:35:36 |
yuri |
net-p2p/go-ethereum: Update 1.9.7 -> 1.9.12
PR: 245155
Submitted by: freebsd@vertalo.com
Approved by: me@enriquefynn.com (maintainer) |
1.9.7 08 Nov 2019 12:40:11 |
dmgk |
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) |
1.9.5 23 Sep 2019 14:50:23 |
swills |
net-p2p/go-ethereum: upgrade to 1.9.5
PR: 240772
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.9.3 13 Sep 2019 14:18:24 |
swills |
net-p2p/go-ethereum: upgrade to 1.9.3
PR: 240468
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.9.2 15 Aug 2019 22:26:59 |
kai |
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) |
1.9.0 22 Jul 2019 11:36:10 |
kai |
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] |
1.8.27 29 Jun 2019 03:51:14 |
tobik |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
1.8.27 03 Jun 2019 13:14:59 |
meta |
net-p2/go-ethereum: Update to 1.8.27
PR: 238166
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.24 10 Apr 2019 20:43:00 |
swills |
net-p2p/go-ethereum: upgrade to 1.8.24
PR: 237150
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.22 09 Mar 2019 02:50:33 |
swills |
net-p2p/go-ethereum: upgrade to 1.8.22
PR: 235426
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.21 24 Jan 2019 14:47:36 |
joneum |
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 |
1.8.20 26 Dec 2018 22:25:13 |
swills |
net-p2p/go-ethereum: update to 1.8.20
PR: 233937
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.18 23 Nov 2018 15:23:35 |
swills |
net-p2p/go-ethereum upgrade to 1.8.18
PR: 233241
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.16 25 Sep 2018 21:35:40 |
0mp |
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 |
1.8.14 22 Aug 2018 20:15:09 |
swills |
net-p2p/go-ethereum Upgrade to 1.8.14
PR: 230815
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.12 06 Jul 2018 13:45:22 |
wen |
- Update to 1.8.12
PR: 229541
Submitted by: me@enriquefynn.com(maintainer) |
1.8.9 30 May 2018 17:22:13 |
joneum |
net-p2p/go-ethereum: Update to 1.8.9
PR: 228590
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.5 26 Apr 2018 16:19:41 |
fernape |
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 |
1.8.4 22 Apr 2018 07:34:57 |
wen |
- Update to 1.8.4
PR: 227604
Submitted by: me@enriquefynn.com(maintainer) |
1.8.3 28 Mar 2018 23:52:24 |
yuri |
net-p2p/go-ethereum: Update 1.8.2 -> 1.8.3
PR: 227025
Submitted by: Enrique Fynn <me@enriquefynn.com> (maintainer) |
1.8.2 07 Mar 2018 21:52:06 |
yuri |
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) |
1.8.1 23 Feb 2018 17:04:05 |
jrm |
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) |
1.8.0 15 Feb 2018 21:04:19 |
zeising |
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) |
1.7.3 02 Dec 2017 11:08:42 |
riggs |
Update to upstream version 1.7.3
PR: 224013
Submitted by: me@enriquefynn.com (maintainer) |
1.7.2 15 Oct 2017 21:05:31 |
ultima |
* 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 |
1.7.1 08 Oct 2017 11:29:51 |
riggs |
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 |
1.6.7 20 Jul 2017 10:14:36 |
bsam |
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) |
1.6.5 05 Jun 2017 12:54:27 |
amdmi3 |
- 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] |
1.6.2 03 Jun 2017 07:32:45 |
riggs |
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) |
1.5.8_1 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
1.5.8 03 Feb 2017 06:21:42 |
krion |
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 |
1.5.7 21 Jan 2017 13:13:31 |
rakuco |
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) |
1.5.6 13 Jan 2017 21:06:23 |
olivier |
Update to 1.5.6
PR: 216028
Submitted by: enriquefynn@gmail.com (maintainer) |
1.5.4 04 Dec 2016 17:55:58 |
riggs |
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 |
1.4.12_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
1.4.12 23 Sep 2016 18:28:42 |
jrm |
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 |
1.4.10 04 Aug 2016 19:29:35 |
pawel |
- 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] |
1.4.7 18 Jun 2016 22:17:12 |
rm |
net-p2p/go-ethereum: update to 1.4.7
- drop dependency upon libgmp
PR: 210318
Submitted by: Fynn <enriquefynn@gmail.com> (maintainer) |
1.4.3 28 May 2016 14:15:02 |
gerald |
Replace USE_GCC=4.8+ by the more general USE_GCC=yes. |
1.4.3 11 May 2016 15:51:02 |
arved |
Update to 1.4.3
PR: 209455
Submitted by: maintainer |
1.3.6 30 Apr 2016 18:37:52 |
pi |
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 |