index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
abi-spec.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #3047 from ethereum/abi-strict
chriseth
2018-10-18
1
-0
/
+11
|
\
|
*
Add strict encoding mode to the ABI spec
Alex Beregszaszi
2018-07-06
1
-0
/
+11
*
|
Update docs on event data and logs
Chris Ward
2018-10-05
1
-0
/
+2
*
|
Merge pull request #5073 from IIIIllllIIIIllllIIIIllllIIIIllllIIIIll/patch-4
chriseth
2018-10-04
1
-6
/
+7
|
\
\
|
*
|
separate out a new "Design Criteria" section from "Formal Specification"
Li Xuanji
2018-10-04
1
-6
/
+7
*
|
|
Merge pull request #5082 from ethereum/abiUpdate
Alex Beregszaszi
2018-09-26
1
-8
/
+8
|
\
\
\
|
*
|
|
[DOCS] Update abi.
chriseth
2018-09-26
1
-8
/
+8
|
|
/
/
*
|
|
Set 0.5.x specific example code to be compilable with >0.4.99 <0.6.0 (e.g. 0....
Alex Beregszaszi
2018-09-26
1
-1
/
+1
*
|
|
Update version pragma in all documentation examples
Alex Beregszaszi
2018-09-26
1
-2
/
+2
|
/
/
*
|
Add struct->tuple to the Solidity->ABI types table
Leonardo Alt
2018-09-20
1
-5
/
+8
*
|
Explaining how Solidity types map to ABI types
Leonardo Alt
2018-09-19
1
-0
/
+18
*
|
Merge pull request #4792 from ethereum/someABIDocFixes
chriseth
2018-08-14
1
-48
/
+56
|
\
\
|
*
|
Some style fixes to the ABI documentation.
chriseth
2018-08-10
1
-48
/
+56
*
|
|
Update documentation examples.
chriseth
2018-08-14
1
-2
/
+2
*
|
|
Disallow ambiguous conversions between number literals and bytesXX types.
Daniel Kirchner
2018-08-13
1
-1
/
+1
*
|
|
Use code-block when using a different language.
chriseth
2018-08-10
1
-2
/
+2
|
/
/
*
|
Clarify packed encoding.
chriseth
2018-08-09
1
-7
/
+5
*
|
Update doc referencing packed mode encoding for dynamic typed topic args
Dylan Wilson
2018-07-26
1
-1
/
+1
*
|
Mention that constant and payable are deprecated in the ABI spec
Alex Beregszaszi
2018-07-25
1
-0
/
+3
*
|
Clarify relation between stateMutability and payable/constant
Alex Beregszaszi
2018-07-25
1
-5
/
+6
*
|
Added default data locations to docs and other external tests.
Chase McDermott
2018-07-15
1
-4
/
+4
*
|
docs: Fix typos.
Cryptomental
2018-07-11
1
-4
/
+4
*
|
Merge pull request #4460 from ethereum/docs-contract-abi
Alex Beregszaszi
2018-07-10
1
-4
/
+4
|
\
\
|
*
|
Rename ABI to Contract ABI
Alex Beregszaszi
2018-07-10
1
-4
/
+4
*
|
|
Merge pull request #4395 from xinbenlv/patch-1
Alex Beregszaszi
2018-07-09
1
-1
/
+1
|
\
|
|
|
|
/
|
/
|
|
*
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
|
\
|
*
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 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 sequential...
Timofey Solonin
2018-06-03
1
-44
/
+44
|
*
#3961 - added an example of abi encoding of a function with two-dimensional d...
Timofey Solonin
2018-05-29
1
-0
/
+68
*
|
Update abi-spec.rst
feliam
2018-06-07
1
-2
/
+1
|
/
*
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
*
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
*
[Docs] Note that events can contain both indexed and unindexed arguments for ...
Steve Waldman
2017-12-19
1
-1
/
+1
*
[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
*
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
*
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
*
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 po...
RJ Catalano
2017-06-10
1
-15
/
+11
*
begin abi spec translation into solidity docs
RJ Catalano
2017-06-10
1
-0
/
+327