Chris Ward
b75859ff15
Begin overhaul of documentation index
2018-11-28 15:40:21 +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
Chris Ward
2d5516b28d
Review contributing docs for language and ease
2018-11-26 18:40:38 +01:00
chriseth
f1cebed998
Merge pull request #5287 from ethereum/docs-update-input-parameters
...
DOCS: Merge FAQ into docs on multi-dimensional arrays
2018-11-26 15:19:55 +01:00
chriseth
7cc6738df3
Merge pull request #5438 from ethereum/docs-faq-types-undefined
...
DOCS: Move undefined FAQ item
2018-11-26 14:51:38 +01:00
William Entriken
b98a9eeb97
Define how inheritance affects storage
2018-11-26 14:44:18 +01:00
David Lozano Jarque
95206f26c8
Update types.rst
...
RST note with incorrect syntax
2018-11-26 11:39:33 +01:00
Chris Ward
58181e8df9
Move FAQ point to input and output parameters and polish surrounding text
...
Update docs/control-structures.rst
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
Remove line with no further details.
Fix tabs
Remove FAQ item
2018-11-26 11:04:36 +01:00
David Lozano Jarque
06ae228621
Update installing-solidity.rst
...
Homebrow -> homebrew
2018-11-25 19:19:05 +01:00
David Lozano Jarque
08579818c3
Update introduction-to-smart-contracts.rst
...
Fix typo
2018-11-25 17:39:02 +01:00
Erik Kundt
f57ef36c0e
Update docs/types.rst
...
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
2018-11-23 17:16:18 +01:00
Chris Ward
9c1bdb74b9
Add default value details
2018-11-23 10:16:30 +01:00
chriseth
bc5d152e86
Update docs/types.rst
...
Co-Authored-By: ChrisChinchilla <chriswhward@gmail.com>
2018-11-23 09:54:27 +01:00
Javier Tarazaga
90b244d102
Added Superblocks Lab IDE to the generic section
2018-11-22 00:10:29 +00:00
chriseth
3a15f88683
Merge pull request #5434 from fulldecent/patch-8
...
Qualify that storage slots are shared for contiguous data
2018-11-22 00:36:34 +01:00
chriseth
2bf5e6fa9c
Merge pull request #5439 from ethereum/docs-faq-types-array-length
...
DOCS: Remove length related FAQ item
2018-11-21 19:26:07 +01:00
Chris Ward
9b657134ef
Remove length related FAQ item
2018-11-15 12:11:25 +01:00
Chris Ward
f1d02432a6
Move undefined FAQ item
2018-11-15 12:02:38 +01:00
Chris Ward
5f4eb96341
Remove Struct copy FAQ item
2018-11-15 11:55:57 +01:00
Alex Beregszaszi
9db76403bb
Merge pull request #5430 from kn1g/patch-1
...
Consistent use of address()
2018-11-15 10:10:08 +00:00
Yet another codejunkie
caf44302e5
Fixed consistent use of nameReg
...
Fixed consistent use of `nameReg` instead of `namReg`
2018-11-15 10:10:28 +01:00
William Entriken
bddbdebd91
Qualify that storage slots are shared for contiguous data
2018-11-14 22:39:12 -05:00
Alex Beregszaszi
d66052554c
Fix indentation in documentation
2018-11-14 21:01:53 +00:00
Yet another codejunkie
b6e2e4ad6b
Consistent use of address()
...
First example is with address() and the following examples without. I suggest a consistent use here.
2018-11-14 18:31:22 +01:00
chriseth
5783ebb93d
Small changes to yul object specification.
2018-11-14 18:17:43 +01:00
Chris Ward
121d733b34
Begin review of micropayments example
...
Language tidy, add correct method and package namespaces and make more consistent with each project docs
First changes from review
Further fixes after review
Fix line breaks
Revert code changes
Update
2018-11-14 17:14:19 +01:00
Chris Ward
eef6697355
Change terminology used for input output parameters
...
Change from review
Changes from review
Changes fro review
Changes from review
2018-11-14 14:46:37 +01:00
Chris Ward
fa1cb346ae
Update syntax used for input and output parameters
2018-11-14 14:20:49 +01:00
chriseth
17e81c6eca
Merge pull request #5410 from ethereum/lll-build
...
Do not build LLL unless requested via the LLL cmake option
2018-11-14 11:11:41 +01:00
chriseth
79243eac08
Rename some builtin yul functions for signed types.
2018-11-14 00:58:58 +01:00
Alex Beregszaszi
b4fcce0bde
Do not build LLL unless requested via the LLL cmake option
2018-11-13 23:51:17 +00:00
chriseth
91b6b8a88e
Merge pull request #5413 from ethereum/updateChangelogForRelease
...
Add release date to changelog.
2018-11-13 17:51:21 +01:00
chriseth
dd03d80173
Add release date to changelog.
2018-11-13 16:24:17 +01:00
chriseth
289965e6a8
Merge pull request #5412 from ritzdorf/patch-2
...
keccak256 does not call an external contract
2018-11-13 16:21:12 +01:00
Alex Beregszaszi
4c98a6a2a3
Add LLL chapter in the documentation
2018-11-13 15:14:10 +00: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
chriseth
a7b3ec0e42
Fix style.
2018-11-12 22:57:32 +01:00
Chris Ward
144909dfb8
Clarify creating a contract example as reported in #2661
2018-11-12 15:07:57 +01:00
Chris Ward
6319a3fd06
Move control structure related FAQ points
...
Updates from reviews
clarify returning structs, and move returning arrays and strings from separate section
Further clarifications
Updates from review
Final updates
2018-11-12 14:34:09 +01:00
chriseth
d68dfd2c20
Merge pull request #4860 from ethereum/docs-2175-index-missing
...
Add mention of common subexpression elimination
2018-11-12 14:18:28 +01:00
Chris Ward
4370425823
Clarify term and tidy text
...
Use UK spelling in heading
Remove colon
2018-11-12 14:17:09 +01:00
chriseth
0b94ac5b04
Add note about changing the storage layout.
2018-11-12 12:59:26 +01:00
chriseth
af65bac737
Remove trailing whitespace.
2018-11-12 09:15:22 +01:00
chriseth
e906b36604
Merge pull request #5352 from ethereum/docContractConversions
...
[DOCS] Document disallowed explicit conversions between unrelated contract types.
2018-11-08 11:38:07 +01:00
chriseth
d3e111d493
Merge pull request #5353 from ethereum/docInteroperability
...
[DOCS] Document interoperability between 0.5.0 and pre-0.5.0 contracts.
2018-11-08 11:36:44 +01:00
Daniel Kirchner
c38591858d
Document interoperability between 0.5.0 and pre-0.5.0 contracts.
2018-11-07 16:55:06 +01:00
Daniel Kirchner
8b2f8b1ea2
Document disallowed explicit conversions between unrelated contract types.
2018-11-07 16:44:35 +01:00
chriseth
5df83346f3
Integers cannot be implicitly converted to address
2018-11-06 09:11:02 +01:00