Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4460 from ethereum/docs-contract-abi | Alex Beregszaszi | 2018-07-10 | 1 | -4/+4 |
|\ | | | | | Rename ABI to Contract ABI | ||||
| * | Rename ABI to Contract ABI | Alex Beregszaszi | 2018-07-10 | 1 | -4/+4 |
| | | | | | | | | It has been called as the "Contract ABI" on the original wiki page too and it seems to make more sense. | ||||
* | | Merge pull request #4395 from xinbenlv/patch-1 | Alex Beregszaszi | 2018-07-09 | 1 | -1/+1 |
|\| | | | | | Indicating abbr. | ||||
| * | Indicate what the abbreviation ABI stands for in the ABI documentation | xinbenlv | 2018-07-09 | 1 | -2/+2 |
| | | |||||
* | | Adds review suggestions. | Erik Kundt | 2018-07-02 | 1 | -1/+1 |
| | | |||||
* | | Updates docs to new constructor syntax. | Erik Kundt | 2018-07-02 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #4097 from ethereum/noPackedExceptForPacked | chriseth | 2018-06-28 | 1 | -1/+7 |
|\ | | | | | [BREAKING] call only takes a single argument and does not pad | ||||
| * | Documentation. | chriseth | 2018-06-25 | 1 | -1/+7 |
| | | |||||
* | | Add emit keyword to documentation. | chriseth | 2018-06-27 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4200 from biboran/3961 | chriseth | 2018-06-21 | 1 | -0/+100 |
|\ | | | | | #3961 - added an example of two-dimensional array encoding | ||||
| * | #3961 - added a more detailed description to the calculation of offsets | Timofey Solonin | 2018-06-18 | 1 | -36/+68 |
| | | |||||
| * | #3961 - rewritten encoding example in a logical order instead of a ↵ | Timofey Solonin | 2018-06-03 | 1 | -44/+44 |
| | | | | | | | | sequential order | ||||
| * | #3961 - added an example of abi encoding of a function with two-dimensional ↵ | Timofey Solonin | 2018-05-29 | 1 | -0/+68 |
| | | | | | | | | dynamic arrays | ||||
* | | Update abi-spec.rst | feliam | 2018-06-07 | 1 | -2/+1 |
|/ | | | | An infinite number of items in the sequence of types? ?? A negative number of type in the sequence ?? | ||||
* | Clarify components of X | chriseth | 2018-05-04 | 1 | -6/+6 |
| | |||||
* | Fixed typos in abi-spec documentation | nisdas | 2018-05-04 | 1 | -3/+3 |
| | |||||
* | Make index notation more consistent | David Sanders | 2018-04-25 | 1 | -3/+3 |
| | |||||
* | Add note about zero-tuples | David Sanders | 2018-04-25 | 1 | -1/+1 |
| | |||||
* | Set default fixed point decimal places to 18 | Jason Cobb | 2018-03-31 | 1 | -3/+3 |
| | |||||
* | Fix a typo. | Grzegorz Hasse | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Documentation updates for internal constructors and function signature (#3365) | Elena Dimitrova | 2018-03-01 | 1 | -0/+6 |
| | | | | | | | | | | * Add a note explaining return values not included in function signature * Add section on Constructors in documentation * Improve documented definition for abstract contract * Add benefits of abstraction to documentation | ||||
* | Use the term "trailing zero-bytes". | chriseth | 2018-02-22 | 1 | -1/+1 |
| | |||||
* | Clarify padding direction. | chriseth | 2018-02-20 | 1 | -3/+3 |
| | |||||
* | Typo | William Entriken | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Remove useless self assignment | William Entriken | 2018-01-29 | 1 | -1/+1 |
| | |||||
* | Add mutability declaration to example, for #3379 | William Entriken | 2018-01-24 | 1 | -4/+4 |
| | |||||
* | Some more clarifications. | chriseth | 2018-01-24 | 1 | -5/+5 |
| | |||||
* | clarify `address` in function selector | Li Xuanji | 2018-01-23 | 1 | -2/+2 |
| | | | I found that the canonical form for `address` in computing the function selector calldata tag is `uint160`. Update the abi specs to explicitly mention this. | ||||
* | [Docs] Note that events can contain both indexed and unindexed arguments for ↵ | Steve Waldman | 2017-12-19 | 1 | -1/+1 |
| | | | | values of dynamic-length types. | ||||
* | [Docs] Include explanation of how indexed dynamic-length event args are encoded | Steve Waldman | 2017-12-19 | 1 | -0/+2 |
| | |||||
* | Fix Solidity warnings | Jim McDonald | 2017-12-13 | 1 | -7/+7 |
| | |||||
* | Enable struct abi example with experimental pragma | Alex Beregszaszi | 2017-12-02 | 1 | -0/+4 |
| | |||||
* | More explanation about the packed encoding. | chriseth | 2017-11-22 | 1 | -5/+10 |
| | |||||
* | Ensure each code snippet in the docs can be extracted for tests | Alex Beregszaszi | 2017-11-22 | 1 | -13/+13 |
| | |||||
* | abi-spec: example code doesn't fit grammar.txt. | walter-weinmann | 2017-10-29 | 1 | -6/+6 |
| | |||||
* | Update abi-spec.rst | Giovanni Casinelli | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | Document packed ABI | Alex Beregszaszi | 2017-09-27 | 1 | -0/+19 |
| | |||||
* | Clarify shorthand notation in ABI | Alex Beregszaszi | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | Fix ABI spec regarding arrays. | chriseth | 2017-09-19 | 1 | -2/+2 |
| | |||||
* | Clarify ABI & Solidity types | Alex Beregszaszi | 2017-09-16 | 1 | -2/+5 |
| | |||||
* | Use "tuple" for struct types in ABI JSON. | chriseth | 2017-09-16 | 1 | -15/+15 |
| | | | | Only use tuple as a type in the ABI (and remove all "anonymous struct" references too) | ||||
* | Document structs in ABI | chriseth | 2017-09-16 | 1 | -3/+89 |
| | |||||
* | Fix nested lists in the ABI documentation | Alex Beregszaszi | 2017-09-14 | 1 | -0/+5 |
| | |||||
* | Document function selectors | Alex Beregszaszi | 2017-09-13 | 1 | -0/+2 |
| | |||||
* | Convert ABI spec from Markdwon to RST | Alex Beregszaszi | 2017-09-05 | 1 | -119/+119 |
| | |||||
* | Fix lists and links | Alex Beregszaszi | 2017-08-28 | 1 | -0/+1 |
| | |||||
* | Clarify ABI regarding constant | Alex Beregszaszi | 2017-08-25 | 1 | -2/+2 |
| | |||||
* | Rename statemutability to stateMutability in ABI/AST | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Add pure to ABI spec | Alex Beregszaszi | 2017-08-24 | 1 | -1/+1 |
| | |||||
* | Document view functions | Alex Beregszaszi | 2017-08-23 | 1 | -1/+1 |
| | |||||
* | Fix ABI for fixed types | Alex Beregszaszi | 2017-08-16 | 1 | -1/+1 |
| | |||||
* | Add statemutability field to the ABI | Alex Beregszaszi | 2017-08-15 | 1 | -1/+2 |
| | |||||
* | Enable more examples in the documentation for testing | Alex Beregszaszi | 2017-07-19 | 1 | -0/+2 |
| | |||||
* | Add version pragma to docs examples | Alex Beregszaszi | 2017-07-13 | 1 | -0/+2 |
| | |||||
* | Borrow a sentence from @axic | Yoichi Hirai | 2017-07-12 | 1 | -2/+2 |
| | | | | and edit the phrase "following its type", which sounded like the data follows the type in the call data. | ||||
* | Nitpicking abi-spec.rst | Yoichi Hirai | 2017-07-12 | 1 | -8/+5 |
| | |||||
* | try to get rid of warning | RJ Catalano | 2017-06-14 | 1 | -1/+1 |
| | | | | Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | Include abi specs in index and fix styling. | chriseth | 2017-06-13 | 1 | -60/+62 |
| | |||||
* | Formatting of heading. | chriseth | 2017-06-12 | 1 | -1/+2 |
| | |||||
* | Change fixed number example. | chriseth | 2017-06-12 | 1 | -10/+11 |
| | |||||
* | Include structs. | chriseth | 2017-06-12 | 1 | -21/+39 |
| | |||||
* | some small fixes to the names and underlining; still need to fix the fixed ↵ | RJ Catalano | 2017-06-10 | 1 | -15/+11 |
| | | | | | | point bytecode representation Signed-off-by: RJ Catalano <rj@monax.io> | ||||
* | begin abi spec translation into solidity docs | RJ Catalano | 2017-06-10 | 1 | -0/+327 |
Signed-off-by: RJ Catalano <rj@monax.io> |