diff options
author | chriseth <chris@ethereum.org> | 2017-04-18 18:20:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-18 18:20:39 +0800 |
commit | fd109bbe6fdfa89a057059bd452bd2b6edc1bd2e (patch) | |
tree | 2587d21c04002908f1da7c85e34c8f3af8134556 | |
parent | 11d30ec04fcc7d017fe3c419c6ad64f657a17e96 (diff) | |
download | dexon-solidity-fd109bbe6fdfa89a057059bd452bd2b6edc1bd2e.tar.gz dexon-solidity-fd109bbe6fdfa89a057059bd452bd2b6edc1bd2e.tar.zst dexon-solidity-fd109bbe6fdfa89a057059bd452bd2b6edc1bd2e.zip |
Update bugs.rst
-rw-r--r-- | docs/bugs.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/bugs.rst b/docs/bugs.rst index 8c6f58b1..55771a35 100644 --- a/docs/bugs.rst +++ b/docs/bugs.rst @@ -20,7 +20,8 @@ Contract source verification tools and also other tools interacting with contracts should consult this list according to the following criteria: - It is mildly suspicious if a contract was compiled with a nightly - compiler version instead of a released version + compiler version instead of a released version. This list does not keep + track of unreleased or nightly versions. - It is also mildly suspicious if a contract was compiled with a version that was not the most recent at the time the contract was created. For contracts created from other contracts, you have to follow the creation chain |