Commit Graph
2490 Commits
Author SHA1 Message Date
chriseth 3a88580512 Merge pull request #1518 from mcoblenz/patch-2
Corrected explanation of recursive contract creation
2016-12-22 16:54:04 +01:00
Michael Coblenz c163a219de Corrected explanation per discussion. 2016-12-22 10:35:58 -05:00
Federico Bond 5148de3ed7 Fix mapping syntax in docs 2016-12-21 19:27:31 -03:00
Michael Coblenz 4b3f147e65 Clarified support for recursive creation. 2016-12-20 13:48:01 -05:00
Michael Coblenz 31564d94b1 Fixed misleading typo
"now possible" should instead read "not possible."
2016-12-19 15:08:18 -05:00
chriseth 7ce7d3e74c Update develop version. 2016-12-15 14:03:31 +01:00
chriseth e97ba77a45 Merge pull request #1508 from ethereum/multiurls
Use multiple URLs for metadata.
2016-12-14 17:22:25 +01:00
chriseth f7e219ed91 Update documentation. 2016-12-13 16:43:16 +01:00
chriseth 56a027bedc Use multiple URLs for metadata. 2016-12-13 16:37:48 +01:00
chriseth cc11739928 Documentation. 2016-12-12 11:12:12 +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
Federico Bond 926a252961 Remove duplicate Identifier from AssemblyItem grammar rule 2016-12-07 22:00:16 -03:00
chriseth b201e148fa Merge pull request #1465 from ethereum/missing_keywords
document missing keywords
2016-12-06 13:47:30 +01:00
chriseth 34327c5d8a Merge pull request #1394 from ethers/patch-1
styleguide: Order of Functions
2016-12-05 12:48:06 +01:00
Yoichi Hirai 3149b7b210 docs: `var x = 1/4` is not working, so remove description about it 2016-12-02 15:28:19 +01:00
Yoichi Hirai d94fd636b7 grammar.txt: define inline assembly 2016-12-02 12:20:06 +01:00
Yoichi Hirai 43b56a61aa parsing: default and null are reserved keywords 2016-12-02 11:52:11 +01:00
Yoichi Hirai 50bcc60e6e grammar.txt: remove a space from payable keyword 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
Yoichi Hirai 3e8a017d42 docs: describe the form of number literals
This is a part of #1390
2016-12-01 10:59:42 +01: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
Alex Beregszaszi 83892399f0 Explain how to run soltest 2016-11-28 20:33:09 +00:00
chriseth b179dfd101 Merge pull request #1438 from ethereum/docker
Docker documentation.
2016-11-25 16:57:29 +01:00
chriseth cf4e0549c3 Mention nightly. 2016-11-25 16:21:17 +01:00
chriseth d52f191fec Merge pull request #1431 from ethereum/doc-literals
docs: a bit more about literals
2016-11-25 15:33:08 +01:00
Yoichi Hirai a755805879 Update types.rst 2016-11-25 14:51:38 +01:00
Yoichi Hirai a747f1d2c3 docs: clarify how many number literal types are there 2016-11-25 10:54:40 +01:00
Yoichi Hirai 76dd85edfa docs: a bit more about literals 2016-11-25 10:47:09 +01:00
Yoichi Hirai fed50403ff docs: cleaning references to C; smoothing parameter syntax description 2016-11-25 10:43:05 +01:00
Yoichi Hirai 0599a14954 docs: cross-reference returning multiple values 2016-11-25 10:43:05 +01:00
Yoichi Hirai 936bade46f doc: add a section about input parameters and output parameters 2016-11-25 10:43:05 +01:00
chriseth 6b95303998 Docker documentation. 2016-11-24 23:46:52 +01:00
chriseth 19c9e85a20 Merge pull request #1432 from ethereum/override-types
docs: add a description about the types of parameters of overriding functions
2016-11-24 19:47:27 +01:00
chriseth e461904854 Merge pull request #1413 from ethereum/calldata-layout
docs: add a section about calldata layout
2016-11-24 11:05:50 +01:00
Yoichi Hirai c33b098e55 docs: add a description about the types of parameters of overriding functions 2016-11-23 16:40:57 +01:00
chriseth b1d2d07e60 Merge pull request #1407 from escull638/patch-1
Fixed spelling mistake in Logs
2016-11-23 14:55:04 +01:00
chriseth ec2e882376 Merge pull request #1408 from ethereum/keytype
docs: some types cannot be the key type for mappings
2016-11-23 14:54:46 +01:00
Yoichi Hirai 452dbef3dc docs: add a section about calldata layout
Part of #1390
2016-11-23 13:55:37 +01:00
Yoichi Hirai 475009b93d Merge pull request #1411 from ethereum/function-type-docs
Fix function type examples
2016-11-23 11:34:40 +01:00
chriseth a65473b371 Set version to 0.4.7 2016-11-22 15:44:48 +01:00