aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJordan Last <jordan.michael.last@gmail.com>2018-09-14 04:29:12 +0800
committerJordan Last <jordan.michael.last@gmail.com>2018-09-14 05:53:06 +0800
commitd0497aacc06524749c20f169dc59d2123f410581 (patch)
tree049e546794c62895b92da4bf1b607bc5310915bb /docs
parente7daed68c1977683546ac3e72d4f84ff538f6711 (diff)
downloaddexon-solidity-d0497aacc06524749c20f169dc59d2123f410581.tar
dexon-solidity-d0497aacc06524749c20f169dc59d2123f410581.tar.gz
dexon-solidity-d0497aacc06524749c20f169dc59d2123f410581.tar.bz2
dexon-solidity-d0497aacc06524749c20f169dc59d2123f410581.tar.lz
dexon-solidity-d0497aacc06524749c20f169dc59d2123f410581.tar.xz
dexon-solidity-d0497aacc06524749c20f169dc59d2123f410581.tar.zst
dexon-solidity-d0497aacc06524749c20f169dc59d2123f410581.zip
fixing rebase conflicts
add ElementaryTypes::BytesMemory and ElementaryTypes::StringMemory fix rebase conflicts fixing rebase conflicts use make_shared instead of new fix tabs and StateMutability parameter create address and addressType functions, fix spaces in comment fix typo and switch nonpayable to payable fix spaces fix comment again
Diffstat (limited to 'docs')
-rw-r--r--docs/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 8a83ca55..6fe96be4 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -92,7 +92,7 @@ To run a subset of tests, filters can be used:
``soltest -t TestSuite/TestName -- --ipcpath /tmp/testeth/geth.ipc --testpath ./test``,
where ``TestName`` can be a wildcard ``*``.
-Alternatively, there is a testing script at ``scripts/test.sh`` which executes all tests and runs
+Alternatively, there is a testing script at ``scripts/tests.sh`` which executes all tests and runs
``cpp-ethereum`` automatically if it is in the path (but does not download it).
Travis CI even runs some additional tests (including ``solc-js`` and testing third party Solidity frameworks) that require compiling the Emscripten target.