chriseth
430685d831
Update contracts.
2019-12-12 12:52:18 +01:00
Chris Ward
131e23100c
Mention that there is no Cron in Ethereum
2019-01-16 17:39:29 +02:00
Chris Ward
18cceba81f
Split functions docs
2019-01-14 16:34:35 +01:00
chriseth
8da3aa14de
Merge pull request #5744 from ethereum/docs-split-func-mod
...
[DOCS] Split Function modifiers doc into smaller file
2019-01-08 00:07:17 +01:00
chriseth
28c25efc80
Merge pull request #5756 from ethereum/docs-split-libraries
...
[DOCS] Split libraries into new doc
2019-01-08 00:06:06 +01:00
chriseth
44de865da1
Merge pull request #5753 from ethereum/docs-split-interfaces
...
[DOCS] Split interfaces into new file
2019-01-08 00:05:24 +01:00
chriseth
cfa1198892
Merge pull request #5755 from ethereum/docs-split-using-for
...
[DOCS] Split using for into new file
2019-01-08 00:05:00 +01:00
Chris Ward
cc99d63665
Split interfaces into new file
2019-01-08 00:02:32 +01:00
chriseth
cb4e5936fd
Merge pull request #5749 from ethereum/docs-split-abstract
...
[DOCS] Split Abstract Contracts docs to new file
2019-01-08 00:00:24 +01:00
chriseth
139dd9fb24
Merge pull request #5748 from ethereum/docs-split-inheritance
...
[DOCS] Split inheritance into new doc
2019-01-07 23:59:14 +01:00
Chris Ward
5ca509a4ea
Split inheritance into new doc
2019-01-07 23:57:08 +01:00
Chris Ward
da1d70e939
Split events docs into file
2019-01-07 23:53:44 +01:00
Chris Ward
f69af050cb
Split Abstract Contracts docs to new file
2019-01-07 18:20:57 +01:00
Chris Ward
13cd96136a
Split libraries into new doc
2019-01-07 18:13:32 +01:00
Chris Ward
c9b2e5da8f
Split Function modifiers doc into smaller file
2019-01-07 18:11:23 +01:00
Chris Ward
ee5eac4b3e
Split using for into new file
2019-01-07 18:08:00 +01:00
chriseth
a2926cd9dc
Merge pull request #5742 from ethereum/docs-split-vis-and-get
...
[DOCS] Split Visibility and Getters section
2019-01-07 18:04:54 +01:00
Chris Ward
26d47c7213
Split creating contracts
2019-01-07 17:48:24 +01:00
chriseth
d9910f2a12
Merge pull request #5732 from ethereum/pragma-update
...
[DOCS] Update non-existent pragma 0.4.99 to 0.5.0
2019-01-07 15:12:22 +01:00
Chris Ward
cefc6c433e
Update non-existant pragma 0.4.99 to 0.5.0
...
Use correct syntax for pragma
Change pragma syntax
One more change to pragma syntax
2019-01-07 14:20:10 +01:00
Chris Ward
1da2c1f7e4
Split Constant State Variables doc
2019-01-07 14:14:26 +01:00
Chris Ward
ae107bde3c
Split Visibility and Getters doc
2019-01-07 11:58:11 +01:00
spmvg
cc400dbeca
fix typo in docs
2018-12-30 22:23:20 +01:00
Zacharius
af3e6db038
changed interface code example to illustrate working solidity version
2018-12-19 12:22:49 +01:00
Chris Ward
32c3f6c817
Add link between functions in contract structure and more details
...
Fix missing label
2018-12-03 09:06:19 +01:00
chriseth
2867c2b4dd
Clarify "copying bytecode" in inheritance.
2018-11-29 13:33:10 +01:00
chriseth
5e55cb1729
Merge pull request #5277 from ethereum/docs-5175-require-revert
...
DOCS: Add mention that pure functions can require and revert
2018-11-26 20:10:12 +01:00
Chris Ward
ae542176e3
Add that pure functions can use revert and require
2018-11-26 20:07:22 +01:00
Chris Ward
12daec3535
Move function related content to contracts doc
2018-11-26 19:46:31 +01:00
ritzdorf
8258712771
keccak256 does not call an external contract
...
``keccak256`` will be compiled to the ``SHA3`` opcode and not call an external contract.
2018-11-13 15:54:13 +01:00
Chris Ward
144909dfb8
Clarify creating a contract example as reported in #2661
2018-11-12 15:07:57 +01:00
chriseth
62fb0e29c9
Merge pull request #5163 from ethereum/docDeployment
...
Explain deployment.
2018-10-10 15:40:37 +02:00
Erik Kundt
8a15058a21
Adds more specific explanation of library view functions calls.
2018-10-10 15:10:25 +02:00
Erik Kundt
4beabf6686
Documents library view functions and adds unit test.
2018-10-10 12:28:24 +02:00
chriseth
08cf304159
Explain deployment.
2018-10-09 14:14:41 +02:00
chriseth
6706f3eb96
Remove non-ascii quotes.
2018-10-05 14:46:02 +02:00
Chris Ward
973d91ec89
Update docs on event data and logs
...
Updates from comments
Clarify code comments and add an event output example
Clarification from review
Updated with information from @gumb0
Add clarifier
Updates from review
Remove link
Update example code
2018-10-05 11:25:48 +02:00
chriseth
24d1507537
Remove duplicate statement about pure enforcement.
2018-10-01 15:46:49 +02:00
Chris Ward
fb7380a92d
Fix issues introduced from PR #5043
2018-09-30 17:00:50 +03:00
Alex Beregszaszi
e3e9ce53d7
Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. 0.5.x only)
2018-09-25 19:04:34 +01:00
Alex Beregszaszi
3ca00c73f9
Update version pragma in all documentation examples
2018-09-25 19:03:25 +01:00
chriseth
5cbff19d26
Review comments [to be squashed]
2018-09-24 14:13:25 +02:00
chriseth
535af42405
[DOCS] Update contracts section.
2018-09-24 14:08:44 +02:00
chriseth
a32fb75f8f
Some cleanup in structure section.
2018-09-17 15:25:25 +02:00
Daniel Kirchner
12aaca1645
Add payable and non-payable state mutability to AddressType.
2018-09-13 15:15:49 +02:00
Daniel Kirchner
cf69433f23
Update documentation.
2018-09-04 13:31:10 +02:00
chriseth
2ed793c4d3
Merge pull request #4496 from ethereum/faq-reorg-contracts
...
Move contract related FAQ points
2018-08-15 15:54:37 +02:00
Chris Ward
5ba2fddb54
Move contract related FAQ points
...
Updates from feedback
Changes from feedback
Further changes from review
Changes from review
Changes from review
Changes from review
2018-08-15 15:40:35 +02:00
chriseth
2946b7cdc5
Merge pull request #4815 from gftea/develop
...
multiple inheritance in solidity search from right-to-left, different from python
2018-08-15 10:41:53 +02:00
Simon Chen
dd960c3d4f
clarify multiple inheritance in solidity and its differences against to python
2018-08-15 09:45:18 +02:00