aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-06-25 18:40:52 +0800
committerchriseth <chris@ethereum.org>2018-07-18 16:20:08 +0800
commitf351eb1b3c0d49ed899ccf116d1d3e2154ed41a5 (patch)
tree4ee53059984bd4d39680360917d3bed43e500c42 /docs
parent1d33f41c1ab96746b97b97f79732ec23759fb8f0 (diff)
downloaddexon-solidity-f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5.tar
dexon-solidity-f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5.tar.gz
dexon-solidity-f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5.tar.bz2
dexon-solidity-f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5.tar.lz
dexon-solidity-f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5.tar.xz
dexon-solidity-f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5.tar.zst
dexon-solidity-f351eb1b3c0d49ed899ccf116d1d3e2154ed41a5.zip
Document the required cpp-ethereum commit hash
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index ddc02883..afcab9db 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -93,6 +93,12 @@ Alternatively, there is a testing script at ``scripts/test.sh`` which executes a
Travis CI even runs some additional tests (including ``solc-js`` and testing third party Solidity frameworks) that require compiling the Emscripten target.
+.. note ::
+
+ While any version of ``cpp-ethereum`` should be usable, this cannot be guaranteed, and it is suggested to use the same version that is used by the Solidity continuous integration tests.
+ To find the current commit hash of `cpp-ethereum`` being used have a look at the ``scripts/tests.sh``, which downloads pre-built ``cpp-ethereum`` binaries and should have a comment like
+ ``built from d661ac4fec0aeffbedcdc195f67f5ded0c798278 at 2018-06-20``.
+
Writing and running syntax tests
--------------------------------