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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Massage changelog for 0.5.1
chriseth
2018-12-03
1
-0
/
+4
*
Move String literal and inline array FAQ items
Chris Ward
2018-12-03
2
-56
/
+19
*
Merge pull request #5524 from ethereum/yulGrammarChanges
chriseth
2018-12-03
1
-2
/
+1
|
\
|
*
Yul grammar changes.
chriseth
2018-11-28
1
-2
/
+1
*
|
Merge pull request #5532 from ethereum/docs-style-add-mapping
chriseth
2018-12-03
1
-1
/
+17
|
\
\
|
*
|
Add mapping guide to style docs thanks to @aupiff
Chris Ward
2018-12-03
1
-1
/
+17
*
|
|
Merge pull request #5547 from ethereum/assemblySyntax
chriseth
2018-12-03
1
-8
/
+27
|
\
\
\
|
*
|
|
Update assembly grammar part.
chriseth
2018-12-01
1
-8
/
+27
*
|
|
|
Merge pull request #5565 from ethereum/listTests
chriseth
2018-12-03
1
-0
/
+3
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Explain how to get a list of all tests.
chriseth
2018-12-03
1
-0
/
+3
*
|
|
|
Add link between functions in contract structure and more details
Chris Ward
2018-12-03
2
-1
/
+4
|
/
/
/
*
|
|
Merge pull request #5562 from Altrum/debugDocs
chriseth
2018-12-03
1
-0
/
+14
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added information about debugging and examples on how to run subsets of tests.
Robert Chung
2018-12-02
1
-0
/
+14
*
|
|
Clarify "copying bytecode" in inheritance.
chriseth
2018-11-29
1
-3
/
+4
|
/
/
*
/
Begin overhaul of documentation index
Chris Ward
2018-11-28
1
-33
/
+31
|
/
*
Merge pull request #5277 from ethereum/docs-5175-require-revert
chriseth
2018-11-27
1
-7
/
+16
|
\
|
*
Add that pure functions can use revert and require
Chris Ward
2018-11-27
1
-7
/
+16
*
|
Move function related content to contracts doc
Chris Ward
2018-11-27
2
-103
/
+102
|
/
*
Review contributing docs for language and ease
Chris Ward
2018-11-27
1
-30
/
+34
*
Merge pull request #5287 from ethereum/docs-update-input-parameters
chriseth
2018-11-26
2
-6
/
+15
|
\
|
*
Move FAQ point to input and output parameters and polish surrounding text
Chris Ward
2018-11-26
2
-6
/
+15
*
|
Merge pull request #5438 from ethereum/docs-faq-types-undefined
chriseth
2018-11-26
2
-38
/
+5
|
\
\
|
*
|
Update docs/types.rst
Erik Kundt
2018-11-24
1
-1
/
+1
|
*
|
Add default value details
Chris Ward
2018-11-23
1
-1
/
+4
|
*
|
Update docs/types.rst
chriseth
2018-11-23
1
-1
/
+1
|
*
|
Move undefined FAQ item
Chris Ward
2018-11-15
2
-38
/
+2
*
|
|
Define how inheritance affects storage
William Entriken
2018-11-26
1
-0
/
+4
*
|
|
Update types.rst
David Lozano Jarque
2018-11-26
1
-1
/
+1
*
|
|
Update installing-solidity.rst
David Lozano Jarque
2018-11-26
1
-1
/
+1
*
|
|
Update introduction-to-smart-contracts.rst
David Lozano Jarque
2018-11-26
1
-1
/
+1
|
|
/
|
/
|
*
|
Added Superblocks Lab IDE to the generic section
Javier Tarazaga
2018-11-22
1
-2
/
+4
*
|
Merge pull request #5434 from fulldecent/patch-8
chriseth
2018-11-22
1
-1
/
+1
|
\
\
|
*
|
Qualify that storage slots are shared for contiguous data
William Entriken
2018-11-15
1
-1
/
+1
*
|
|
Merge pull request #5439 from ethereum/docs-faq-types-array-length
chriseth
2018-11-22
2
-45
/
+3
|
\
\
\
|
*
|
|
Remove length related FAQ item
Chris Ward
2018-11-15
2
-45
/
+3
|
|
|
/
|
|
/
|
*
/
|
Remove Struct copy FAQ item
Chris Ward
2018-11-15
1
-18
/
+0
|
/
/
*
|
Merge pull request #5430 from kn1g/patch-1
Alex Beregszaszi
2018-11-15
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fixed consistent use of `nameReg`
Yet another codejunkie
2018-11-15
1
-1
/
+1
|
*
Consistent use of address()
Yet another codejunkie
2018-11-15
1
-3
/
+3
*
|
Fix indentation in documentation
Alex Beregszaszi
2018-11-15
1
-3
/
+1
*
|
Small changes to yul object specification.
chriseth
2018-11-15
1
-6
/
+37
|
/
*
Begin review of micropayments example
Chris Ward
2018-11-15
1
-124
/
+65
*
Change terminology used for input output parameters
Chris Ward
2018-11-14
1
-31
/
+49
*
Update syntax used for input and output parameters
Chris Ward
2018-11-14
3
-6
/
+5
*
Merge pull request #5410 from ethereum/lll-build
chriseth
2018-11-14
1
-0
/
+7
|
\
|
*
Do not build LLL unless requested via the LLL cmake option
Alex Beregszaszi
2018-11-14
1
-0
/
+7
*
|
Rename some builtin yul functions for signed types.
chriseth
2018-11-14
1
-3
/
+3
|
/
*
Merge pull request #5413 from ethereum/updateChangelogForRelease
chriseth
2018-11-14
1
-0
/
+4
|
\
|
*
Add release date to changelog.
chriseth
2018-11-13
1
-0
/
+4
*
|
Merge pull request #5412 from ritzdorf/patch-2
chriseth
2018-11-13
1
-1
/
+1
|
\
\
|
*
|
keccak256 does not call an external contract
ritzdorf
2018-11-13
1
-1
/
+1
|
|
/
*
/
Add LLL chapter in the documentation
Alex Beregszaszi
2018-11-13
2
-0
/
+15
|
/
*
Fix style.
chriseth
2018-11-13
1
-2
/
+2
*
Clarify creating a contract example as reported in #2661
Chris Ward
2018-11-12
1
-13
/
+20
*
Move control structure related FAQ points
Chris Ward
2018-11-12
2
-32
/
+20
*
Merge pull request #4860 from ethereum/docs-2175-index-missing
chriseth
2018-11-12
1
-8
/
+7
|
\
|
*
Clarify term and tidy text
Chris Ward
2018-11-12
1
-8
/
+7
*
|
Add note about changing the storage layout.
chriseth
2018-11-12
1
-0
/
+8
|
/
*
Remove trailing whitespace.
chriseth
2018-11-12
1
-2
/
+2
*
Merge pull request #5352 from ethereum/docContractConversions
chriseth
2018-11-08
1
-0
/
+8
|
\
|
*
Document disallowed explicit conversions between unrelated contract types.
Daniel Kirchner
2018-11-07
1
-0
/
+8
*
|
Merge pull request #5353 from ethereum/docInteroperability
chriseth
2018-11-08
1
-1
/
+79
|
\
\
|
*
|
Document interoperability between 0.5.0 and pre-0.5.0 contracts.
Daniel Kirchner
2018-11-07
1
-1
/
+79
|
|
/
*
/
Integers cannot be implicitly converted to address
chriseth
2018-11-06
1
-2
/
+1
|
/
*
Fixes typo
Leanne
2018-11-04
1
-1
/
+1
*
up-for-grabs swapped for good first issue
Eitan Levin
2018-10-30
1
-1
/
+1
*
Add check for whether voter has right to vote
Berk Erol
2018-10-26
1
-0
/
+1
*
Merge pull request #5122 from ethereum/docs-contributing-pt3
chriseth
2018-10-26
1
-11
/
+10
|
\
|
*
Final contribution review in fuzzer section
Chris Ward
2018-10-26
1
-11
/
+10
*
|
Clarify import.
chriseth
2018-10-26
1
-0
/
+4
|
/
*
Move FAQ item regarding contract to contract calls and resulting transaction
Chris Ward
2018-10-23
2
-8
/
+4
*
Add new resources section seperate from docs index
Chris Ward
2018-10-18
2
-133
/
+133
*
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
*
|
Merge pull request #5245 from ethereum/chriseth-patch-2
chriseth
2018-10-17
1
-0
/
+3
|
\
\
|
*
|
Add Ethfiddle
chriseth
2018-10-17
1
-0
/
+3
*
|
|
French translation (in progress) added to the docs
Kevin Azoulay
2018-10-17
1
-0
/
+1
|
/
/
*
|
Merge pull request #5233 from pRoy24/develop
chriseth
2018-10-17
1
-1
/
+1
|
\
\
|
*
|
Update minor typo in Storage section of docs
Pritam Roy
2018-10-16
1
-1
/
+1
*
|
|
minor spelling correction
Jeffrey Anthony
2018-10-17
1
-1
/
+1
|
/
/
*
|
Merge pull request #4843 from ethereum/docs-2177-abi-type
chriseth
2018-10-15
1
-1
/
+1
|
\
\
|
*
|
Link and clarify ABI type
Chris Ward
2018-10-15
1
-1
/
+1
*
|
|
Add extra documentation for running compiler tests on Windows
mordax
2018-10-15
1
-0
/
+5
*
|
|
Removing mention of submodules from docs/build
mordax
2018-10-14
1
-6
/
+0
*
|
|
Change library placeholder to `__$<hash>$__`.
chriseth
2018-10-12
2
-7
/
+10
*
|
|
Document library placeholder change.
chriseth
2018-10-12
2
-3
/
+20
*
|
|
Fix typo in yul example
chriseth
2018-10-11
1
-1
/
+1
*
|
|
Merge pull request #5163 from ethereum/docDeployment
chriseth
2018-10-10
1
-1
/
+11
|
\
\
\
|
*
|
|
Explain deployment.
chriseth
2018-10-09
1
-1
/
+11
*
|
|
|
Merge pull request #5183 from ethereum/fixCreate2
chriseth
2018-10-10
2
-10
/
+10
|
\
\
\
\
|
*
|
|
|
Fix create2
chriseth
2018-10-10
2
-10
/
+10
*
|
|
|
|
Merge pull request #3834 from ethereum/docsArrayStorageLayout
chriseth
2018-10-10
1
-6
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
Documents storage layout of mappings and dynamic arrays.
Erik Kundt
2018-10-10
1
-6
/
+23
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5184 from ethereum/viewFunctionDocs
chriseth
2018-10-10
1
-1
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Adds more specific explanation of library view functions calls.
Erik Kundt
2018-10-10
1
-2
/
+4
|
*
|
|
|
Documents library view functions and adds unit test.
Erik Kundt
2018-10-10
1
-1
/
+3
|
|
/
/
/
*
|
|
|
Clarify contract creation transaction
Tomasz Drwięga
2018-10-09
1
-3
/
+4
*
|
|
|
Fix version pragma in documentation.
chriseth
2018-10-09
3
-3
/
+3
*
|
|
|
Add entry into the breaking changes list.
chriseth
2018-10-09
1
-0
/
+4
|
/
/
/
*
|
|
Merge pull request #5148 from ethereum/chriseth-patch-2
Alex Beregszaszi
2018-10-06
1
-1
/
+1
|
\
\
\
|
*
|
|
Remove non-ascii quotes.
chriseth
2018-10-05
1
-1
/
+1
*
|
|
|
Add link to string literals
Chris Ward
2018-10-05
1
-1
/
+2
|
/
/
/
*
/
/
Update docs on event data and logs
Chris Ward
2018-10-05
2
-33
/
+72
|
/
/
*
|
Adds note about Standalone assembly.
Erik Kundt
2018-10-04
1
-4
/
+6
*
|
[DOCS] Update assembly.
chriseth
2018-10-04
1
-41
/
+41
*
|
Merge pull request #5126 from ethereum/chriseth-patch-1
chriseth
2018-10-04
1
-3
/
+0
|
\
\
|
*
|
Remove duplicate statement about pure enforcement.
chriseth
2018-10-01
1
-3
/
+0
*
|
|
Fix typos.
chriseth
2018-10-04
2
-3
/
+3
*
|
|
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 #5119 from ethereum/docs-contributing-dependencies
chriseth
2018-10-04
1
-20
/
+32
|
\
\
\
\
|
*
|
|
|
Add Linux dependencies and move
Chris Ward
2018-09-30
1
-20
/
+32
*
|
|
|
|
[DOCS] Add missing backtick for inline code syntax.
dm4
2018-10-03
1
-1
/
+1
*
|
|
|
|
Changed pragma explanation to match example
J Quinn
2018-10-02
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #5084 from ethereum/updateContributing
chriseth
2018-10-01
1
-34
/
+44
|
\
\
\
\
|
*
|
|
|
fixup! fixup! fixup! [DOCS] Update contributing.
chriseth
2018-10-01
1
-3
/
+4
|
*
|
|
|
fixup! fixup! [DOCS] Update contributing.
chriseth
2018-10-01
1
-3
/
+4
|
*
|
|
|
fixup! [DOCS] Update contributing.
chriseth
2018-09-27
1
-16
/
+22
|
*
|
|
|
[DOCS] Update contributing.
chriseth
2018-09-27
1
-22
/
+24
*
|
|
|
|
Merge pull request #5117 from ethereum/yul_grammar
chriseth
2018-10-01
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Missing If in Block rule
Leonardo Alt
2018-09-30
1
-0
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #5114 from ethereum/assembly-docs
chriseth
2018-10-01
2
-2
/
+12
|
\
\
\
\
\
|
*
|
|
|
|
Include create2/extcodehash in yul.rst
Alex Beregszaszi
2018-09-28
1
-0
/
+8
|
*
|
|
|
|
Improve the create2 description in assembly.rst
Alex Beregszaszi
2018-09-28
1
-2
/
+4
|
|
/
/
/
/
*
/
/
/
/
Fix issues introduced from PR #5043
Chris Ward
2018-09-30
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #4676 from jwasinger/extcodehash
Alex Beregszaszi
2018-09-28
1
-2
/
+4
|
\
\
\
\
|
*
|
|
|
Add extcodehash to the assembly documentation
Alex Beregszaszi
2018-09-26
1
-2
/
+4
*
|
|
|
|
[DOCS] Security updates.
chriseth
2018-09-27
1
-9
/
+12
*
|
|
|
|
Pitfalls regarding over/underflows
chriseth
2018-09-27
2
-0
/
+22
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #5108 from ethereum/payableWithdrawal
chriseth
2018-09-27
2
-1
/
+11
|
\
\
\
\
|
*
|
|
|
Explain address payable and withdraw.
chriseth
2018-09-27
2
-1
/
+11
*
|
|
|
|
[DOCS] More on reference types.
chriseth
2018-09-27
1
-38
/
+78
|
/
/
/
/
*
|
|
|
Merge pull request #5087 from ethereum/semantics4
Alex Beregszaszi
2018-09-27
1
-1
/
+14
|
\
\
\
\
|
*
|
|
|
[DOCS] Semantics of negation.
chriseth
2018-09-27
1
-1
/
+14
*
|
|
|
|
Merge pull request #5101 from ethereum/docs-return-metadata-note
chriseth
2018-09-27
1
-6
/
+7
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Return note taken from metadata and reorder
Chris Ward
2018-09-27
1
-6
/
+7
*
|
|
|
|
Merge pull request #5085 from ethereum/updatefaq
Alex Beregszaszi
2018-09-27
1
-12
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
[DOCS] Update FAQ
chriseth
2018-09-26
1
-12
/
+16
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
[DOCS] Update metadata.
chriseth
2018-09-27
1
-3
/
+12
*
|
|
|
|
Remove unary + from floating point types documentation
Alex Beregszaszi
2018-09-27
1
-1
/
+1
*
|
|
|
|
Make the exponentiation 0**0 note a real RST note
Alex Beregszaszi
2018-09-27
1
-1
/
+2
*
|
|
|
|
Rename remainder to modulo
Alex Beregszaszi
2018-09-27
1
-2
/
+2
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #5006 from ethereum/modSemantics
chriseth
2018-09-26
1
-3
/
+19
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Documents modulus semantics.
Erik Kundt
2018-09-26
1
-3
/
+19
*
|
|
|
Add content from old Solidity wiki
Chris Ward
2018-09-26
2
-8
/
+12
*
|
|
|
[DOCS] Update "using the compiler".
chriseth
2018-09-26
1
-12
/
+26
*
|
|
|
Merge pull request #5061 from ethereum/fixedSizeArrayLength
chriseth
2018-09-26
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Updates breaking changes documentation.
Erik Kundt
2018-09-26
1
-0
/
+2
*
|
|
|
|
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
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #5083 from ethereum/updatePatterns
Alex Beregszaszi
2018-09-26
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
[DOCS] Update common patterns.
chriseth
2018-09-26
1
-2
/
+2
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #5088 from ethereum/morePragmas
Alex Beregszaszi
2018-09-26
1
-0
/
+13
|
\
\
\
\
\
|
*
|
|
|
|
[DOCS] Some more explanation about pragmas.
chriseth
2018-09-26
1
-0
/
+13
*
|
|
|
|
|
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
8
-20
/
+20
*
|
|
|
|
|
Update version pragma in all documentation examples
Alex Beregszaszi
2018-09-26
14
-87
/
+88
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #5022 from ethereum/lastValue
chriseth
2018-09-26
1
-6
/
+42
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Last part of value types.
chriseth
2018-09-19
1
-6
/
+42
*
|
|
|
|
Merge pull request #4925 from wbt/patch-2
chriseth
2018-09-24
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Clarify docs around reserved memory byte ranges
wbt
2018-09-24
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #5043 from ethereum/updateContractsSection
chriseth
2018-09-24
1
-37
/
+64
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Review comments [to be squashed]
chriseth
2018-09-24
1
-9
/
+13
|
*
|
|
|
|
|
[DOCS] Update contracts section.
chriseth
2018-09-24
1
-36
/
+59
*
|
|
|
|
|
|
Merge pull request #5039 from ethereum/controlStructures2
chriseth
2018-09-24
1
-5
/
+4
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[DOCS] Update control structures (2).
chriseth
2018-09-24
1
-5
/
+4
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #5038 from ethereum/controlStructures1
chriseth
2018-09-24
1
-26
/
+39
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
[DOCS] Control structures 1.
chriseth
2018-09-24
1
-26
/
+39
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #5045 from ethereum/updateMisc
chriseth
2018-09-24
1
-21
/
+21
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
[DOCS] Update misc.
chriseth
2018-09-21
1
-21
/
+21
*
|
|
|
|
|
Merge pull request #5025 from ethereum/refTypes
chriseth
2018-09-24
1
-8
/
+14
|
\
\
\
\
\
\
|
*
|
|
|
|
|
[DOCS] Update reference types.
chriseth
2018-09-21
1
-8
/
+14
*
|
|
|
|
|
|
Merge pull request #5035 from ethereum/moreTypesUpdates
chriseth
2018-09-21
1
-4
/
+11
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
[DOCS] Final updates to types section.
chriseth
2018-09-20
1
-4
/
+11
*
|
|
|
|
|
|
|
Merge pull request #5036 from ethereum/unitsAndGlobals
chriseth
2018-09-21
2
-37
/
+63
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
[DOCS] Update units and globals.
chriseth
2018-09-20
2
-37
/
+63
*
|
|
|
|
|
|
|
Document array length changing behaviors, fixes #4802
William Entriken
2018-09-21
1
-4
/
+3
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge pull request #5021 from ethereum/moreTypes
chriseth
2018-09-21
1
-22
/
+32
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
More types.
chriseth
2018-09-21
1
-22
/
+32
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Add struct->tuple to the Solidity->ABI types table
Leonardo Alt
2018-09-20
1
-5
/
+8
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge pull request #4808 from ethereum/4259-evm-version
Alex Beregszaszi
2018-09-20
1
-0
/
+50
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Explain EVM version setting.
Chris Ward
2018-09-20
1
-0
/
+50
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #5031 from ethereum/hexLitCapital050
Alex Beregszaszi
2018-09-20
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Explain that ``0X`` is disallowed in changes documentation.
chriseth
2018-09-20
1
-0
/
+2
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge pull request #5011 from hydai/disallow_uppercase_x
chriseth
2018-09-20
1
-1
/
+1
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Disallow uppercase X in hex number literals
hydai
2018-09-19
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
/
|
|
|
Extend the CoC to cover all interactions
Richard Littauer
2018-09-19
1
-4
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #4907 from ethereum/chriseth-patch-4-1
Alex Beregszaszi
2018-09-19
1
-13
/
+16
|
\
\
\
\
|
*
|
|
|
Blockchain basics part 1
chriseth
2018-09-19
1
-13
/
+16
|
|
/
/
/
*
|
|
|
Merge pull request #5019 from ethereum/addressDocs
Alex Beregszaszi
2018-09-19
1
-24
/
+41
|
\
\
\
\
|
*
|
|
|
Extend section on addresses.
chriseth
2018-09-19
1
-24
/
+41
|
|
/
/
/
*
/
/
/
Explaining how Solidity types map to ABI types
Leonardo Alt
2018-09-19
1
-0
/
+18
|
/
/
/
*
|
|
Tiny fixes on the 050 breaking changes docs section
Leonardo Alt
2018-09-19
1
-4
/
+4
*
|
|
Merge pull request #5009 from ethereum/file-order
chriseth
2018-09-19
1
-4
/
+5
|
\
\
\
|
*
|
|
Include pragma in 'Order of Layout' in the style guide
Alex Beregszaszi
2018-09-18
1
-4
/
+5
*
|
|
|
Merge pull request #4892 from ethereum/docs_050_features
chriseth
2018-09-18
2
-0
/
+407
|
\
\
\
\
|
*
|
|
|
050 breaking changes in docs
Leonardo Alt
2018-09-18
2
-0
/
+407
|
|
/
/
/
*
|
|
|
Merge pull request #4972 from ethereum/addPragma
Alex Beregszaszi
2018-09-18
2
-3
/
+51
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Explain pragmas.
chriseth
2018-09-18
2
-3
/
+51
|
|
/
/
*
|
|
Added order of layout to style guide
Chris Ward
2018-09-18
1
-0
/
+22
*
|
|
Merge pull request #4819 from ethereum/docs-4532-mapping-type
chriseth
2018-09-18
1
-20
/
+24
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Clarify mapping type
Chris Ward
2018-09-18
1
-20
/
+24
*
|
|
Merge pull request #4976 from ethereum/operationalSemantics
Alex Beregszaszi
2018-09-18
1
-5
/
+44
|
\
\
\
|
*
|
|
Some operational semantics.
chriseth
2018-09-18
1
-5
/
+44
*
|
|
|
Add a link from ecrecover to address
Leonardo Alt
2018-09-18
1
-0
/
+5
*
|
|
|
Merge pull request #4970 from ethereum/chriseth-patch-6
chriseth
2018-09-18
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
Updates to examples.
chriseth
2018-09-14
1
-4
/
+5
*
|
|
|
|
Merge pull request #4971 from ethereum/chriseth-patch-7
Alex Beregszaszi
2018-09-18
1
-1
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Update solidity-in-depth.rst
chriseth
2018-09-14
1
-1
/
+1
|
|
/
/
/
/
*
|
|
/
/
Improve noted sections of Inline assembly doc
Chris Ward
2018-09-18
1
-48
/
+47
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Add clarification of state variables
Chris Ward
2018-09-17
1
-1
/
+2
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #4973 from ethereum/updateImports
chriseth
2018-09-17
1
-2
/
+21
|
\
\
\
|
*
|
|
Some more info about imports and comments.
chriseth
2018-09-14
1
-2
/
+21
|
|
/
/
*
|
|
Some cleanup in structure section.
chriseth
2018-09-17
2
-2
/
+9
*
|
|
Merge pull request #4964 from ethereum/updateBuilding
chriseth
2018-09-17
1
-18
/
+21
|
\
\
\
|
*
|
|
Review suggestions.
chriseth
2018-09-14
1
-6
/
+7
|
*
|
|
Some updates about how to install solidity.
chriseth
2018-09-14
1
-18
/
+20
*
|
|
|
Merge pull request #4849 from lastmjs/develop
chriseth
2018-09-14
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fixing rebase conflicts
Jordan Last
2018-09-14
1
-1
/
+1
|
|
/
/
*
|
|
Blockchain basics part 2
chriseth
2018-09-14
2
-17
/
+29
*
|
|
Merge branch 'release' into develop.
chriseth
2018-09-14
2
-1
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Set relase date of 0.4.25.
chriseth
2018-09-13
1
-0
/
+4
|
*
|
Bugfix entry regarding nested arrays returned by library functions
Leonardo Alt
2018-09-11
3
-10
/
+30
|
*
|
Buglist check script supports json paths
Leonardo Alt
2018-09-10
3
-18
/
+77
|
*
|
Update bug description, add regex and tests.
chriseth
2018-09-10
2
-47
/
+48
|
*
|
Changelog entry and bug list.
chriseth
2018-09-10
2
-6
/
+56
|
*
|
Change "fixed" date.
chriseth
2018-09-07
1
-1
/
+1
|
*
|
Bug list entry
Leonardo Alt
2018-09-07
2
-6
/
+28
*
|
|
Merge pull request #4911 from ethereum/addressPayable
Daniel Kirchner
2018-09-13
8
-38
/
+56
|
\
\
\
|
*
|
|
Add payable and non-payable state mutability to AddressType.
Daniel Kirchner
2018-09-13
8
-38
/
+56
*
|
|
|
Second part of coin example.
chriseth
2018-09-13
1
-10
/
+21
|
/
/
/
*
|
|
Accept ``address payable`` during parsing.
Daniel Kirchner
2018-09-11
1
-0
/
+1
*
|
|
On a yul switch, at least one case is required when there is no default state...
Leo Arias
2018-09-11
1
-1
/
+3
*
|
|
Update bug description, add regex and tests.
chriseth
2018-09-10
2
-48
/
+49
*
|
|
Changelog entry and bug list.
chriseth
2018-09-10
2
-0
/
+50
*
|
|
Add YAKINDU Solidity Tools to Integrations list
Florian Antony
2018-09-07
1
-0
/
+5
*
|
|
Buglist check script supports json paths
Leonardo Alt
2018-09-07
2
-23
/
+29
*
|
|
Merge pull request #4844 from ethereum/docs-1644-bytecode
chriseth
2018-09-07
1
-17
/
+17
|
\
\
\
|
*
|
|
Clean up metadata and clarify what small changes affect
Chris Ward
2018-09-06
1
-18
/
+18
*
|
|
|
Merge pull request #4903 from ethereum/chriseth-patch-1
chriseth
2018-09-07
1
-9
/
+13
|
\
\
\
\
|
*
|
|
|
Update index.rst
chriseth
2018-09-05
1
-9
/
+13
*
|
|
|
|
Merge pull request #4905 from ethereum/chriseth-patch-2
chriseth
2018-09-06
1
-18
/
+21
|
\
\
\
\
\
|
*
|
|
|
|
Update first part of example.
chriseth
2018-09-06
1
-18
/
+21
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #4846 from ethereum/docs-4574-infofeed
chriseth
2018-09-06
1
-13
/
+5
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Remove unneeded paragraph
Chris Ward
2018-09-05
1
-3
/
+0
|
*
|
|
|
Update Infofeed example code and explanation
Chris Ward
2018-08-22
1
-12
/
+7
|
|
/
/
/
*
|
|
|
Merge pull request #4883 from ethereum/docs_json_urls_allow_paths
chriseth
2018-09-05
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Mention in the standard json documentation that files in urls need their dire...
Leonardo Alt
2018-09-03
1
-0
/
+2
|
|
/
/
/
*
|
|
|
Merge pull request #4878 from federicobond/patch-1
chriseth
2018-09-05
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Add hex numbers with uppercase X to grammar.txt
Federico Bond
2018-09-02
1
-1
/
+1
|
|
/
/
/
*
|
|
|
Merge pull request #4829 from ethereum/callBytesReturn
chriseth
2018-09-04
2
-3
/
+6
|
\
\
\
\
[next]