Alex Beregszaszi
|
7f726de1cb
|
Document assert()
|
2017-02-10 13:29:17 +00:00 |
|
chriseth
|
4fccb5fdac
|
Document input description and metadata output.
|
2017-02-08 21:53:07 +00:00 |
|
Alex Beregszaszi
|
9f9807f95d
|
Remove obsolete esoteric features section
|
2017-02-03 01:52:18 +00:00 |
|
Alex Beregszaszi
|
ace583d0a1
|
Rename accessor to getter
|
2017-02-03 00:17:21 +00:00 |
|
Federico Bond
|
6955b8f7b9
|
Remove wrong syntax highlighting in docs
|
2016-12-28 17:32:10 -03:00 |
|
chriseth
|
56a027bedc
|
Use multiple URLs for metadata.
|
2016-12-13 16:37:48 +01:00 |
|
chriseth
|
84443eb560
|
Merge pull request #1351 from ethereum/truncate_bit
Truncate a boolean from calldata into one bit
|
2016-12-08 16:15:35 +01:00 |
|
Yoichi Hirai
|
43b56a61aa
|
parsing: default and null are reserved keywords
|
2016-12-02 11:52:11 +01:00 |
|
Alex Beregszaszi
|
ea7a6520b2
|
Fix documentation errors
Subheadings must use consistent format across a file.
The metadata with comments cannot be parsed as JSON.
|
2016-12-01 16:03:59 +01:00 |
|
Alex Beregszaszi
|
35325ee7c3
|
Update metadata documentation
|
2016-12-01 16:03:59 +01:00 |
|
chriseth
|
6a7ff039df
|
Use CBOR encoding.
|
2016-12-01 16:03:59 +01:00 |
|
chriseth
|
1316c0c872
|
Fix documentation error.
|
2016-12-01 16:03:59 +01:00 |
|
chriseth
|
91ecc4533d
|
Add swarm hash to the end of the bytecode.
|
2016-12-01 16:03:59 +01:00 |
|
chriseth
|
9b46752cc2
|
Documentation.
|
2016-12-01 16:03:59 +01:00 |
|
Alex Beregszaszi
|
e7760417e8
|
docs: rename overflow to variable cleanup
|
2016-12-01 12:14:21 +00:00 |
|
Alex Beregszaszi
|
868a8a8fa0
|
docs: update overflow cleanup wording
|
2016-11-30 17:42:45 +01:00 |
|
Yoichi Hirai
|
5d7a1fda39
|
docs: remove the word overflow when we are talking about invalid values
|
2016-11-30 17:42:16 +01:00 |
|
Yoichi Hirai
|
547deec4be
|
codegen: clean any data from the input
|
2016-11-30 17:42:03 +01:00 |
|
Yoichi Hirai
|
7959ee49be
|
docs: describe when and how overflown values are cleaned
|
2016-11-30 17:41:58 +01:00 |
|
Alex Beregszaszi
|
2962426d53
|
Include the grammar verbatim in the documentation
|
2016-11-30 12:20:13 +00:00 |
|
Yoichi Hirai
|
452dbef3dc
|
docs: add a section about calldata layout
Part of #1390
|
2016-11-23 13:55:37 +01:00 |
|
Alex Beregszaszi
|
76c856397a
|
Minor documentation fixes
|
2016-10-19 14:02:50 +01:00 |
|
chriseth
|
0635b6e008
|
Merge pull request #1195 from ethereum/memory-doc
Document memory layout
|
2016-10-14 11:13:36 +02:00 |
|
Alex Beregszaszi
|
66c6c74699
|
Explain how scratch space affects the free memory pointer
|
2016-10-12 09:15:06 +01:00 |
|
Alex Beregszaszi
|
3d12c2ddc7
|
Merge the two EVM memory introduction sections
|
2016-10-12 09:15:06 +01:00 |
|
Alex Beregszaszi
|
3f70e4879f
|
Add link to grammar.txt in the documentation
|
2016-10-11 13:46:14 +01:00 |
|
Alex Beregszaszi
|
f0524ed45a
|
Document memory layout
|
2016-10-11 13:20:58 +01:00 |
|
Alex Beregszaszi
|
70201e9273
|
Document the reserved keywords
|
2016-10-06 22:37:57 +01:00 |
|
Alex Beregszaszi
|
111d33d7ac
|
Rename sha3 to keccak256 in the documentation
|
2016-10-06 16:34:41 +02:00 |
|
chriseth
|
4f5a95d569
|
Update documentation to version 0.4.0.
|
2016-09-06 19:11:41 +02:00 |
|
Denton Liu
|
d905f0e85b
|
Write about struct members as well
|
2016-08-26 13:28:44 -04:00 |
|
Denton Liu
|
2d834f723a
|
Write about multiple reads and writes
|
2016-08-26 13:25:57 -04:00 |
|
Denton Liu
|
89489da4cc
|
Fix typo
|
2016-08-26 13:25:22 -04:00 |
|
Denton Liu
|
0268cbddc7
|
Document use of smaller storage variables
|
2016-08-25 13:20:54 -04:00 |
|
Denton Liu
|
02a72871d2
|
Change capitalisation
|
2016-08-24 11:43:55 -04:00 |
|
chriseth
|
d731225d02
|
Actually better to return zero on error.
|
2016-08-16 14:53:01 +02:00 |
|
Denton Liu
|
1ff7ba0b06
|
Remove after keyword from documentation
|
2016-08-11 10:15:59 -04:00 |
|
chriseth
|
23a4d07821
|
Merge pull request #750 from ethereum/chriseth-patch-2
Correct source map definition.
|
2016-08-01 12:44:38 +02:00 |
|
chriseth
|
66133469e9
|
Merge pull request #732 from Denton-L/document-precedence
Document precedence
|
2016-08-01 12:40:24 +02:00 |
|
Denton Liu
|
5687beb424
|
Add unary operations to the table
|
2016-07-28 15:25:58 -04:00 |
|
Denton Liu
|
8bf96b1c43
|
Remove >>> and >>>= operators
|
2016-07-27 10:30:20 -04:00 |
|
Denton Liu
|
71438157ce
|
Revert "Remove comma operator"
This reverts commit 1ec74f8cc4 .
|
2016-07-27 10:26:39 -04:00 |
|
chriseth
|
c8aa39e587
|
Correct source map definition.
|
2016-07-27 16:06:04 +02:00 |
|
Denton Liu
|
ca5e6a6bd4
|
Fix assignment operators
|
2016-07-26 14:01:01 -04:00 |
|
Denton Liu
|
1ec74f8cc4
|
Remove comma operator
|
2016-07-26 13:54:17 -04:00 |
|
Denton Liu
|
5d09211d50
|
Add link to operator table
|
2016-07-20 15:48:55 -04:00 |
|
Denton Liu
|
dfe55a929d
|
Create order of precedence table
|
2016-07-20 15:48:54 -04:00 |
|
chriseth
|
9f7a55d2b2
|
Source mapping documentation.
|
2016-07-20 19:45:45 +02:00 |
|
Denton Liu
|
5d113600aa
|
Fix typos
|
2016-07-12 17:06:49 -04:00 |
|
chriseth
|
2df142c496
|
Security Considerations
|
2016-07-04 15:27:53 +02:00 |
|