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
/
frequently-asked-questions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update non-existant pragma 0.4.99 to 0.5.0
Chris Ward
2019-01-07
1
-1
/
+1
*
Merge pull request #5701 from ethereum/faq-struct
chriseth
2018-12-20
1
-5
/
+0
|
\
|
*
Remove Structs item from FAQ
Chris Ward
2018-12-19
1
-5
/
+0
*
|
Remove comments FAQ item
Chris Ward
2018-12-20
1
-6
/
+0
|
/
*
Merge pull request #5636 from ethereum/faq-array-literal
chriseth
2018-12-13
1
-25
/
+0
|
\
|
*
Remove FAQ item that covers array literals
Chris Ward
2018-12-12
1
-25
/
+0
*
|
Remove FAQ item on killing contracts
Chris Ward
2018-12-13
1
-23
/
+0
*
|
Remove payload FAQ item
Chris Ward
2018-12-12
1
-6
/
+0
|
/
*
Move String literal and inline array FAQ items
Chris Ward
2018-12-03
1
-40
/
+0
*
Merge pull request #5287 from ethereum/docs-update-input-parameters
chriseth
2018-11-26
1
-5
/
+0
|
\
|
*
Move FAQ point to input and output parameters and polish surrounding text
Chris Ward
2018-11-26
1
-5
/
+0
*
|
Merge pull request #5438 from ethereum/docs-faq-types-undefined
chriseth
2018-11-26
1
-38
/
+0
|
\
\
|
|
/
|
/
|
|
*
Move undefined FAQ item
Chris Ward
2018-11-15
1
-38
/
+0
*
|
Merge pull request #5439 from ethereum/docs-faq-types-array-length
chriseth
2018-11-22
1
-44
/
+0
|
\
\
|
*
|
Remove length related FAQ item
Chris Ward
2018-11-15
1
-44
/
+0
|
|
/
*
/
Remove Struct copy FAQ item
Chris Ward
2018-11-15
1
-18
/
+0
|
/
*
Move control structure related FAQ points
Chris Ward
2018-11-12
1
-25
/
+0
*
Move FAQ item regarding contract to contract calls and resulting transaction
Chris Ward
2018-10-23
1
-8
/
+0
*
Fix version pragma in documentation.
chriseth
2018-10-09
1
-1
/
+1
*
[DOCS] Update FAQ
chriseth
2018-09-26
1
-12
/
+16
*
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
-5
/
+5
*
Merge pull request #4496 from ethereum/faq-reorg-contracts
chriseth
2018-08-15
1
-29
/
+0
|
\
|
*
Move contract related FAQ points
Chris Ward
2018-08-15
1
-29
/
+0
*
|
Extend documentation about explicit and implicit conversions between (u)intXX...
Daniel Kirchner
2018-08-15
1
-0
/
+19
*
|
Update documentation examples.
chriseth
2018-08-14
1
-6
/
+7
*
|
Move intro related FAQ points
Chris Ward
2018-08-06
1
-86
/
+1
*
|
Fix tests regarding contract type conversion.
chriseth
2018-08-01
1
-1
/
+1
*
|
Merge pull request #4520 from ethereum/faq-reorg-index-tools
chriseth
2018-07-20
1
-15
/
+0
|
\
\
|
*
|
Move note on decompiling
Chris Ward
2018-07-18
1
-15
/
+0
*
|
|
Fix typo
Chris Ward
2018-07-20
1
-1
/
+1
|
/
/
*
|
Added default data locations to docs and other external tests.
Chase McDermott
2018-07-15
1
-6
/
+5
*
|
Update docs.
Daniel Kirchner
2018-07-12
1
-3
/
+6
|
/
*
docs: Fix typos.
Cryptomental
2018-07-11
1
-2
/
+2
*
Update documentation and Changelog.
Daniel Kirchner
2018-07-10
1
-42
/
+5
*
documentation: adjustments to not use the "var" keyword
Christian Parpart
2018-07-03
1
-7
/
+2
*
Adds review suggestions.
Erik Kundt
2018-07-02
1
-1
/
+1
*
Updates docs to new constructor syntax.
Erik Kundt
2018-07-02
1
-2
/
+2
*
Update documentation for multi variable declaration statement.
chriseth
2018-05-16
1
-2
/
+2
*
Random documentation updates (assembly, faq)
Alex Beregszaszi
2018-02-27
1
-30
/
+0
*
Fix example; closes #3582
Aaron Colaço
2018-02-24
1
-9
/
+24
*
Respond to chriseth's suggestions
wbt
2018-01-27
1
-3
/
+2
*
Update FAQ answer re decompiler
wbt
2018-01-23
1
-6
/
+8
*
Use CapWords style for example
William Entriken
2018-01-15
1
-3
/
+3
*
Fix Solidity warnings
Jim McDonald
2017-12-13
1
-16
/
+18
*
Fixed code example (#2955)
Zetherz
2017-09-28
1
-2
/
+2
*
Update frequently-asked-questions.rst
chriseth
2017-09-25
1
-2
/
+3
*
minor tuning to sentence to be more accurate
bernard peh
2017-09-25
1
-1
/
+1
*
possible typo fix
bernard peh
2017-09-16
1
-1
/
+1
*
Merge pull request #2871 from ethereum/fixedpointdocs
chriseth
2017-09-05
1
-5
/
+0
|
\
|
*
Explain the difference between floating and fixed point
Alex Beregszaszi
2017-09-04
1
-5
/
+0
*
|
Clarify some subtleties of the fallback function
Alex Beregszaszi
2017-09-02
1
-31
/
+0
*
|
Document character set
Alex Beregszaszi
2017-09-02
1
-7
/
+0
*
|
Document caveats about timestamp and blockhash
Alex Beregszaszi
2017-09-02
1
-18
/
+0
*
|
Document gas/value modifiers with overloading
Alex Beregszaszi
2017-09-02
1
-10
/
+0
*
|
Document byte[] vs bytes
Alex Beregszaszi
2017-09-02
1
-7
/
+0
*
|
Document call/gas modifiers properly
Alex Beregszaszi
2017-09-02
1
-17
/
+0
|
/
*
Merge pull request #2485 from jamesray1/patch-21
chriseth
2017-08-12
1
-1
/
+1
|
\
|
*
:ref:`getter function<getter-functions>`
James Ray
2017-07-31
1
-1
/
+1
|
*
:ref:`getter-functions`
James Ray
2017-07-28
1
-1
/
+1
|
*
Fixed reference to getter function
James Ray
2017-07-07
1
-1
/
+1
|
*
Getter function ref
James Ray
2017-06-30
1
-1
/
+1
|
*
Update frequently-asked-questions.rst
James Ray
2017-06-30
1
-1
/
+1
*
|
Enable more examples in the documentation for testing
Alex Beregszaszi
2017-07-19
1
-8
/
+25
|
/
*
Corrections and some style.
chriseth
2017-05-03
1
-1
/
+1
*
Update common-patterns.rst
Matt Wisniewski
2017-05-03
1
-2
/
+1
*
Replace references to browser-solidity with Remix
Alex Beregszaszi
2017-03-16
1
-1
/
+1
*
Remove obsolete .send() entry from FAQ
Alex Beregszaszi
2017-02-24
1
-10
/
+0
*
Rename accessor to getter
Alex Beregszaszi
2017-02-03
1
-1
/
+1
*
FAQ: remove address(this) section (already explained elsewhere)
Alex Beregszaszi
2016-10-19
1
-12
/
+0
*
FAQ: remove event section (already explained elsewhere)
Alex Beregszaszi
2016-10-19
1
-9
/
+0
*
Merge the constructor sections
Alex Beregszaszi
2016-10-19
1
-23
/
+0
*
FAQ: remove visibility section (already explained elsewhere)
Alex Beregszaszi
2016-10-19
1
-23
/
+0
*
FAQ: remove create example (already explained elsewhere
Alex Beregszaszi
2016-10-19
1
-10
/
+0
*
Merge the documentation about mappings
Alex Beregszaszi
2016-10-19
1
-46
/
+0
*
Document constant functions
Alex Beregszaszi
2016-10-19
1
-14
/
+0
*
FAQ: remove removal of external accounts
Alex Beregszaszi
2016-10-19
1
-6
/
+0
*
Improve the description of Solidity
Alex Beregszaszi
2016-10-19
1
-9
/
+1
*
FAQ: remove modifier section
Alex Beregszaszi
2016-10-19
1
-8
/
+0
*
FAQ: remove compilation section
Alex Beregszaszi
2016-10-19
1
-13
/
+0
*
Merge the selfdestruct sections
Alex Beregszaszi
2016-10-19
1
-7
/
+0
*
Docs: Change contract init with value section
Lefteris Karapetsas
2016-10-18
1
-2
/
+4
*
Update documentation to version 0.4.0.
chriseth
2016-09-07
1
-8
/
+5
*
Use new style for the docs
Denton Liu
2016-08-27
1
-4
/
+5
*
Correct all UTF-8 spellings
Denton Liu
2016-08-11
1
-5
/
+5
*
Added a section about .send() returning false
Denton Liu
2016-05-30
1
-0
/
+3
*
Added @Arachnid's string library
Denton Liu
2016-05-30
1
-1
/
+1
*
Removed inline code formatting for one title
Denton Liu
2016-05-30
1
-2
/
+2
*
Corrected underline lengths
Denton Liu
2016-05-30
1
-30
/
+30
*
Changed inline code syntax
Denton Liu
2016-05-30
1
-112
/
+112
*
Corrected FAQ titles
Denton Liu
2016-05-30
1
-66
/
+66
*
Modified frequently-asked-questions.rst
Denton Liu
2016-05-30
1
-78
/
+78
*
Update links to browser-solidity.
chriseth
2016-05-20
1
-2
/
+2
*
Changed link from markdown to rst
Denton Liu
2016-05-19
1
-1
/
+1
*
Corrected capitalisation of symbol names
Denton Liu
2016-05-19
1
-3
/
+3
*
Changed whitespace formatting
Denton Liu
2016-05-18
1
-14
/
+16
*
Removed trailing whitespace
Denton Liu
2016-05-18
1
-8
/
+8
*
Added an extra necessary linebreak
Denton Liu
2016-05-18
1
-0
/
+1
*
Corrected formatting
Denton Liu
2016-05-06
1
-9
/
+37
*
Rephrased awkward phrasing
Denton Liu
2016-05-06
1
-1
/
+1
*
Removed a trailing space
Denton Liu
2016-05-06
1
-1
/
+1
*
Corrected misspelling
Denton Liu
2016-05-06
1
-1
/
+1
*
Update frequently-asked-questions.rst
RJ
2016-03-31
1
-6
/
+7
*
Update frequently-asked-questions.rst
RJ
2016-03-30
1
-0
/
+16
*
quick fix for appearence
RJ
2016-03-30
1
-0
/
+1
*
Update frequently-asked-questions.rst
RJ
2016-03-30
1
-0
/
+17
*
Update frequently-asked-questions.rst
RJ
2016-03-26
1
-0
/
+2
*
Update frequently-asked-questions.rst
RJ
2016-03-24
1
-0
/
+15
*
Update frequently-asked-questions.rst
RJ
2016-02-11
1
-2
/
+3
*
Update frequently-asked-questions.rst
RJ
2016-02-11
1
-2
/
+11
*
clarification on dynamic arrays, switcheroo on typepointer, and a documentati...
RJ Catalano
2016-01-12
1
-1
/
+1
*
forgot to take the auto tabs off...turned into spaces
RJ Catalano
2016-01-12
1
-1
/
+1
*
added documentation and one last test for struct creation inline
RJ Catalano
2016-01-12
1
-1
/
+3
*
sending value to an overloaded function
ethers
2015-12-19
1
-0
/
+10
*
Overflow check.
chriseth
2015-12-10
1
-0
/
+14
*
Added some lost changes.
chriseth
2015-12-08
1
-0
/
+7
*
Imported documentation.
chriseth
2015-12-08
1
-0
/
+742