aboutsummaryrefslogtreecommitdiffstats
path: root/docs/abi-spec.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document packed ABIAlex Beregszaszi2017-09-271-0/+19
|
* Clarify shorthand notation in ABIAlex Beregszaszi2017-09-191-2/+2
|
* Fix ABI spec regarding arrays.chriseth2017-09-191-2/+2
|
* Clarify ABI & Solidity typesAlex Beregszaszi2017-09-161-2/+5
|
* Use "tuple" for struct types in ABI JSON.chriseth2017-09-161-15/+15
| | | | Only use tuple as a type in the ABI (and remove all "anonymous struct" references too)
* Document structs in ABIchriseth2017-09-161-3/+89
|
* Fix nested lists in the ABI documentationAlex Beregszaszi2017-09-141-0/+5
|
* Document function selectorsAlex Beregszaszi2017-09-131-0/+2
|
* Convert ABI spec from Markdwon to RSTAlex Beregszaszi2017-09-051-119/+119
|
* Fix lists and linksAlex Beregszaszi2017-08-281-0/+1
|
* Clarify ABI regarding constantAlex Beregszaszi2017-08-251-2/+2
|
* Rename statemutability to stateMutability in ABI/ASTAlex Beregszaszi2017-08-241-1/+1
|
* Add pure to ABI specAlex Beregszaszi2017-08-241-1/+1
|
* Document view functionsAlex Beregszaszi2017-08-231-1/+1
|
* Fix ABI for fixed typesAlex Beregszaszi2017-08-161-1/+1
|
* Add statemutability field to the ABIAlex Beregszaszi2017-08-151-1/+2
|
* Enable more examples in the documentation for testingAlex Beregszaszi2017-07-191-0/+2
|
* Add version pragma to docs examplesAlex Beregszaszi2017-07-131-0/+2
|
* Borrow a sentence from @axicYoichi Hirai2017-07-121-2/+2
| | | | and edit the phrase "following its type", which sounded like the data follows the type in the call data.
* Nitpicking abi-spec.rstYoichi Hirai2017-07-121-8/+5
|
* try to get rid of warningRJ Catalano2017-06-141-1/+1
| | | | Signed-off-by: RJ Catalano <rj@monax.io>
* Include abi specs in index and fix styling.chriseth2017-06-131-60/+62
|
* Formatting of heading.chriseth2017-06-121-1/+2
|
* Change fixed number example.chriseth2017-06-121-10/+11
|
* Include structs.chriseth2017-06-121-21/+39
|
* some small fixes to the names and underlining; still need to fix the fixed ↵RJ Catalano2017-06-101-15/+11
| | | | | | point bytecode representation Signed-off-by: RJ Catalano <rj@monax.io>
* begin abi spec translation into solidity docsRJ Catalano2017-06-101-0/+327
Signed-off-by: RJ Catalano <rj@monax.io>