Commit Graph

5650 Commits

Author SHA1 Message Date
Denton Liu
f1e6bc2eaa Update style-guide to use new style 2016-08-26 13:33:42 -04:00
chriseth
fb7836d87b Merge pull request #897 from Denton-L/remove-standard
BREAKING: Remove standard contracts
2016-08-26 19:32:18 +02:00
Bob Summerwill
69acd25888 Merge pull request #959 from bobsummerwill/develop
Restore OS X Mavericks builds in TravisCI
2016-08-26 10:24:39 -07:00
Bob Summerwill
2dc4f528dc Restore OS X Mavericks builds in TravisCI.
Their stability issues have apparently been resolved, and the backlog is caught up.
We will just add one Mac SKU for now, and take it from there.
2016-08-26 10:23:41 -07:00
chriseth
67d06bbd5f Merge pull request #957 from Denton-L/modify-lexer
Modify documentation lexer
2016-08-26 18:52:57 +02:00
Denton Liu
cb0b2286c1 Added library keyword 2016-08-26 11:18:28 -04:00
Denton Liu
b0d9da05cf Added ufixed and fixed keywords 2016-08-26 11:18:28 -04:00
chriseth
83160d56f3 Merge pull request #953 from Denton-L/fallback-stuff
Write about what fallback functions cannot do
2016-08-26 17:01:38 +02:00
Denton Liu
8c3b1334ae Add "Sending Ether" 2016-08-26 10:31:57 -04:00
chriseth
d209e65b1d Merge pull request #949 from chriseth/fallbackReturn
Disallow fallback function to return values.
2016-08-26 10:11:34 +02:00
chriseth
3eeefb5c9e Merge pull request #955 from chriseth/disablemacos
Disable macos.
2016-08-26 10:11:01 +02:00
chriseth
ce42114c41 Fix tests. 2016-08-26 01:00:39 +02:00
chriseth
218c56936c Disable macos. 2016-08-26 00:12:46 +02:00
chriseth
9212db305d Disable macos. 2016-08-26 00:07:59 +02:00
chriseth
21b6aa92ff Disallow fallback function to return values. 2016-08-26 00:07:50 +02:00
Denton Liu
f5989fb5e0 Correct spacing 2016-08-25 15:44:16 -04:00
Denton Liu
c276086f3f Write about what fallback functions cannot do 2016-08-25 15:43:04 -04:00
chriseth
f329d5e772 Merge pull request #925 from mocamircea/patch-10
Update contracts.rst
2016-08-25 18:06:30 +02:00
Mircea Moca
55be44dd5f Update contracts.rst
I left the example with contract C only, showing the access specifiers discussed at 186-188. The specifier of data is left public since nothing is related to accessor functions now.

Added a separate example with contracts C, D and E to show specifier's effect. 

Added a separate example to prove the synthesizing of accessor functions.

Added a new example to show the internal/external call of the accessor, according to existent discussion.
2016-08-25 11:43:17 +03:00
chriseth
c2665dc2fe Merge pull request #913 from chriseth/auction
Updated the function withdraw() in the SimpleAuction and BlindAuction…
2016-08-24 23:17:04 +02:00
Denton Liu
56558c0db2 Check for overflow 2016-08-24 15:16:57 -04:00
chriseth
9fc1bcb2be Merge pull request #945 from Denton-L/fix-documentation
Minor corrections to documentation
2016-08-24 21:15:07 +02:00
chriseth
d5e4b7492e Merge pull request #928 from winsvega/solremove
remove sha256 and rmd160 hash
2016-08-24 19:41:12 +02:00
Dimitry
23acb383d5 remove sha256 and rmd160 hash 2016-08-24 19:52:49 +04:00
Denton Liu
ef117c2902 Fix creating contracts section 2016-08-24 11:43:56 -04:00
Denton Liu
2716d01f2c Rename "call data" to "calldata" 2016-08-24 11:43:56 -04:00
Denton Liu
89004edb2f Add comma 2016-08-24 11:43:56 -04:00
Denton Liu
41ad2110c2 Fix control-structures 2016-08-24 11:43:56 -04:00
Denton Liu
1655f3b7bf Update contracts.rst 2016-08-24 11:43:55 -04:00
Denton Liu
4bd96d9382 Fix description about how blocks work 2016-08-24 11:43:55 -04:00
Denton Liu
c65735fc19 Change XXX bit to XXX-bit 2016-08-24 11:43:55 -04:00
Denton Liu
72f2799556 Fix typo 2016-08-24 11:43:55 -04:00
Denton Liu
c58e460ba2 Change example code formatting 2016-08-24 11:43:55 -04:00
Denton Liu
02a72871d2 Change capitalisation 2016-08-24 11:43:55 -04:00
Denton Liu
ac799aff0e Remove trailing whitespaces 2016-08-24 11:43:55 -04:00
chriseth
e20afc71ce Merge pull request #942 from redsquirrel/patch-1
Small documentation update
2016-08-24 11:52:59 +02:00
Dave Hoover
1bb53ad3e7 Small documentation update 2016-08-23 22:53:30 -05:00
chriseth
cab0f5448f Merge pull request #921 from chriseth/astjsoncleanup
JSON AST: Some attribute cleanup. Add linearized base contracts.
2016-08-23 17:14:13 +02:00
chriseth
9a2d1a737f Merge pull request #936 from chriseth/fixFormalExp
Fix crash when using json compiler with exponentiation.
2016-08-23 17:03:46 +02:00
chriseth
de535a74cf Merge pull request #940 from chriseth/publishViaNode
Use the new update script.
2016-08-23 14:45:19 +02:00
chriseth
9db9d3b12b Use the new update script. 2016-08-23 14:22:53 +02:00
chriseth
7183658c16 Merge pull request #926 from chriseth/pushasm
Explicitly specify length of push data for assembly output.
2016-08-22 21:25:08 +02:00
chriseth
345c0f36fb Fix crash when using json compiler with exponentiation. 2016-08-20 03:45:39 +02:00
chriseth
0d736fde6d Merge pull request #706 from Denton-L/withdrawal-pattern
Add Withdrawal Pattern Example
2016-08-20 02:57:07 +02:00
Denton Liu
876b39e8e5 Fix StandardToken 2016-08-19 11:21:54 -04:00
Denton Liu
9ca4948d6a CoinAdd .sol prefix to files 2016-08-19 11:13:24 -04:00
Denton Liu
e25fcecaf4 Rename to StandardToken 2016-08-19 11:03:14 -04:00
Denton Liu
e91e945933 Remove unnecessary contracts 2016-08-19 11:02:54 -04:00
Mircea Moca
01dc055d42 Update contracts.rst
I think it's more clear now and without the risk of mentioning the yet discussed accessor concept
2016-08-19 17:47:57 +03:00
Denton Liu
74545e70a4 Update std imports 2016-08-19 10:34:50 -04:00