solidity/docs
Robbie Ferguson 49567b3f4c Update Delegatecall Description in Docs
The previous description did not include the fact that the storage locations of the two contracts must align up until the storage variable(s) affected in order for the called contract to successfully write to the caller's storage. If they are misaligned, delegatecall will silently fail. This is difficult to debug without underlying knowledge of how delegatecall works, and clarity in the docs would certainly be helpful.
2018-04-06 16:38:59 +02:00
..
utils Add exponential notation to numbers in SolidityLexer 2017-11-23 12:13:00 +00:00
abi-spec.rst Set default fixed point decimal places to 18 2018-03-31 00:56:36 +01:00
assembly.rst Create empty dynamic memory arrays more efficiently. 2018-04-04 12:37:04 +02:00
bugs_by_version.json Update changelog for release. 2018-03-07 18:15:25 +01:00
bugs.json Bug list entry. 2017-10-18 00:19:36 +02:00
bugs.rst Bug list entry. 2017-10-18 00:19:36 +02:00
common-patterns.rst Fix: Missing payable at function forceOwnerChange 2018-03-19 16:38:20 -03:00
conf.py Take documentation version numbers from CMake 2017-02-06 16:00:29 +00:00
contracts.rst hash256 -> bytes32 fix in misleading note 2018-04-04 09:02:58 +03:00
contributing.rst Document use of AFL. 2018-04-05 14:39:55 +02:00
control-structures.rst Variable assignment wording change 2018-04-05 17:12:48 +09:00
frequently-asked-questions.rst Random documentation updates (assembly, faq) 2018-02-26 20:19:26 +01:00
grammar.txt Disallow empty structs 2018-03-27 15:49:41 +01:00
index.rst Merge pull request #3702 from solidity-korea/develop 2018-03-12 15:07:46 +01:00
installing-solidity.rst Remove brew linkapps from the installation instructions 2018-03-31 01:11:56 +01:00
introduction-to-smart-contracts.rst Clarify code state of contracts under construction. 2018-04-04 15:07:29 +02:00
julia.rst Fix builtin function formatting in julia 2018-02-27 11:16:12 +01:00
layout-of-source-files.rst Enable more examples in the documentation for testing 2017-07-19 00:05:05 +01:00
logo.svg Import logo from browser-solidity#16e74469 2017-06-05 11:20:35 +01:00
make.bat Imported documentation. 2015-12-07 22:35:51 +01:00
Makefile Imported documentation. 2015-12-07 22:35:51 +01:00
metadata.rst link to wiki for additional info on napspec 2017-12-01 14:00:44 -05:00
miscellaneous.rst Create empty dynamic memory arrays more efficiently. 2018-04-04 12:37:04 +02:00
security-considerations.rst Fix Solidity warnings 2017-12-12 18:47:30 +00:00
solidity-by-example.rst Use 0.4.21 pragma for documentation that uses "emit". 2018-03-02 12:29:48 +01:00
solidity-in-depth.rst Assembly definition. 2017-01-03 14:13:49 +01:00
structure-of-a-contract.rst Use 0.4.21 pragma for documentation that uses "emit". 2018-03-02 12:29:48 +01:00
style-guide.rst Fix small formatting issue 2018-03-30 15:28:15 -04:00
types.rst Set default fixed point decimal places to 18 2018-03-31 00:56:36 +01:00
units-and-global-variables.rst Update Delegatecall Description in Docs 2018-04-06 16:38:59 +02:00
using-the-compiler.rst Explain json-io setting. 2018-03-01 17:19:35 +01:00