818 Commits
Author SHA1 Message Date
Alex Beregszaszi f77f2123f0 Merge pull request #2203 from JohnAllen/develop
Correct form-from typo in layout-of-source-files.rst
2017-05-02 09:38:37 +01:00
JohnAllen daa8db81c8 Correct form-from typo in layout-of-source-files.rst 2017-05-01 14:00:27 -07:00
FedericoCapello fabf15de9e Update units-and-global-variables.rst
Consistency of explanation.
2017-05-01 20:05:25 +02:00
AdrianClv 4658c4f28b Added Doxity in the Solidity Tools section 2017-04-29 17:22:01 +02:00
Paweł Bylica fc3f40febe Add warning about SAR in docs 2017-04-28 14:35:25 +01:00
chriseth 28f10f4783 Remove error label / invalid jump label. 2017-04-28 13:14:52 +02:00
Alex Beregszaszi cd29a0315d Update the gasEstimates in JSON I/O 2017-04-27 13:37:51 +01:00
Alex Beregszaszi 35f1cf92db Remove parentheses from around function return parameters 2017-04-27 10:08:02 +01:00
chriseth 2c1fb46bc3 Merge pull request #1711 from ethereum/asmfunctions
Assembly: Analysis stage for functions.
2017-04-26 17:47:48 +02:00
chriseth a46a059e3a Document storage variable access. 2017-04-26 11:58:36 +02:00
Alex Beregszaszi 8a5feb8c49 Explain that bytecode depends on metadata 2017-04-25 18:29:51 +01:00
Alex Beregszaszi 6c9dcaf7ac Mention the order of the ABI in metadata 2017-04-25 18:29:50 +01:00
chriseth 0b2a05c84d Merge pull request #2160 from 0mkara/patch-2
Update atom-ethereum-interface name change
2017-04-24 19:22:01 +02:00
Alex Beregszaszi 4a3fb96381 Enable standard json in the docs 2017-04-24 11:34:02 +01:00
Omkara cd5fc7a6d2 Update atom-ethereum-interface name change
atom-ethereum-interface is renamed to etheratom, virtual machine compatibility introduced and other updates
2017-04-23 09:03:12 +05:30
chriseth 1ac7056a1a Correct syntax and link to question. 2017-04-21 11:42:31 +02:00
Morgan 3fb0072105 Added link to example for ecrecover
This should be helpful for now until I can write up some documentation to include here
2017-04-21 01:39:14 -04:00
Alex Beregszaszi 6ae7a87b78 Rename ast to legacyAST in StandardCompiler 2017-04-20 19:38:00 +01:00
Alex Beregszaszi 8bf842050e Support --allow-paths in the CLI 2017-04-20 15:39:30 +01:00
chriseth 937397ed9c Merge pull request #2122 from nrchandan/patch-1
Update common-patterns.rst
2017-04-18 14:55:36 +02:00
chriseth 6ad7dcffce Merge pull request #2119 from ethereum/bugList
List of known bugs.
2017-04-18 13:48:53 +02:00
chriseth 82628a80cc Merge pull request #2125 from abrahamsangha/fix-typo-solidity-by-example
minor: fix formatting and grammar
2017-04-18 12:36:00 +02:00
chriseth d093f42eb6 Merge pull request #2127 from morgansliman/patch-1
Update contracts.rst
2017-04-18 12:34:36 +02:00
chriseth fd109bbe6f Update bugs.rst 2017-04-18 12:20:39 +02:00
chriseth 11d30ec04f Some changes after review. 2017-04-18 11:40:00 +02:00
Morgan fb58809c20 Update contracts.rst 2017-04-17 21:41:28 -04:00
Andy Milenius ab0a0ab05d Update index.rst 2017-04-14 19:01:57 -07:00
Abraham Sangha 98242f5409 minor: fix formatting and grammar 2017-04-14 19:05:53 -06:00
Chandan Kumar 66165ff753 Update common-patterns.rst 2017-04-14 09:27:14 +05:30
chriseth 10c32362ea Prefix all optimizer bug names by Optimizer. 2017-04-12 15:37:06 +02:00
chriseth feacfcfd20 Typo and more explanation. 2017-04-12 15:35:25 +02:00
chriseth a7e605a7a1 Create and update bugs by version list. 2017-04-12 15:20:07 +02:00
chriseth 291ece2bdb List of known bugs. 2017-04-12 12:23:34 +02:00
Alex Beregszaszi 92fd66e4b4 Document formattedMessage 2017-04-07 15:37:11 +01:00
Alex Beregszaszi c22ba03417 Support selecting group of outputs 2017-04-07 15:34:38 +01:00
Alex Beregszaszi fea26bc4ba Rename legacyAssemblyJSON to legacyAssembly 2017-04-07 15:33:13 +01:00
Alex Beregszaszi b62a6949b5 Move the IR out of the EVM block in JSON IO 2017-04-07 15:32:59 +01:00
Alex Beregszaszi 594f207606 The metadata output is serialised 2017-04-07 15:32:58 +01:00
Alex Beregszaszi b7368ce067 Fix input selector for evm 2017-04-07 15:32:55 +01:00
Alex Beregszaszi ded7258b01 Swap key/value of methodIdentifiers 2017-03-30 11:12:14 +01:00
Alex Beregszaszi f6828fc7c3 Reorder for readiability 2017-03-29 22:23:35 +01:00
Alex Beregszaszi 917175eedc Move opcodes into bytecode/deployedBytecode 2017-03-29 22:21:33 +01:00
Matt Searle 3d30294482 Fix typo in documentation
Spelling mistake
2017-03-28 21:18:35 +13:00
Matt Searle ca3ceb4de2 Fix typo 2017-03-27 17:19:08 +13:00
Abraham Sangha 602ad1e605 small fixes 2017-03-22 12:57:42 -06:00
Alex Beregszaszi d5102c1db7 Disallow constructor in interfaces 2017-03-17 17:06:52 +00:00
Alex Beregszaszi 2c4bce2d62 Disallow enums in interfaces 2017-03-17 17:06:52 +00:00
Alex Beregszaszi 3f1468142b Document interfaces 2017-03-17 17:06:51 +00:00
chriseth 58334cf4ac Merge pull request #1787 from ethereum/docs-gasvalue
Document the .value() and .gas() modifiers
2017-03-16 15:52:10 +01:00
Alex Beregszaszi e7e22c703c Merge pull request #1785 from ethereum/docs-address
Document all address methods in the global variables section
2017-03-16 12:46:26 +00:00