Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #292 from bobsummerwill/master
Browse files Browse the repository at this point in the history
Update all the client links, to include the hard fork releases.
  • Loading branch information
bobsummerwill committed Jul 19, 2016
2 parents 3f162df + 1f84e59 commit e2881c5
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions source/ethereum-clients/choosing-a-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,38 +28,38 @@ it hasn't always been that way, and won't necessarily be that way in the
future. All of the clients except ethereumH have Homestead-compatible
releases. The table below contains links to the latest release.

+------------------------+------------+------------------------+------------------------------------+
| Client | Language | Developers | Latest release |
+========================+============+========================+====================================+
| :ref:`go-ethereum` | Go | `Ethereum Foundation`_ | `go-ethereum-v1.4.9`_ |
+------------------------+------------+------------------------+------------------------------------+
| :ref:`Parity` | Rust | `Ethcore`_ | `Parity-v1.2.1`_ |
+------------------------+------------+------------------------+------------------------------------+
| :ref:`cpp-ethereum` | C++ | `Ethereum Foundation`_ | `cpp-ethereum-v1.2.9`_ |
+------------------------+------------+------------------------+------------------------------------+
| :ref:`pyethapp` | Python | `Ethereum Foundation`_ | `pyethapp-v1.2.3`_ |
+------------------------+------------+------------------------+------------------------------------+
| :ref:`ethereumjs-lib` | Javascript | `Ethereum Foundation`_ | `ethereumjs-lib-v3.0.0`_ |
+------------------------+------------+------------------------+------------------------------------+
| :ref:`Ethereum\(J\)` | Java | `\<ether.camp\>`_ | `ethereumJ-v1.3.0-RC3-daoRescue2`_ |
+------------------------+------------+------------------------+------------------------------------+
| :ref:`ruby-ethereum` | Ruby | `Jan Xie`_ | `ruby-ethereum-v0.9.3`_ |
+------------------------+------------+------------------------+------------------------------------+
| :ref:`ethereumH` | Haskell | `BlockApps`_ | no Homestead release yet |
+------------------------+------------+------------------------+------------------------------------+
+------------------------+------------+------------------------+-------------------------------------+
| Client | Language | Developers | Latest release |
+========================+============+========================+=====================================+
| :ref:`go-ethereum` | Go | `Ethereum Foundation`_ | `go-ethereum-v1.4.10`_ |
+------------------------+------------+------------------------+-------------------------------------+
| :ref:`Parity` | Rust | `Ethcore`_ | `Parity-v1.2.2`_ |
+------------------------+------------+------------------------+-------------------------------------+
| :ref:`cpp-ethereum` | C++ | `Ethereum Foundation`_ | `cpp-ethereum-v1.2.9`_ |
+------------------------+------------+------------------------+-------------------------------------+
| :ref:`pyethapp` | Python | `Ethereum Foundation`_ | `pyethapp-v1.3.2`_ |
+------------------------+------------+------------------------+-------------------------------------+
| :ref:`ethereumjs-lib` | Javascript | `Ethereum Foundation`_ | `ethereumjs-lib-v3.0.0`_ |
+------------------------+------------+------------------------+-------------------------------------+
| :ref:`Ethereum\(J\)` | Java | `\<ether.camp\>`_ | `ethereumJ-v1.3.0-RC5-DaoHardFork`_ |
+------------------------+------------+------------------------+-------------------------------------+
| :ref:`ruby-ethereum` | Ruby | `Jan Xie`_ | `ruby-ethereum-v0.9.3`_ |
+------------------------+------------+------------------------+-------------------------------------+
| :ref:`ethereumH` | Haskell | `BlockApps`_ | no Homestead release yet |
+------------------------+------------+------------------------+-------------------------------------+

.. _Ethereum Foundation: https://ethereum.org/foundation
.. _\<ether.camp\>: http://www.ether.camp
.. _BlockApps: http://www.blockapps.net/
.. _Ethcore: https://ethcore.io/
.. _Jan Xie: https://github.com/janx/

.. _go-ethereum-v1.4.9: https://github.com/ethereum/go-ethereum/releases/tag/v1.4.9
.. _go-ethereum-v1.4.10: https://github.com/ethereum/go-ethereum/releases/tag/v1.4.10
.. _cpp-ethereum-v1.2.9: https://github.com/ethereum/webthree-umbrella/releases/tag/v1.2.9
.. _ethereumjs-lib-v3.0.0: https://github.com/ethereumjs/ethereumjs-lib/releases/tag/v3.0.0
.. _ethereumJ-v1.3.0-RC3-daoRescue2: https://github.com/ethereum/ethereumj/releases/tag/1.3.0-RC3-daoRescue2
.. _Parity-v1.2.1: https://github.com/ethcore/parity/releases/tag/v1.2.1
.. _pyethapp-v1.2.3: https://github.com/ethereum/pyethapp/releases/tag/v1.2.3
.. _ethereumJ-v1.3.0-RC5-DaoHardFork: https://github.com/ethereum/ethereumj/releases/tag/1.3.0-RC5-DaoHardFork
.. _Parity-v1.2.2: https://github.com/ethcore/parity/releases/tag/v1.2.2
.. _pyethapp-v1.3.2: https://github.com/ethereum/pyethapp/releases/tag/v1.3.2
.. _ruby-ethereum-v0.9.3: https://rubygems.org/gems/ruby-ethereum/versions/0.9.3

********************************************************************************
Expand Down

0 comments on commit e2881c5

Please sign in to comment.