index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
docs
/
solidity-by-example.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update documentation.
Daniel Kirchner
2018-08-01
1
-4
/
+4
*
Merge pull request #4512 from chase1745/use-explicit-data-locations-external-...
chriseth
2018-07-16
1
-4
/
+4
|
\
|
*
Added default data locations to docs and other external tests.
Chase McDermott
2018-07-15
1
-4
/
+4
*
|
Fix typo in the function name
Michał Załęcki
2018-07-15
1
-1
/
+1
|
/
*
docs: Fix typos.
Cryptomental
2018-07-11
1
-2
/
+2
*
Merge pull request #4212 from jvmaia/patch-3
chriseth
2018-07-10
1
-1
/
+486
|
\
|
*
Some copy-editing.
chriseth
2018-07-10
1
-130
/
+106
|
*
add explanation about the splitSignature function
João Vítor
2018-06-26
1
-1
/
+5
|
*
update code version
João Vítor
2018-06-12
1
-8
/
+7
|
*
update micropayment channel example
João Vítor
2018-06-08
1
-69
/
+80
|
*
fix recoverSigner function
João Vítor
2018-06-04
1
-3
/
+3
|
*
fix returns
João Vítor
2018-06-04
1
-1
/
+1
|
*
fix clainTimeout() function
João Vítor
2018-06-04
1
-1
/
+1
|
*
fix a word
João Vítor
2018-06-04
1
-1
/
+1
|
*
write the full contracts
João Vítor
2018-06-03
1
-176
/
+240
|
*
fix code syntax
João Vítor
2018-05-31
1
-13
/
+2
|
*
split long lines
João Vítor
2018-05-31
1
-26
/
+130
|
*
micropayment channel example with two chapters
João Vítor
2018-05-31
1
-1
/
+339
*
|
Documentation.
chriseth
2018-06-25
1
-3
/
+3
*
|
Update documentation for strict address literals
Alex Beregszaszi
2018-06-25
1
-1
/
+1
|
/
*
Update documentation for multi variable declaration statement.
chriseth
2018-05-16
1
-3
/
+3
*
Update some examples to remove warnings.
chriseth
2018-04-30
1
-6
/
+6
*
Docs: Update solidity version for revert with reason
Lefteris Karapetsas
2018-04-16
1
-4
/
+4
*
Update documentation.
chriseth
2018-04-12
1
-22
/
+44
*
Update solidity-by-example.rst
NetX
2018-04-09
1
-5
/
+4
*
Use 0.4.21 pragma for documentation that uses "emit".
chriseth
2018-03-02
1
-3
/
+3
*
Fix name shadowing in ballot example contract.
chriseth
2018-02-27
1
-9
/
+14
*
Documentation about emitting events.
chriseth
2018-02-22
1
-9
/
+9
*
Update solidity-by-example.rst
mirgj
2018-02-22
1
-1
/
+1
*
Fixes for failing tests
Jim McDonald
2017-12-13
1
-4
/
+4
*
Fix Solidity warnings
Jim McDonald
2017-12-13
1
-18
/
+24
*
Bugfix in blind auction
chriseth
2017-11-24
1
-4
/
+3
*
also rm biddingTime
William Morriss
2017-10-09
1
-3
/
+1
*
remove auctionStart
William Morriss
2017-10-09
1
-6
/
+4
*
Explain safe purchase (even number)
Alex Beregszaszi
2017-08-28
1
-0
/
+3
*
Update on the example for BlindAction
Chim Kan
2017-08-25
1
-1
/
+1
*
Adding storage into the pointer for Voter delegate
Chim Kan
2017-08-24
1
-1
/
+1
*
Removes reference to stack depth attack
Adrián Calvo
2017-08-04
1
-3
/
+3
*
Avoid using .send in the examples
Alex Beregszaszi
2017-07-27
1
-7
/
+2
*
Use the storage keyword in examples
Alex Beregszaszi
2017-07-27
1
-2
/
+2
*
Avoid using var if not required
Alex Beregszaszi
2017-07-27
1
-2
/
+2
*
Update solidity-by-example.rst. Fixes accepted bids
Luke Schoen
2017-07-17
1
-2
/
+2
*
Add weight == 0 condition to giveRightToVote function
Dillon Arevalo
2017-06-21
1
-4
/
+4
*
Merge pull request #2315 from pjstadig/patch-1
Yoichi Hirai
2017-05-26
1
-1
/
+1
|
\
|
*
Fix typo
Paul Stadig
2017-05-26
1
-1
/
+1
*
|
Rename events in purchase example
Alexey Alexeyeff
2017-05-26
1
-6
/
+6
|
/
*
Fix typo.
chriseth
2017-05-17
1
-1
/
+1
*
Parentheses.
chriseth
2017-05-03
1
-3
/
+3
*
Corrections and some style.
chriseth
2017-05-03
1
-10
/
+10
*
Cleanup to make the docs more consistent.
chriseth
2017-05-03
1
-13
/
+15
*
Update common-patterns.rst
Matt Wisniewski
2017-05-03
1
-60
/
+44
*
minor: fix formatting and grammar
Abraham Sangha
2017-04-15
1
-3
/
+2
*
Fix delegation loop in Ballot example contract
Remo Fürst
2017-03-09
1
-8
/
+8
*
Update solidity-by-example.rst
varunagarwal315
2016-11-04
1
-3
/
+3
*
Update solidity-by-example.rst
varunagarwal315
2016-11-03
1
-11
/
+4
*
Update solidity-by-example.rst
varunagarwal315
2016-11-03
1
-0
/
+16
*
Rename sha3 to keccak256 in the documentation
Alex Beregszaszi
2016-10-06
1
-2
/
+2
*
Update documentation to version 0.4.0.
chriseth
2016-09-07
1
-25
/
+11
*
Merge pull request #1003 from winsvega/docs
chriseth
2016-09-06
1
-0
/
+8
|
\
|
*
add "pragma solidity ^0.4.0;" to code examples
Dimitry
2016-09-05
1
-0
/
+8
*
|
Require ";" after "_"
chriseth
2016-09-05
1
-2
/
+2
|
/
*
Use new style for the docs
Denton Liu
2016-08-27
1
-2
/
+1
*
Merge pull request #913 from chriseth/auction
chriseth
2016-08-25
1
-15
/
+29
|
\
|
*
Updated the function withdraw() in the SimpleAuction and BlindAuction contrac...
Alex Darby
2016-08-19
1
-15
/
+29
*
|
Remove trailing whitespace
Denton Liu
2016-08-10
1
-1
/
+1
*
|
Add section about withdrawal pattern
Denton Liu
2016-08-10
1
-0
/
+2
|
/
*
Security Considerations
chriseth
2016-07-04
1
-3
/
+21
*
Typo.
chriseth
2016-06-09
1
-1
/
+1
*
style
chriseth
2016-06-02
1
-3
/
+5
*
Removed some problems in documentation examples.
chriseth
2016-05-31
1
-20
/
+58
*
Changed inline code syntax
Denton Liu
2016-05-30
1
-1
/
+1
*
Corrected solidity-by-example.rst
Denton Liu
2016-05-30
1
-1
/
+1
*
Typo correction in solidity-by-example.rst
Mathieu Van der Haegen
2016-05-26
1
-1
/
+1
*
Changed whitespace formatting
Denton Liu
2016-05-18
1
-1
/
+1
*
Removed trailing whitespace
Denton Liu
2016-05-18
1
-2
/
+2
*
Moved the location of the "||"
Denton Liu
2016-05-06
1
-3
/
+3
*
Fixed up formatting
Denton Liu
2016-05-06
1
-62
/
+94
*
Typo fix
Dave Hoover
2016-04-12
1
-1
/
+1
*
Refund actual deposit, and not bid value.
chriseth
2016-01-12
1
-1
/
+1
*
Imported documentation.
chriseth
2015-12-08
1
-0
/
+530