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 |
|
Alex Beregszaszi
|
cd81e58e3b
|
Drop the legacy assembly output
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
749db7608b
|
Include language field in the JSON
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
10d3a591d4
|
Move file into sourceLocation
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
96677cd178
|
Update the AST output
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
9fa54db7bd
|
Explain every contract output field
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
9fc017d10b
|
Support linkReferences with length specified
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
a3340e210e
|
Error list should have sourceLocation
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
c217bc2dca
|
Updated EVM output
|
2017-02-08 23:41:48 +00:00 |
|
Alex Beregszaszi
|
4b19f560b8
|
Make contracts output two-level
|
2017-02-08 23:41:47 +00:00 |
|
Alex Beregszaszi
|
627a2cec4d
|
Update errors output
|
2017-02-08 23:41:47 +00:00 |
|
Alex Beregszaszi
|
21a0228485
|
Include pseudo-code of compiler API
|
2017-02-08 23:41:47 +00:00 |
|
Alex Beregszaszi
|
d46ec20f88
|
Change layout and include API, Input, Output sections
|
2017-02-08 23:41:47 +00:00 |
|
Alex Beregszaszi
|
cbb668672f
|
Add metadata.useLiteralContent option
|
2017-02-08 23:41:47 +00:00 |
|
Alex Beregszaszi
|
4b5639bf63
|
Update output selection
|
2017-02-08 23:41:47 +00:00 |
|
Alex Beregszaszi
|
82c0e4de1d
|
Update settings section
|
2017-02-08 23:41:47 +00:00 |
|
Alex Beregszaszi
|
6e2cc081ec
|
Update sources definition based on the metadata
|
2017-02-08 23:40:07 +00:00 |
|
Alex Beregszaszi
|
720cf20855
|
Place into a code block
|
2017-02-08 21:53:07 +00:00 |
|
Alex Beregszaszi
|
d9f14e7737
|
The metadata section has been moved, make only a reference to it
|
2017-02-08 21:53:07 +00:00 |
|
Alex Beregszaszi
|
559c4c7a45
|
Update the metadata JSON spec
|
2017-02-08 21:53:07 +00:00 |
|
Alex Beregszaszi
|
073871c248
|
Update the metadata JSON spec
|
2017-02-08 21:53:07 +00:00 |
|
Alex Beregszaszi
|
04089edc4e
|
Add missing fields
|
2017-02-08 21:53:07 +00:00 |
|
Alex Beregszaszi
|
0b3f1a5378
|
Describe the ABI output field
|
2017-02-08 21:53:07 +00:00 |
|
Alex Beregszaszi
|
77b934c861
|
Update with https://pad.riseup.net/p/7x3G896a3NLA
|
2017-02-08 21:53:07 +00:00 |
|
chriseth
|
57662e1bf3
|
Add language and some minor corrections and clarifications.
|
2017-02-08 21:53:07 +00:00 |
|