aboutsummaryrefslogtreecommitdiffstats
path: root/docs/abi-spec.rst
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3047 from ethereum/abi-strictchriseth2018-10-181-0/+11
|\
| * Add strict encoding mode to the ABI specAlex Beregszaszi2018-07-061-0/+11
* | Update docs on event data and logsChris Ward2018-10-051-0/+2
* | Merge pull request #5073 from IIIIllllIIIIllllIIIIllllIIIIllllIIIIll/patch-4chriseth2018-10-041-6/+7
|\ \
| * | separate out a new "Design Criteria" section from "Formal Specification"Li Xuanji2018-10-041-6/+7
* | | Merge pull request #5082 from ethereum/abiUpdateAlex Beregszaszi2018-09-261-8/+8
|\ \ \
| * | | [DOCS] Update abi.chriseth2018-09-261-8/+8
| |/ /
* | | Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. 0....Alex Beregszaszi2018-09-261-1/+1
* | | Update version pragma in all documentation examplesAlex Beregszaszi2018-09-261-2/+2
|/ /
* | Add struct->tuple to the Solidity->ABI types tableLeonardo Alt2018-09-201-5/+8
* | Explaining how Solidity types map to ABI typesLeonardo Alt2018-09-191-0/+18
* | Merge pull request #4792 from ethereum/someABIDocFixeschriseth2018-08-141-48/+56
|\ \
| * | Some style fixes to the ABI documentation.chriseth2018-08-101-48/+56
* | | Update documentation examples.chriseth2018-08-141-2/+2
* | | Disallow ambiguous conversions between number literals and bytesXX types.Daniel Kirchner2018-08-131-1/+1
* | | Use code-block when using a different language.chriseth2018-08-101-2/+2
|/ /
* | Clarify packed encoding.chriseth2018-08-091-7/+5
* | Update doc referencing packed mode encoding for dynamic typed topic argsDylan Wilson2018-07-261-1/+1
* | Mention that constant and payable are deprecated in the ABI specAlex Beregszaszi2018-07-251-0/+3
* | Clarify relation between stateMutability and payable/constantAlex Beregszaszi2018-07-251-5/+6
* | Added default data locations to docs and other external tests.Chase McDermott2018-07-151-4/+4
* | docs: Fix typos.Cryptomental2018-07-111-4/+4
* | Merge pull request #4460 from ethereum/docs-contract-abiAlex Beregszaszi2018-07-101-4/+4
|\ \
| * | Rename ABI to Contract ABIAlex Beregszaszi2018-07-101-4/+4
* | | Merge pull request #4395 from xinbenlv/patch-1Alex Beregszaszi2018-07-091-1/+1
|\| | | |/ |/|
| * Indicate what the abbreviation ABI stands for in the ABI documentationxinbenlv2018-07-091-2/+2
* | Adds review suggestions.Erik Kundt2018-07-021-1/+1
* | Updates docs to new constructor syntax.Erik Kundt2018-07-021-3/+3
|/
* Merge pull request #4097 from ethereum/noPackedExceptForPackedchriseth2018-06-281-1/+7
|\
| * Documentation.chriseth2018-06-251-1/+7
* | Add emit keyword to documentation.chriseth2018-06-271-1/+1
|/
* Merge pull request #4200 from biboran/3961chriseth2018-06-211-0/+100
|\
| * #3961 - added a more detailed description to the calculation of offsetsTimofey Solonin2018-06-181-36/+68
| * #3961 - rewritten encoding example in a logical order instead of a sequential...Timofey Solonin2018-06-031-44/+44
| * #3961 - added an example of abi encoding of a function with two-dimensional d...Timofey Solonin2018-05-291-0/+68
* | Update abi-spec.rstfeliam2018-06-071-2/+1
|/
* Clarify components of Xchriseth2018-05-041-6/+6
* Fixed typos in abi-spec documentationnisdas2018-05-041-3/+3
* Make index notation more consistentDavid Sanders2018-04-251-3/+3
* Add note about zero-tuplesDavid Sanders2018-04-251-1/+1
* Set default fixed point decimal places to 18Jason Cobb2018-03-311-3/+3
* Fix a typo.Grzegorz Hasse2018-03-081-1/+1
* Documentation updates for internal constructors and function signature (#3365)Elena Dimitrova2018-03-011-0/+6
* Use the term "trailing zero-bytes".chriseth2018-02-221-1/+1
* Clarify padding direction.chriseth2018-02-201-3/+3
* TypoWilliam Entriken2018-02-201-1/+1
* Remove useless self assignmentWilliam Entriken2018-01-291-1/+1
* Add mutability declaration to example, for #3379William Entriken2018-01-241-4/+4
* Some more clarifications.chriseth2018-01-241-5/+5
* clarify `address` in function selectorLi Xuanji2018-01-231-2/+2
* [Docs] Note that events can contain both indexed and unindexed arguments for ...Steve Waldman2017-12-191-1/+1
* [Docs] Include explanation of how indexed dynamic-length event args are encodedSteve Waldman2017-12-191-0/+2
* Fix Solidity warningsJim McDonald2017-12-131-7/+7
* Enable struct abi example with experimental pragmaAlex Beregszaszi2017-12-021-0/+4
* More explanation about the packed encoding.chriseth2017-11-221-5/+10
* Ensure each code snippet in the docs can be extracted for testsAlex Beregszaszi2017-11-221-13/+13
* abi-spec: example code doesn't fit grammar.txt.walter-weinmann2017-10-291-6/+6
* Update abi-spec.rstGiovanni Casinelli2017-10-161-1/+1
* 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
* 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
* Nitpicking abi-spec.rstYoichi Hirai2017-07-121-8/+5
* try to get rid of warningRJ Catalano2017-06-141-1/+1
* 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 po...RJ Catalano2017-06-101-15/+11
* begin abi spec translation into solidity docsRJ Catalano2017-06-101-0/+327