Abraham Sangha
|
602ad1e605
|
small fixes
|
2017-03-22 12:57:42 -06:00 |
|
Alex Beregszaszi
|
d5102c1db7
|
Disallow constructor in interfaces
|
2017-03-17 17:06:52 +00:00 |
|
Alex Beregszaszi
|
2c4bce2d62
|
Disallow enums in interfaces
|
2017-03-17 17:06:52 +00:00 |
|
Alex Beregszaszi
|
3f1468142b
|
Document interfaces
|
2017-03-17 17:06:51 +00:00 |
|
chriseth
|
58334cf4ac
|
Merge pull request #1787 from ethereum/docs-gasvalue
Document the .value() and .gas() modifiers
|
2017-03-16 15:52:10 +01:00 |
|
Alex Beregszaszi
|
e7e22c703c
|
Merge pull request #1785 from ethereum/docs-address
Document all address methods in the global variables section
|
2017-03-16 12:46:26 +00:00 |
|
Alex Beregszaszi
|
17443f458a
|
Explain that .value() is only available if contract function is marked payable
|
2017-03-16 12:37:18 +00:00 |
|
Alex Beregszaszi
|
6ece0d6c2f
|
Document the .value() and .gas() modifiers
|
2017-03-16 12:37:18 +00:00 |
|
Alex Beregszaszi
|
e34a9600f2
|
Merge pull request #1791 from ethereum/docs-fixes
Mostly typo fixes in the documentation
|
2017-03-16 12:22:10 +00:00 |
|
chriseth
|
6ecfcbb686
|
Merge pull request #1784 from ethereum/docs-remix
Replace references to browser-solidity with Remix
|
2017-03-16 12:21:32 +01:00 |
|
Alex Beregszaszi
|
b053b6164e
|
Fix typo (recieve to receive)
|
2017-03-16 11:20:39 +00:00 |
|
Alex Beregszaszi
|
18a37ed799
|
Document all address methods in the global variables section
|
2017-03-16 11:17:17 +00:00 |
|
Alex Beregszaszi
|
42f2623cd3
|
Fix list indentation
|
2017-03-16 00:43:30 +00:00 |
|
Alex Beregszaszi
|
4c34adb799
|
Add link to version pragma
|
2017-03-16 00:43:30 +00:00 |
|
Alex Beregszaszi
|
2d8b0fdc39
|
Fix inconsistent use of single backticks
|
2017-03-15 23:41:02 +00:00 |
|
Alex Beregszaszi
|
a0d6ac63cc
|
Replace references to browser-solidity with Remix
|
2017-03-15 22:58:14 +00:00 |
|
chriseth
|
0c8a766146
|
Merge pull request #1698 from ethereum/exp-notation
Fix scientific notation in number literals
|
2017-03-15 14:55:45 +01:00 |
|
Alex Beregszaszi
|
07d775294b
|
Document scientific notation in integer literals
|
2017-03-15 13:16:16 +00:00 |
|
Yoichi Hirai
|
d134fda0c0
|
Merge pull request #1729 from ethereum/constantvariables
Only allow pure expressions for constant state variables.
|
2017-03-15 10:03:35 +01:00 |
|
chriseth
|
47cd8964b8
|
Require and Assert.
|
2017-03-14 14:21:33 +01:00 |
|
chriseth
|
c65d506811
|
Documentation update.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
bdbd3b158e
|
Extend documentation for constant state variables.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
592cec7e90
|
Disallow constants that are neither value types nor strings.
|
2017-03-13 13:30:23 +01:00 |
|
chriseth
|
4077e56a2f
|
Documentation.
|
2017-03-13 13:30:23 +01:00 |
|
Remo Fürst
|
b5c17d7058
|
Fix delegation loop in Ballot example contract
fixes #1753
|
2017-03-08 22:45:27 +01:00 |
|
Yoichi Hirai
|
78f7dd2344
|
Merge pull request #1750 from ethereum/asmoctal
Disallow octal numbers in parser.
|
2017-03-08 12:24:22 +01:00 |
|
Yoichi Hirai
|
a1e350a4ae
|
Merge pull request #1699 from ethereum/asmlabels
Assembly labels with stack information
|
2017-03-08 11:56:44 +01:00 |
|
chriseth
|
bb06569dc6
|
Disallow octal literals.
|
2017-03-07 12:34:32 +01:00 |
|
chriseth
|
14c1117098
|
Add keywords delete and for
|
2017-03-06 11:34:22 +01:00 |
|
Leonid Logvinov
|
0d8ae4a33a
|
Add IntelliJ plugin to Solidity integrations
|
2017-03-05 15:45:28 +01:00 |
|
Yoichi Hirai
|
cfbbd89daf
|
Merge pull request #1702 from ethereum/assertError
Change effect of assert to invalid opcode.
|
2017-03-03 18:25:50 +01:00 |
|
chriseth
|
8c1d949d1a
|
Remove stack annotations from documentation.
|
2017-03-03 15:41:02 +01:00 |
|
chriseth
|
c85f9257f8
|
Clarify stack height.
|
2017-03-03 15:41:02 +01:00 |
|
chriseth
|
f4f82615b1
|
Updated documentation.
|
2017-03-03 15:41:01 +01:00 |
|
Alex Beregszaszi
|
59514d8268
|
Remove obsolete .send() entry from FAQ
|
2017-02-24 00:18:18 +00:00 |
|
Alex Beregszaszi
|
c46c68dfd8
|
Prefer .transfer() over .send() in the documentation
|
2017-02-24 00:18:18 +00:00 |
|
Alex Beregszaszi
|
a36e2ce0cb
|
Document transfer()
|
2017-02-24 00:18:18 +00:00 |
|
chriseth
|
4b1e8111cc
|
Remove assert for now.
|
2017-02-23 19:43:40 +01:00 |
|
chriseth
|
0177d964b1
|
Merge pull request #1714 from dimorinny/develop
Add lost payable attribute to sample withdrawal pattern contract in docs
|
2017-02-22 12:05:40 +01:00 |
|
Mikko Ohtamaa
|
c9e4e1d7ca
|
Downgrade instructions for Homebrew Solidity
Because 0.4.9+ causes a lot of havoc, breaking tools
|
2017-02-22 00:45:15 +02:00 |
|
Dmitriy Merkurev
|
a2f92033e7
|
add payable attribute
|
2017-02-21 22:44:18 +03:00 |
|
chriseth
|
811bb770c5
|
Change effect of assert to invalid opcode.
|
2017-02-16 15:54:17 +01:00 |
|
Alex Beregszaszi
|
d4da4ef35f
|
Merge pull request #1684 from federicobond/sphinx-highlight
Update the sphinx highlighting rules
|
2017-02-13 18:38:13 +00:00 |
|
Federico Bond
|
75d59b1adb
|
Update the sphinx highlighting rules
|
2017-02-13 12:05:03 -05:00 |
|
Alex Beregszaszi
|
28a7b1e019
|
Document revert()
|
2017-02-10 22:42:33 +00:00 |
|
Alex Beregszaszi
|
1fcad8b4ab
|
Document revert()
|
2017-02-10 22:41:09 +00:00 |
|
Alex Beregszaszi
|
fd7ffedead
|
Use different wording for assert
|
2017-02-10 21:41:40 +00:00 |
|
Alex Beregszaszi
|
39cd2214f2
|
Document user provided exceptions
|
2017-02-10 13:31:40 +00:00 |
|
Alex Beregszaszi
|
7f726de1cb
|
Document assert()
|
2017-02-10 13:29:17 +00:00 |
|
Alex Beregszaszi
|
dc431fe1f6
|
Simplify the compiler API section (and remove pseudo code)
|
2017-02-08 23:41:48 +00:00 |
|