26 Commits
Author SHA1 Message Date
Alex Beregszaszi a061e8db34 Clarify shorthand notation in ABI 2017-09-19 11:02:14 +01:00
chriseth 32965807a7 Fix ABI spec regarding arrays. 2017-09-19 11:01:41 +01:00
Alex Beregszaszi 923373b41e Clarify ABI & Solidity types 2017-09-16 12:31:12 +01:00
chriseth c5063d3155 Use "tuple" for struct types in ABI JSON.
Only use tuple as a type in the ABI (and remove all "anonymous struct" references too)
2017-09-16 12:31:12 +01:00
chriseth e4bb767dcd Document structs in ABI 2017-09-16 12:12:44 +01:00
Alex Beregszaszi e1f90f0ad6 Fix nested lists in the ABI documentation 2017-09-13 17:39:48 +01:00
Alex Beregszaszi c70ebfd241 Document function selectors 2017-09-13 11:40:57 +01:00
Alex Beregszaszi bdafce3e4f Convert ABI spec from Markdwon to RST 2017-09-05 14:50:27 +01:00
Alex Beregszaszi dd2cc899bb Fix lists and links 2017-08-28 11:59:35 +01:00
Alex Beregszaszi f791ca3957 Clarify ABI regarding constant 2017-08-25 12:37:23 +01:00
Alex Beregszaszi deeac7e2e0 Rename statemutability to stateMutability in ABI/AST 2017-08-24 15:23:00 +01:00
Alex Beregszaszi 504e6285f3 Add pure to ABI spec 2017-08-24 13:46:18 +01:00
Alex Beregszaszi b1cdf81506 Document view functions 2017-08-22 18:25:46 +01:00
Alex Beregszaszi 80ee7c2b36 Fix ABI for fixed types 2017-08-16 16:47:11 +01:00
Alex Beregszaszi 12f3257e7d Add statemutability field to the ABI 2017-08-15 11:35:50 +01:00
Alex Beregszaszi cffe52d6d9 Enable more examples in the documentation for testing 2017-07-19 00:05:05 +01:00
Alex Beregszaszi b2fcd59ee6 Add version pragma to docs examples 2017-07-13 17:10:37 +02:00
Yoichi Hirai 6307a12651 Borrow a sentence from @axic
and edit the phrase "following its type", which sounded like the data follows the type in the call data.
2017-07-12 14:37:12 +02:00
Yoichi Hirai d5c3ef4605 Nitpicking abi-spec.rst 2017-07-12 13:27:47 +02:00
RJ Catalano 1d644bed31 try to get rid of warning
Signed-off-by: RJ Catalano <rj@monax.io>
2017-06-14 08:06:03 -05:00
chriseth ca70d82b96 Include abi specs in index and fix styling. 2017-06-12 18:33:23 +02:00
chriseth 3170fd9a93 Formatting of heading. 2017-06-12 17:50:03 +02:00
chriseth c66c5d4a21 Change fixed number example. 2017-06-12 17:49:11 +02:00
chriseth a0777a7ffb Include structs. 2017-06-12 17:43:48 +02:00
RJ Catalano 3525280a72 some small fixes to the names and underlining; still need to fix the fixed point bytecode representation
Signed-off-by: RJ Catalano <rj@monax.io>
2017-06-09 14:49:59 -05:00
RJ Catalano 548ae18dfd begin abi spec translation into solidity docs
Signed-off-by: RJ Catalano <rj@monax.io>
2017-06-09 13:58:55 -05:00