James Ray
|
221a013042
|
Fixed reference to getter function
|
2017-07-07 12:07:25 +10:00 |
|
James Ray
|
433039f105
|
Ref to getter function
|
2017-06-30 19:47:35 +10:00 |
|
chriseth
|
7f05ef8aca
|
Clarify exceptions.
|
2017-06-23 19:29:11 +02:00 |
|
Federico Bond
|
9fc4c877d3
|
Fix and improve grammar.txt
|
2017-06-22 13:55:08 -03:00 |
|
Jonathan Brown
|
8595bc7122
|
for free => automatically
Getters still use gas when called from another contract, so they are not free.
|
2017-06-03 14:12:33 +07: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
|
47cd8964b8
|
Require and Assert.
|
2017-03-14 14:21:33 +01:00 |
|
Yoichi Hirai
|
cfbbd89daf
|
Merge pull request #1702 from ethereum/assertError
Change effect of assert to invalid opcode.
|
2017-03-03 18:25:50 +01:00 |
|
Alex Beregszaszi
|
a36e2ce0cb
|
Document transfer()
|
2017-02-24 00:18:18 +00:00 |
|
chriseth
|
4b1e8111cc
|
Remove assert for now.
|
2017-02-23 19:43:40 +01:00 |
|
chriseth
|
811bb770c5
|
Change effect of assert to invalid opcode.
|
2017-02-16 15:54:17 +01:00 |
|
Alex Beregszaszi
|
28a7b1e019
|
Document revert()
|
2017-02-10 22:42:33 +00:00 |
|
Alex Beregszaszi
|
fd7ffedead
|
Use different wording for assert
|
2017-02-10 21:41:40 +00:00 |
|
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 |
|